standard

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 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 EmptyStruct added in v0.1.1

type EmptyStruct struct {
}

type ModeT

type ModeT int
const (
	Enabled  ModeT = 1
	Disabled ModeT = 2
)

type PostUserRequest

type PostUserRequest struct {
	T          time.Time
	TPtr       *time.Time
	TPtrNull   *time.Time
	S          string `json:"s"`
	Status     map[string][]StatusT
	Mode       *ModeT
	Array      []string
	B          map[string]bool
	SinS       StructInStruct
	SinSs      []StructInStruct
	DynamicMap map[string]interface{}
}

type StatusT

type StatusT string
const (
	StatusOK      StatusT = "OK"
	StatusFailure StatusT = "Failure"
)

type StructInStruct

type StructInStruct struct {
	A bool
	B string
	C []string
}

Jump to

Keyboard shortcuts

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