Documentation ¶
Overview ¶
Package templateformat
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( String = TemplateFormat{"string"} Json = TemplateFormat{"json"} )
Functions ¶
This section is empty.
Types ¶
type TemplateFormat ¶
type TemplateFormat struct {
Name string
}
func (TemplateFormat) MarshalText ¶
func (t TemplateFormat) MarshalText() (text []byte, err error)
func (TemplateFormat) String ¶
func (t TemplateFormat) String() string
func (*TemplateFormat) UnmarshalText ¶
func (t *TemplateFormat) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.