Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
ID uint64
Email sql.NullString
UserID string
DisplayName sql.NullString
Quota sql.NullString
LastLogin int
Backend string
Home string
State int8
PasswordHash string // from oc_users
Username sql.NullString // optional comes from the oc_preferences
OwnCloudUUID sql.NullString // optional comes from the oc_preferences
}
Account stores information about accounts.
type Accounts ¶
type Accounts struct {
// contains filtered or unexported fields
}
Accounts represents oc10-style Accounts.
func New ¶
func New(driver string, sqldb *sql.DB, joinUsername, joinUUID, enableMedialSearch bool) (*Accounts, error)
New returns a new accounts instance connecting to the given sql.DB.
func (*Accounts) GetAccountByLogin ¶
GetAccountByLogin fetches an account by mail or username.
Click to show internal directories.
Click to hide internal directories.