types

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HoldsVeryNestedStructs

type HoldsVeryNestedStructs struct {
	FieldA float32
	FieldB uint `json:"fieldB" validator:"required"`
	FieldC SomeNestedStruct
}

This struct holds some nested structs @Deprecated This comment should not be included in the description

type ImportedWithCustomAlias

type ImportedWithCustomAlias struct {
	FieldA uint
	FieldB string
}

type ImportedWithDefaultAlias

type ImportedWithDefaultAlias struct {
	FieldA uint
	FieldB string
}

type ImportedWithDot

type ImportedWithDot struct {
	FieldA uint
	FieldB string
}

type SomeNestedStruct

type SomeNestedStruct struct {
	FieldA int
	// This is field B
	FieldB SomeVeryNestedStruct
}

type SomeVeryNestedStruct

type SomeVeryNestedStruct struct {
	// This is a very nested field A
	FieldA string
	FieldB uint64
}

type StringAlias

type StringAlias string

Jump to

Keyboard shortcuts

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