Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discography ¶
type Discography struct { Title string `yaml:"title"` Released time.Time `yaml:"released"` Editions map[edition]Edition `yaml:"editions"` }
func (*Discography) UnmarshalYAML ¶
func (d *Discography) UnmarshalYAML(unmarshal func(interface{}) error) error
type DiscographyList ¶
type DiscographyList []Discography
var (
All DiscographyList
)
func (DiscographyList) MarshalTable ¶
func (d DiscographyList) MarshalTable() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.