package
Version:
v0.0.0-...-c0bc535
Opens a new window with list of versions in this module.
Published: Mar 11, 2022
License: Unlicense
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Stream struct {
URL string `gorm:"type:varchar(256);primary_key;unique"`
CustomPath string `gorm:"type:varchar(256)"`
IdleTimeout int
HeartbeatInterval int
}
type User struct {
ID string `structs:"id" gorm:"primary_key;type:TEXT;not null" form:"id" json:"id"`
Username string `gorm:"type:TEXT"`
Password string `gorm:"type:TEXT"`
Role string `gorm:"type:TEXT"`
Reserve1 string `gorm:"type:TEXT"`
Reserve2 string `gorm:"type:TEXT"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.