Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomerCreator ¶
type HandlerFunc ¶
type HandlerFunc func(context.Context, *proto.CreateRequest) (*proto.CreateResponse, error)
func MakeCreateHandlerFunc ¶
func MakeCreateHandlerFunc(log *slog.Logger, creator CustomerCreator) HandlerFunc
Click to show internal directories.
Click to hide internal directories.