Documentation ¶
Overview ¶
Package report implements the Streams feed and feed schema version types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedVersion ¶
type FeedVersion uint16
FeedVersion represents the feed report schema version
const ( FeedVersion1 FeedVersion FeedVersion2 FeedVersion3 FeedVersion4 )
type ID ¶
type ID [32]byte
ID type
func (*ID) FromString ¶
func (*ID) MarshalJSON ¶
MarshalJSON implements json.Marshaler.
func (*ID) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler.
func (*ID) Version ¶
func (f *ID) Version() FeedVersion
Click to show internal directories.
Click to hide internal directories.