models

package
v0.0.0-...-22ad4ad Latest Latest
Warning

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

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

Documentation

Overview

Default generated models package docs (at least one file is necessary in a models package)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A struct {
	Name string

	NumberField int

	B *B

	Bs []*B
}

func (*A) Foo

func (a *A) Foo()

type AEnumType

type AEnumType string

swagger:enum AEnumType

const (
	ENUM_VAL1 AEnumType = "ENUM_VAL1"
	ENUM_VAL2 AEnumType = "ENUM_VAL2"
)

values for EnumType

type B

type B struct {
	Name string
}

Directories

Path Synopsis
x
generated code - do not edit
generated code - do not edit
y

Jump to

Keyboard shortcuts

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