storage

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2025 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 TestBool

type TestBool bool

type TestByte

type TestByte = byte

type TestBytes

type TestBytes = []byte

type TestChan

type TestChan chan int

type TestFloat32

type TestFloat32 float32

type TestFloat64

type TestFloat64 float64

type TestFunc

type TestFunc func()

type TestInt

type TestInt int

type TestInt16

type TestInt16 int16

type TestInt32

type TestInt32 int32

type TestInt64

type TestInt64 int64

type TestInt8

type TestInt8 int8

type TestInterface

type TestInterface interface{}

type TestMap

type TestMap map[string]string

type TestMapInt

type TestMapInt map[int]string

type TestPointer

type TestPointer *string

type TestPointerStruct

type TestPointerStruct struct {
	PP *string
}

type TestRune

type TestRune rune

type TestSliceSlice

type TestSliceSlice []TestSliceString

type TestSliceString

type TestSliceString []string

type TestString

type TestString string

type TestStruct1

type TestStruct1 struct {
	One map[string]string
}

type TestStruct2Named

type TestStruct2Named struct {
	ID  string `json:"id"`
	Two string `json:"two"`
}

type TestStruct3Extend

type TestStruct3Extend struct {
	TestStruct1
	TestStruct2Named
}

type TestStruct5UsePackage

type TestStruct5UsePackage struct {
	MyInt     TestInt                `json:"myInt"`
	ValNotExp testStruct4NotExported `json:"notExp"`
}

type TestStruct6NamedOmitempty added in v1.1.1

type TestStruct6NamedOmitempty struct {
	One string `json:"one,omitempty"`
}

type TestStruct7NamedOmit added in v1.1.1

type TestStruct7NamedOmit struct {
	One string `json:"-"`
}

type TestStruct8Time added in v1.1.1

type TestStruct8Time struct {
	CreatedAt time.Time `json:"createdAt"`
}

type TestStruct9JsonFormUri added in v1.4.2

type TestStruct9JsonFormUri struct {
	One       int
	TwoJson   int `json:"two"`
	ThreeForm int `form:"three"`
	FourUri   int `uri:"four"`
}

type TestUint

type TestUint uint

type TestUint16

type TestUint16 uint16

type TestUint32

type TestUint32 uint32

type TestUint64

type TestUint64 uint64

type TestUint8

type TestUint8 uint8

type TestUintptr

type TestUintptr uintptr

Jump to

Keyboard shortcuts

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