sessionresolver

package
v0.25.1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 3

Documentation

Index

Constants

View Source
const DataNowKey = "dateNow"
View Source
const DataVersionsKey = "versions"

Variables

This section is empty.

Functions

Types

type ActiveOrder

type ActiveOrder struct {
	Id             string            `json:"id"`
	SubServiceType string            `json:"subServiceType"`
	StoreId        string            `json:"storeId"`
	TimeTo         time.Time         `json:"timeTo"`
	Tags           []string          `json:"tags"`
	Versions       map[string]string `json:"versions"`
}

type CustomerStatus

type CustomerStatus int
const (
	NoCustomer CustomerStatus = iota
	NewCustomer
	ExistingCustomer
)

type Otp

type Otp struct {
	UUID string `json:"uuid"`
}

type SessionResolverConfig

type SessionResolverConfig struct {
	Repo session.SessionRepo
}

Directories

Path Synopsis
repos

Jump to

Keyboard shortcuts

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