Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepartmentStoreProvider ¶
type HandlerFunc ¶
type HandlerFunc = func(context.Context, *proto.DepartmentStoreRequest) (*proto.DepartmentStoreResponse, error)
func MakeDepartmentStoreHandlerFunc ¶
func MakeDepartmentStoreHandlerFunc(log *slog.Logger, provider DepartmentStoreProvider) HandlerFunc
Click to show internal directories.
Click to hide internal directories.