package
Version:
v3.3.1
Opens a new window with list of versions in this module.
Published: Jul 6, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SaveGRPCServerConfigFile save GRPC configuration file.
type Config struct {
Port int `json:"port"`
Cert string `json:"cert"`
Token string `json:"token"`
FileSocketPath string `json:"fileSocketPath"`
}
Config is a structure containing the service configuration data that are exchanged by the gRPC server and client.
Load loads a gRPC service configuration from file.
type Locator interface {
ProvideSettingsPath() (string, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.