Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateFlag ¶
type TemplateFlag struct {
// contains filtered or unexported fields
}
func NewTemplateFlag ¶
func NewTemplateFlag(value string, context interface{}) *TemplateFlag
func (*TemplateFlag) Set ¶
func (t *TemplateFlag) Set(value string) error
func (*TemplateFlag) String ¶
func (t *TemplateFlag) String() string
func (*TemplateFlag) Template ¶
func (t *TemplateFlag) Template() *template.Template
func (*TemplateFlag) Type ¶
func (t *TemplateFlag) Type() string
func (*TemplateFlag) Usage ¶
func (t *TemplateFlag) Usage() string
Click to show internal directories.
Click to hide internal directories.