Documentation ¶
Index ¶
- type Database
- func (db Database) GetImportTimestamp(source string, target string, entity models.Entity) (time.Time, error)
- func (db Database) GetOAuth2Token(service string) (*oauth2.Token, error)
- func (db Database) SetImportTimestamp(source string, target string, entity models.Entity, timestamp time.Time) error
- func (db Database) SetOAuth2Token(service string, token *oauth2.Token) error
- type ImportTimestamp
- type OAuth2Token
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func (Database) GetImportTimestamp ¶
func (Database) GetOAuth2Token ¶
func (Database) SetImportTimestamp ¶
type ImportTimestamp ¶
Click to show internal directories.
Click to hide internal directories.