ticketsoft

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2020 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckOptions

type CheckOptions struct {
	Date                  string
	HangedAfterSec        int64
	UntilAutoCancelingSec int64
	Retries               int64
}

type ReservationService

type ReservationService interface {
	Check(opt *CheckOptions) (interface{}, error)
	Run()
}

OrderService interface

func NewReservationService

func NewReservationService(
	clnt client.Client,
	db *plugin_database_gorm_v3.Plugin,
) ReservationService

NewOrderService init

Jump to

Keyboard shortcuts

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