Files
2023-02-26 23:15:22 +01:00
..
2021-08-03 19:51:37 -07:00
2023-02-26 23:15:22 +01:00
2022-08-31 20:35:40 -07:00
2022-08-24 09:05:01 -07:00
2023-01-16 11:33:57 -08:00
2021-07-03 10:33:51 -05:00
2021-04-05 12:29:13 -05:00
2021-11-19 19:39:43 -06:00
2020-12-18 22:51:13 -06:00
2022-01-18 22:35:06 -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