Codebase list sliver / 9bd58e2a-f087-4def-93d4-e10895447469/main client
9bd58e2a-f087-4def-93d4-e10895447469/main

Tree @9bd58e2a-f087-4def-93d4-e10895447469/main (Download .tar.gz)

Client

This directory contains the client implenetation, pretty much all of this code is also used by the server console. However, it's very important that no code in this directory import any code from server/.

  • assets/ - Static asset files and management code (e.g. client configs)
  • command/ - Command implementations
  • constants/ - Various shared constant values
  • core/ - Client state management
  • help/ - Console help
  • spin/ - Console spinner library
  • transport/ - Wires the client to the server
  • version/ - Version information
  • main.go - Entrypoint