Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type V001Migration ¶
V001Migration represents the first migration, creates the user, settings and number repoisitories
func InitializeV001Migration ¶
func InitializeV001Migration(db gorm.DB) *V001Migration
InitializeV001Migration initializes the first migration
type V002Migration ¶
V002Migration represents the second migration, adds a cookie encryption key to the settings table
func InitializeV002Migration ¶
func InitializeV002Migration(db gorm.DB) *V002Migration
InitializeV002Migration initializes the V002Migration
type V003Migration ¶
V003Migration represents the third migration, creates the default admin user
func InitializeV003Migration ¶
func InitializeV003Migration(db gorm.DB) *V003Migration
InitializeV003Migration initializes the V003Migration
type V004Migration ¶
V004Migration represents the second migration, adds a jwt signing key to the settings table
func InitializeV004Migration ¶
func InitializeV004Migration(db gorm.DB) *V004Migration
InitializeV004Migration initializes the V004Migration
Click to show internal directories.
Click to hide internal directories.