Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientApp ¶
type ClientApp struct {
// contains filtered or unexported fields
}
ClientApp - client application
func NewClientApp ¶
NewClientApp - constructor composition root
type Config ¶
type Config struct {
GRPCAddr string `json:"grpc_address"` // gRPC server address
Config string `json:"-"` // config file path
Debug bool `json:"-"` // is debug mode
CryptoKey string `json:"crypto_key"` // crypto key
}
Config - server config
func (*Config) UseJsonConfigFile ¶
UseJsonConfigFile - use config file
Click to show internal directories.
Click to hide internal directories.