Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateValue ¶
type TemplateValue struct {
// contains filtered or unexported fields
}
func NewTemplateValue ¶
func NewTemplateValue() *TemplateValue
func (*TemplateValue) Set ¶
func (r *TemplateValue) Set(s string) error
Set is a method to set the template value.
func (*TemplateValue) Source ¶
func (v *TemplateValue) Source() string
func (*TemplateValue) String ¶
func (r *TemplateValue) String() string
func (*TemplateValue) Type ¶
func (*TemplateValue) Type() string
Type required to implement pflag.Value.
Click to show internal directories.
Click to hide internal directories.