Documentation ¶
Overview ¶
Package poddata is the DAL for ep. It's responsible for persistent data storage. Information such as the podcasts added, the episodes currently synced, et cetera.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
Data is the wrapper struct for our GORM object, and contains methods to interact with the persistent storage.
func (Data) Subscriptions ¶
func (d Data) Subscriptions() subscription.SubHandler
Subscriptions returns the sub-handler for subscriptions which contains subscription-related methods
Directories ¶
Path | Synopsis |
---|---|
Package subscription holds the data types for subscriptions and podcast episodes
|
Package subscription holds the data types for subscriptions and podcast episodes |
Click to show internal directories.
Click to hide internal directories.