Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckOptions ¶
type ReservationService ¶
type ReservationService interface { Check(opt *CheckOptions) (interface{}, error) Run() }
OrderService interface
func NewReservationService ¶
func NewReservationService( clnt client.Client, webpart *plugin_client_webpart.Plugin, db *plugin_database_gorm_v3.Plugin, ) ReservationService
NewOrderService init
Click to show internal directories.
Click to hide internal directories.