Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(cfg *Config, srv api.SessionServiceServer, usr api.UserServiceServer) error
Types ¶
type Config ¶
type Config struct {
GRPC struct {
Enabled bool
Port uint32
}
UI struct {
Enabled bool
Port uint32
TLS bool
Key string
Cert string
}
DB struct {
Filename string
}
TLS struct {
Enabled bool
// Key is the path to the private key file
Key string
// Cert is the path to the certificate file
Cert string
}
}
Click to show internal directories.
Click to hide internal directories.