Documentation ¶
Index ¶
- func SetDB(inDB *sql.DB) error
- func TestDB() error
- type Task_c
- type User_c
- func (this *User_c) Exec(query string, args ...interface{}) error
- func (this *User_c) FromEmail(email models.ApiString, userID models.UUID) (*models.User_t, error)
- func (this *User_c) GenUUID() (out string)
- func (this *User_c) Get(user *models.User_t) error
- func (this *User_c) Login(user *models.User_t) error
- func (this *User_c) RowsChk(rows *sql.Rows) error
- func (this *User_c) Save(user *models.User_t) error
- func (this *User_c) TokenLogin(user *models.User_t) error
- func (this *User_c) UM(jAttr []byte, out interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Task_c ¶
type Task_c struct {
// contains filtered or unexported fields
}
func (*Task_c) NextSchedule ¶
func (this *Task_c) NextSchedule() (*models.Schedule_t, error)
! \brief Grabs the single next schedule that should be executed
Will return nil for the schedule and the error if there's nothing to do
type User_c ¶
type User_c struct {
// contains filtered or unexported fields
}
func (*User_c) FromEmail ¶
! \brief Verifies that this email is new or returns the exsting info about that user
func (*User_c) TokenLogin ¶
! \brief Pulls the user based on the combo of their id and token
Click to show internal directories.
Click to hide internal directories.