Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigurationServer ¶
type ConfigurationServer struct { gcsgrpc.UnimplementedConfiguratorServer // contains filtered or unexported fields }
func NewConfigurationServer ¶
func NewConfigurationServer(opts ...Option) *ConfigurationServer
func (*ConfigurationServer) Get ¶
func (s *ConfigurationServer) Get(ctx context.Context, req *gcsgrpc.GetRequest) (*gcsgrpc.GetResponse, error)
func (*ConfigurationServer) Set ¶
func (s *ConfigurationServer) Set(ctx context.Context, req *gcsgrpc.SetRequest) (*gcsgrpc.SetResponse, error)
type Option ¶
type Option func(*ConfigurationServer)
func WithOptionGetSetter ¶
func WithOptionGetSetter(gs OptionGetSetter) Option
Click to show internal directories.
Click to hide internal directories.