Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IdSequenceServer ¶
type IdSequenceServer struct { }
func NewIdSequenceServer ¶
func NewIdSequenceServer() *IdSequenceServer
func (*IdSequenceServer) Get ¶
func (is *IdSequenceServer) Get(ctx context.Context, req *proto.SendRequest) ( resp *proto.SendResponse, err error)
type Option ¶
type Option func(*options)
func WithLoggingDecider ¶
func WithLoggingDecider(d grpcLogging.Decider) Option
Click to show internal directories.
Click to hide internal directories.