Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { Kind string `json:"kind" yaml:"kind" toml:"kind"` Contents Metadata `json:"metadata" yaml:"metadata" toml:"metadata"` }
func (*Document) UnmarshalJSON ¶
func (*Document) UnmarshalYAML ¶
type Metadata ¶
type Metadata interface {
DataLinkAddrs() []net.DataLinkAddr
}
Click to show internal directories.
Click to hide internal directories.