Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
// contains filtered or unexported fields
}
ClientConfig basic settings for the UI application.
func Config ¶
func Config() *ClientConfig
Config object with default settings.
We are creating this package to extract utility functions from the cmd package reading and parsing the configurations for the client should be done here
func (*ClientConfig) DaemonAddr ¶
func (c *ClientConfig) DaemonAddr() string
DaemonAddr of the gRPC API.
Click to show internal directories.
Click to hide internal directories.