Documentation ¶
Index ¶
- type Activity
- type JsonNullUInt64
- type Model
- func (m *Model) CreateAccount(userIdStr string, name string, screenName string, accessToken string, ...) string
- func (m *Model) LoadActivities(userIdStr string, maxIdStr string, sinceIdStr string) []*Activity
- func (m *Model) LoadFavoriterIds(userIdStr string, idStr string) []string
- func (m *Model) Open() (*sql.DB, error)
- type NullUint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonNullUInt64 ¶
type JsonNullUInt64 struct {
NullUint64
}
func (JsonNullUInt64) MarshalJSON ¶
func (v JsonNullUInt64) MarshalJSON() ([]byte, error)
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) CreateAccount ¶
func (*Model) LoadActivities ¶
func (*Model) LoadFavoriterIds ¶
type NullUint64 ¶
NullUint64 is a sql.Scanner for unsigned ints.
func (*NullUint64) Scan ¶
func (n *NullUint64) Scan(src interface{}) error
Scan implements the sql.Scanner interface.
Click to show internal directories.
Click to hide internal directories.