add_hall

package
v0.0.0-...-241bfea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2024 License: MIT Imports: 10 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL