package
Version:
v3.14.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2024
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.