Documentation ¶
Overview ¶
Package missingorder
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( First = MissingOrder{"first"} Last = MissingOrder{"last"} Default = MissingOrder{"default"} )
Functions ¶
This section is empty.
Types ¶
type MissingOrder ¶
type MissingOrder struct {
Name string
}
func (MissingOrder) MarshalText ¶
func (m MissingOrder) MarshalText() (text []byte, err error)
func (MissingOrder) String ¶
func (m MissingOrder) String() string
func (*MissingOrder) UnmarshalText ¶
func (m *MissingOrder) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.