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