Documentation ¶
Index ¶
Constants ¶
View Source
const StringPromptDelimiterChar = "="
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringPrompt ¶
type StringPrompt struct {
// contains filtered or unexported fields
}
func NewStringPrompt ¶
func NewStringPrompt(tmp string) (*StringPrompt, error)
func (*StringPrompt) Format ¶
func (t *StringPrompt) Format(params utils.ParamsManager) (string, error)
func (*StringPrompt) Init ¶
func (t *StringPrompt) Init(tmp string) error
type TemplatePrompt ¶
type TemplatePrompt struct {
// contains filtered or unexported fields
}
func NewTemplatePrompt ¶
func NewTemplatePrompt(tmp string) (*TemplatePrompt, error)
func (*TemplatePrompt) Format ¶
func (t *TemplatePrompt) Format(params utils.ParamsManager) (string, error)
func (*TemplatePrompt) Init ¶
func (t *TemplatePrompt) Init(tmp string) error
Click to show internal directories.
Click to hide internal directories.