Documentation ¶
Index ¶
- Constants
- func Connect() (*gorm.DB, error)
- func ConnectWithDB(dialector gorm.Dialector) (*gorm.DB, error)
- func ConnectWithSqlLite(dbname string) (*gorm.DB, error)
- func ConnectWithTestDB() (*gorm.DB, func())
- func MarshalID(id uint) graphql.Marshaler
- func UnmarshalID(v interface{}) (uint, error)
- type Participant
- type Session
Constants ¶
View Source
const ( SessionCodeLength = 4 SessionCodeMax = 456976 // 26^4 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.