Documentation
¶
Index ¶
- type Driver
- func (d *Driver) AttemptLogin(sqlQuery string) *sql.Row
- func (d *Driver) CapturedFlag(session *dbModels.Session, flag *dbModels.Flag) error
- func (d *Driver) CreateSession(session *dbModels.Session) error
- func (d *Driver) Initialise() error
- func (d *Driver) IsCapturedFlag(flag *dbModels.Flag) (*dbModels.Flag, bool)
- func (d *Driver) SessionExists(session *dbModels.Session) (*dbModels.Session, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) CapturedFlag ¶
func (*Driver) Initialise ¶
func (*Driver) IsCapturedFlag ¶
Click to show internal directories.
Click to hide internal directories.