Documentation ¶
Index ¶
- type Config
- type Conn
- func (c Conn) Clean() error
- func (c Conn) EnsureMigrations() error
- func (c Conn) GetProject(id string) (*data.Project, error)
- func (c Conn) GetUpdatedProjects(timestamp time.Time) ([]*data.Project, error)
- func (c Conn) Info() (any, error)
- func (c Conn) LoginLogCreate(opts data.LoginLogCreate) (data.LoginLogCreateResult, error)
- func (c Conn) LoginLogGet(opts data.LoginLogGet) (data.LoginLogGetResult, error)
- func (c Conn) Ping() error
- func (c Conn) TOTPCreate(opts data.TOTPCreate) (data.TOTPCreateResult, error)
- func (c Conn) TOTPDelete(opts data.TOTPGet) (int, error)
- func (c Conn) TOTPGet(opts data.TOTPGet) (data.TOTPGetResult, error)
- func (c Conn) TicketCreate(opts data.TicketCreate) (data.TicketCreateResult, error)
- func (c Conn) TicketDelete(opts data.TicketUse) (data.TicketUseResult, error)
- func (c Conn) TicketUse(opts data.TicketUse) (data.TicketUseResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
func (Conn) EnsureMigrations ¶
func (Conn) GetUpdatedProjects ¶
func (Conn) LoginLogCreate ¶ added in v0.0.2
func (c Conn) LoginLogCreate(opts data.LoginLogCreate) (data.LoginLogCreateResult, error)
func (Conn) LoginLogGet ¶ added in v0.0.2
func (c Conn) LoginLogGet(opts data.LoginLogGet) (data.LoginLogGetResult, error)
func (Conn) TOTPCreate ¶
func (c Conn) TOTPCreate(opts data.TOTPCreate) (data.TOTPCreateResult, error)
func (Conn) TicketCreate ¶ added in v0.0.2
func (c Conn) TicketCreate(opts data.TicketCreate) (data.TicketCreateResult, error)
func (Conn) TicketDelete ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.