Documentation ¶
Overview ¶
START: types
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCServer ¶
START: newgrpcserver_before_auth START: newgrpcserver func NewGRPCServer(config *Config, opts ...grpc.ServerOption) (*grpc.Server, func(context.Context) error, error) {
Types ¶
type Authorizer ¶
START: authorizer
type Config ¶
type Config struct { CommitLog CommitLog Authorizer Authorizer GetServerer GetServerer }
START: config_authorizer
type GetServerer ¶
Click to show internal directories.
Click to hide internal directories.