Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Impl ¶
type Impl struct {
// contains filtered or unexported fields
}
func New ¶
func New(db databases.MySQLConnection) *Impl
func (*Impl) GetFeedSources ¶
func (repo *Impl) GetFeedSources() ([]entities.FeedSource, error)
type Repository ¶
type Repository interface { GetFeedSources() ([]entities.FeedSource, error) Save(feedSource entities.FeedSource) error }
Click to show internal directories.
Click to hide internal directories.