Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func IsLinuxVersionSupported ¶
IsLinuxVersionSupported checks if the given distribution and version are supported.
Types ¶
type ClientManager ¶
type ClientManager interface { // SetupJetStream creates the JetStream connection and stream configuration. SetupJetStream(js nats.JetStreamContext) error }
ClientManager responsible for Client operations.
type ServerManager ¶
type ServerManager interface { // Start starts the server. Start() error // Stop gracefully stops the embedded NATS server. Stop() }
ServerManager responsible for Server operations.
Source Files
¶
- api.go
- api_server.go
- api_server_start.go
- client.go
- client_network.go
- client_network_dns.go
- client_network_dns_get.go
- client_network_dns_update.go
- client_network_ping.go
- client_system.go
- client_system_hostname_get.go
- client_system_status_get.go
- client_task.go
- client_task_add.go
- client_task_delete_id.go
- client_task_get_id.go
- client_task_list.go
- client_task_status.go
- root.go
- task.go
- task_server.go
- task_server_start.go
- task_worker.go
- task_worker_start.go
- token.go
- token_generate.go
- token_validate.go
- util_log.go
- util_ui.go
- util_validate.go
Click to show internal directories.
Click to hide internal directories.