field

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 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 BasicTypes added in v0.5.0

type BasicTypes interface {
	~string | ~bool | ~int8 | ~int32 | ~int64 | ~uint8 | ~uint16 | ~uint32 | ~uint64
}

type ObjectID added in v0.6.1

type ObjectID string

func NewObjectID added in v0.6.1

func NewObjectID(value string) (ObjectID, error)

type Type

type Type int
const (
	Unknown Type = iota
	// Nested
	Struct
	// Basic
	String
	Bool
	Int8
	Int16
	Int32
	Int64
	Int128
	UInt8
	UInt16
	UInt32
	UInt64
	UInt128
	// Complex
	Decimal
	Date
	Time
	DateTime
)

func (Type) String

func (t Type) String() string

Jump to

Keyboard shortcuts

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