Documentation ¶
Index ¶
Constants ¶
View Source
const (
// GrpcServerServiceID respresens the Service ID of the GRPC server
GrpcServerServiceID = "container-management.server.grpc.v1.service-grpc-server"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServerOpt ¶
type GrpcServerOpt func(netOpts *grpcServerOpts) error
GrpcServerOpt represents the available configuration options type for the daemon's gRPC server initialization
func WithGrpcServerAddressPath ¶
func WithGrpcServerAddressPath(addressPath string) GrpcServerOpt
WithGrpcServerAddressPath configures the address path for communicating with the gRPC server
func WithGrpcServerNetwork ¶
func WithGrpcServerNetwork(network string) GrpcServerOpt
WithGrpcServerNetwork configures the communication protocol to be used for accessing the server
Click to show internal directories.
Click to hide internal directories.