Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ACLClient ¶
func ACLClient(optFuncs ...CallOption) grpc.UnaryClientInterceptor
func ACLServer ¶
func ACLServer(optFuncs ...CallOption) grpc.UnaryServerInterceptor
Types ¶
type CallOption ¶
type CallOption struct { grpc.EmptyCallOption // make sure we implement private after() and before() fields so we don't panic. // contains filtered or unexported fields }
func WithContent ¶
func WithContent(content string) CallOption
Click to show internal directories.
Click to hide internal directories.