Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB is an abstraction that keeps internals of working with the backend database
func (*DB) GetAllConfigs ¶
func (db *DB) GetAllConfigs() (allConfigs []*igor.UserConfig, err error)
GetAllConfigs returns all configurations available in the DB at this time
func (*DB) SetLastCommunicationWith ¶
func (db *DB) SetLastCommunicationWith(userConfig *igor.UserConfig, username string, moment time.Time) error
SetLastCommunicationWith sets the last time we communicated with some Flowdock user
Click to show internal directories.
Click to hide internal directories.