Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HallAdder ¶
type HallAdder interface { AddHallContext( ctx context.Context, hallContainerID int32, hallContainerType hall_container.Type, tradingPointID int32, tradingPointType trading_point.Type, ) (int32, error) }
type HandlerFunc ¶
type HandlerFunc = func(ctx context.Context, req *proto.AddHallRequest) (*proto.AddHallResponse, error)
func MakeAddHallHandlerFunc ¶
func MakeAddHallHandlerFunc(log *slog.Logger, adder HallAdder) HandlerFunc
Click to show internal directories.
Click to hide internal directories.