Documentation
¶
Index ¶
- func Connect(filePath string) (repos.DB, error)
- type DB
- func (d *DB) Close() error
- func (d *DB) NewClientRepository() repos.ClientRepository
- func (d *DB) NewOAuthRepository() repos.OAuthRepository
- func (db *DB) NewSessionRepository() repos.SessionRepository
- func (d *DB) NewSystemRepository() repos.SystemRepository
- func (d DB) NewTokenRepository() repos.TokenRepository
- func (db *DB) NewUserRepository() repos.UserRepository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) NewClientRepository ¶
func (d *DB) NewClientRepository() repos.ClientRepository
func (*DB) NewOAuthRepository ¶
func (d *DB) NewOAuthRepository() repos.OAuthRepository
func (*DB) NewSessionRepository ¶
func (db *DB) NewSessionRepository() repos.SessionRepository
func (*DB) NewSystemRepository ¶
func (d *DB) NewSystemRepository() repos.SystemRepository
func (DB) NewTokenRepository ¶
func (d DB) NewTokenRepository() repos.TokenRepository
func (*DB) NewUserRepository ¶
func (db *DB) NewUserRepository() repos.UserRepository
Source Files
¶
Click to show internal directories.
Click to hide internal directories.