field

package
v0.0.0-...-07f0968 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bool

type Bool struct {
	V bool `json:"v"`
}

type BoolPtr

type BoolPtr struct {
	V *bool `json:"v"`
}

type Float32

type Float32 struct {
	V float32 `json:"v"`
}

type Float32Ptr

type Float32Ptr struct {
	V *float32 `json:"v"`
}

type Float64

type Float64 struct {
	V float64 `json:"v"`
}

type Float64Ptr

type Float64Ptr struct {
	V *float64 `json:"v"`
}

type ID

type ID struct {
	V core.ID `json:"v"`
}

type IDPtr

type IDPtr struct {
	V *core.ID `json:"v"`
}

type Int

type Int struct {
	V int `json:"v"`
}

type Int16

type Int16 struct {
	V int16 `json:"v"`
}

type Int16Ptr

type Int16Ptr struct {
	V *int16 `json:"v"`
}

type Int32

type Int32 struct {
	V int32 `json:"v"`
}

type Int32Ptr

type Int32Ptr struct {
	V *int32 `json:"v"`
}

type Int64

type Int64 struct {
	V int64 `json:"v"`
}

type Int64Ptr

type Int64Ptr struct {
	V *int64 `json:"v"`
}

type Int8

type Int8 struct {
	V int8 `json:"v"`
}

type Int8Ptr

type Int8Ptr struct {
	V *int8 `json:"v"`
}

type IntPtr

type IntPtr struct {
	V *int `json:"v"`
}

type Key

type Key struct {
	V core.Key `json:"v"`
}

type KeyPtr

type KeyPtr struct {
	V *core.Key `json:"v"`
}

type String

type String struct {
	V string `json:"v"`
}

type StringPtr

type StringPtr struct {
	V *string `json:"v"`
}

type Time

type Time struct {
	V time.Time `json:"v"`
}

type TimePtr

type TimePtr struct {
	V *time.Time `json:"v"`
}

type UInt

type UInt struct {
	V uint `json:"v"`
}

type UInt16

type UInt16 struct {
	V uint16 `json:"v"`
}

type UInt16Ptr

type UInt16Ptr struct {
	V *uint16 `json:"v"`
}

type UInt32

type UInt32 struct {
	V uint32 `json:"v"`
}

type UInt32Ptr

type UInt32Ptr struct {
	V *uint32 `json:"v"`
}

type UInt64

type UInt64 struct {
	V uint64 `json:"v"`
}

type UInt64Ptr

type UInt64Ptr struct {
	V *uint64 `json:"v"`
}

type UInt8

type UInt8 struct {
	V uint8 `json:"v"`
}

type UInt8Ptr

type UInt8Ptr struct {
	V *uint8 `json:"v"`
}

type UIntPtr

type UIntPtr struct {
	V *uint `json:"v"`
}

Jump to

Keyboard shortcuts

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