Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Defaults ¶ added in v0.28.0
type Defaults struct { From DefaultsFrom `json:"from"` // Param is function name/variable name for func and var accordingly Param string `json:"param"` }
type DefaultsFrom ¶ added in v0.28.0
type DefaultsFrom string
const ( DefaultsFromTag DefaultsFrom = "tag" DefaultsFromNone DefaultsFrom = "none" DefaultsFromVar DefaultsFrom = "var" DefaultsFromFunc DefaultsFrom = "func" )
Click to show internal directories.
Click to hide internal directories.