Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AverageCounter ¶
type CounterObject ¶
type CountersLastMonthResponse ¶
type CountersLastMonthResponse struct { Media []CounterObject `json:"media"` Follows []CounterObject `json:"follows"` FollowedBy []CounterObject `json:"followed_by"` }
type DB ¶
type DB struct {
sqlbuilder.Database
}
func (*DB) CountersCreate ¶
func (*DB) CountersFindLast ¶
func (*DB) CountersLastMonth ¶
func (db *DB) CountersLastMonth() ([]*AverageCounter, error)
Click to show internal directories.
Click to hide internal directories.