integer

package
v1.3.1-0...-9810bd5 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 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 Param

type Param struct {
	parameter.Parameter `mapstructure:",squash"`

	DefaultValue string `yaml:"default_value" json:"default_value" mapstructure:"default_value"`
	Required     bool   `yaml:"required"      json:"required"      mapstructure:"required"`
	Min          *int   `yaml:"min"           json:"min"           mapstructure:"min"`
	Max          *int   `yaml:"max"           json:"max"           mapstructure:"max"`
}

func (*Param) Render

func (p *Param) Render()

Jump to

Keyboard shortcuts

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