templatings

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2021 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option struct {
	Text     string `json:"text,omitempty"`
	Value    string `json:"value,omitempty"`
	Selected bool   `json:"selected,omitempty"`
}

func (*Option) DeepCopy

func (in *Option) DeepCopy() *Option

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Option.

func (*Option) DeepCopyInto

func (in *Option) DeepCopyInto(out *Option)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TemplateVar

type TemplateVar struct {
	Name        string   `json:"name,omitempty"`
	Type        string   `json:"type,omitempty"`
	Auto        bool     `json:"auto,omitempty"`
	AutoCount   *int     `json:"auto_count,omitempty"`
	Datasource  *string  `json:"datasource,omitempty"`
	Options     []Option `json:"options,omitempty"`
	IncludeAll  bool     `json:"includeAll,omitempty"`
	AllFormat   string   `json:"allFormat,omitempty"`
	AllValue    string   `json:"allValue,omitempty"`
	Multi       bool     `json:"multi,omitempty"`
	MultiFormat string   `json:"multiFormat,omitempty"`
	Query       string   `json:"query,omitempty"`
	Regex       string   `json:"regex,omitempty"`
	Label       string   `json:"label,omitempty"`
	Hide        uint8    `json:"hide,omitempty"`
	Sort        int      `json:"sort,omitempty"`
}

func (*TemplateVar) DeepCopy

func (in *TemplateVar) DeepCopy() *TemplateVar

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TemplateVar.

func (*TemplateVar) DeepCopyInto

func (in *TemplateVar) DeepCopyInto(out *TemplateVar)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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