output

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MapStruct

type MapStruct struct {
	Map  map[common.MapKey]common.Common2
	None unused.Unused
}

type MapStruct2

type MapStruct2 struct {
	Map map[common.MapKey]*common.Common2
}

type PkgSpecific

type PkgSpecific struct {
	Field1 string
}

type Primitives

type Primitives struct {
	Bool          bool
	Uint          uint
	Uint8         uint8
	Uint16        uint16
	Uint32        uint32
	Uint64        uint64
	Byte          byte
	Int           int
	Int8          int8
	Int16         int16
	Int32         int32
	Int64         int64
	Float32       float32
	Float64       float64
	Complex64     complex64
	Complex128    complex128
	String        string
	Uintptr       uintptr
	Rune          rune
	PtrBool       *bool
	PtrUnt        *uint
	PtrUnt8       *uint8
	PtrUnt16      *uint16
	PtrUnt32      *uint32
	PtrUnt64      *uint64
	PtrByte       *byte
	PtrInt        *int
	PtrInt8       *int8
	PtrInt16      *int16
	PtrInt32      *int32
	PtrInt64      *int64
	PtrFloat32    *float32
	PtrFloat64    *float64
	PtrComplex64  *complex64
	PtrComplex128 *complex128
	PtrString     *string
	PtrUintptr    *uintptr
	PtrRune       *rune
	MAP           rune
	CreateAt      *time.Time // TODO: nil pointer as modules does not support loading default Go libs
}

type SliceStruct

type SliceStruct struct {
	Slice []StructuresMapping2
}

type SliceStruct2

type SliceStruct2 struct {
	Slice []common.Common2
}

type StructuresMapping

type StructuresMapping struct {
	Field1 common.Common
	Field2 *common.Common
	Field3 common.Common
	Field4 *common.Common

	PkgSpecific1 PkgSpecific
	PkgSpecific2 *PkgSpecific
	PkgSpecific3 PkgSpecific
	PkgSpecific4 *PkgSpecific
}

type StructuresMapping2

type StructuresMapping2 struct {
	AnotherField1 common.Common
	AnotherField2 *common.Common
	AnotherField3 common.Common
	AnotherField4 *common.Common
}

Jump to

Keyboard shortcuts

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