Files
MrAle98-sliver/client
2021-09-25 19:42:53 -05:00
..
2021-08-03 19:51:37 -07:00
2021-09-25 16:15:08 -05:00
2021-09-25 16:15:08 -05:00
2021-07-09 14:46:02 -05:00
2021-09-24 19:34:44 -05:00
2021-07-03 10:33:51 -05:00
2021-04-05 12:29:13 -05:00
2020-12-18 22:51:13 -06:00
2020-12-19 17:13:13 -06:00
2021-07-06 19:43:54 -05:00

Client

This directory contains the client implementation, pretty much all of this code is also used by the server console.

Important: No code in this directory can import any code from server/.

  • assets/ - Static asset files and management code (e.g. client configs)
  • cli/ - Command line interface implementation
  • command/ - Console command implementations
  • constants/ - Various shared constant values
  • core/ - Client state management
  • licenses/ - Open source licenses
  • spin/ - Console spinner library
  • tcpproxy/ - Local TCP proxy listener code
  • transport/ - Wires the client to the server
  • version/ - Version information
  • main.go - Entrypoint