models

package
v0.0.0-...-5acdd1f Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	HTTP struct {
		Port       int    `yaml:"port"`
		IsTLS      bool   `yaml:"is_tls"`
		ServerCert string `yaml:"server_cert"`
		ServerKey  string `yaml:"server_key"`
	} `yaml:"http"`

	Simulator struct {
		EnableDelay bool   `yaml:"enableDelay"`
		DelayType   string `yaml:"delayType"`
		DelaySec    int    `yaml:"delaySec"`
	} `yaml:"simulator"`

	System struct {
		CookieName string `yaml:"cookie_name"`
		CookieKey  string `yaml:"cookie_key"`
	} `yaml:"system"`
}

Config ...

type ResponseTicket

type ResponseTicket struct {
	AckReference string    `json:"ackReference"`
	AckTimestamp time.Time `json:"ackTimestamp"`
}

ResponseTicket ...

Jump to

Keyboard shortcuts

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