Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommonOptions ¶
type CommonOptions struct {
GrpcMaxMsgSize int `` /* 146-byte string literal not displayed */
}
CommonOptions contains common flags for all commands
func (*CommonOptions) GetGrpcMaxMsgSize ¶
func (o *CommonOptions) GetGrpcMaxMsgSize() int
GetGrpcMaxMsgSize implements GrpcMaxMsgSizer interface
type GrpcMaxMsgSizer ¶
type GrpcMaxMsgSizer interface {
GetGrpcMaxMsgSize() int
}
GrpcMaxMsgSizer is used to get gRPC maximum message size
Click to show internal directories.
Click to hide internal directories.