Documentation ¶ Index ¶ type FeedID func BytesToFeedID(b []byte) FeedID func (f FeedID) Hex() string func (f FeedID) IsV1() bool func (f FeedID) IsV2() bool func (f FeedID) IsV3() bool func (f FeedID) String() string func (f *FeedID) UnmarshalText(input []byte) error func (f FeedID) Version() FeedVersion type FeedVersion Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FeedID ¶ type FeedID [32]byte func BytesToFeedID ¶ added in v2.8.0 func BytesToFeedID(b []byte) FeedID func (FeedID) Hex ¶ func (f FeedID) Hex() string func (FeedID) IsV1 ¶ func (f FeedID) IsV1() bool func (FeedID) IsV2 ¶ func (f FeedID) IsV2() bool func (FeedID) IsV3 ¶ func (f FeedID) IsV3() bool func (FeedID) String ¶ func (f FeedID) String() string func (*FeedID) UnmarshalText ¶ func (f *FeedID) UnmarshalText(input []byte) error func (FeedID) Version ¶ func (f FeedID) Version() FeedVersion type FeedVersion ¶ type FeedVersion uint16 const ( REPORT_V1 FeedVersion REPORT_V2 REPORT_V3 ) Source Files ¶ View all Source files feeds.go Click to show internal directories. Click to hide internal directories.