Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cast ¶
type Cast struct { ID uint64 `json:"id"` URL string `json:"url"` Name string `json:"name"` Feed *json.RawMessage `json:"feed"` FeedBytes []byte `json:"-"` }
func (*Cast) DecodeFeed ¶
func (c *Cast) DecodeFeed()
func (*Cast) EncodeFeed ¶
func (c *Cast) EncodeFeed()
type Episode ¶
type Episode struct { ID uint64 `json:"id"` CastID uint64 `json:"castid"` LastEvent *Event `json:"lastevent"` Feed *json.RawMessage `json:"feed"` FeedBytes []byte `json:"-"` GUID string `json:"-"` CrawlTS int64 `json:"-"` }
func (*Episode) DecodeFeed ¶
func (e *Episode) DecodeFeed()
func (*Episode) EncodeFeed ¶
func (e *Episode) EncodeFeed()
type Event ¶
type Event struct { Type int32 `json:"type"` EpisodeID uint64 `json:"episodeid"` PositionTS int32 `json:"positionts"` ClientTS uint64 `json:"clientts"` ConcurrentOrder int32 `json:"concurrentorder"` ClientName string `json:"clientname"` ClientDescription string `json:"clientdescription"` ClientUUID string `json:"-"` }
type Label ¶
type Setting ¶
Click to show internal directories.
Click to hide internal directories.