Documentation
¶
Overview ¶
Package formattype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Delimited = FormatType{"delimited"} Ndjson = FormatType{"ndjson"} Semistructuredtext = FormatType{"semi_structured_text"} Xml = FormatType{"xml"} )
Functions ¶
This section is empty.
Types ¶
type FormatType ¶
type FormatType struct {
Name string
}
func (FormatType) MarshalText ¶
func (f FormatType) MarshalText() (text []byte, err error)
func (FormatType) String ¶
func (f FormatType) String() string
func (*FormatType) UnmarshalText ¶
func (f *FormatType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.