bug1133

package
v0.36.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyModel

type MyModel struct {
	Name string `json:"name"`
}

MyModel is the only annotated model.

swagger:model foo

type SomeStruct

type SomeStruct struct {
	Fn TranslateFunc
}

SomeStruct is a non-annotated struct that uses the function type (#1174).

type TranslateFunc

type TranslateFunc func(translationID string, args ...interface{}) string

TranslateFunc is an unsupported (function) type, unrelated to the spec — like the imported go-i18n type that used to halt the whole scan (#1133).

Jump to

Keyboard shortcuts

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