Documentation ¶
Index ¶
Constants ¶
View Source
const ( PluginDBMain = "postgres" PluginTokenMaker = "paseto" PluginGin = "gin-server" PluginDBMigrator = "db-migrator" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { CTX appctx.AppContext DB *gorm.DB TokenMaker core.TokenMakerComponent Gin core.GinComponent DBMigrator core.DBMigrationComponent }
func NewConfig ¶
func NewConfig(ctx appctx.AppContext) *Config
type VideoStatus ¶
type VideoStatus string
const ( VideoStatusActive VideoStatus = "ACTIVE" VideoStatusDeleted VideoStatus = "DELETED" )
Click to show internal directories.
Click to hide internal directories.