Versions in this module Expand all Collapse all v1 v1.8.1 Nov 9, 2020 v1.8.0 Nov 9, 2020 Changes in this version + var DB *sql.DB + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func CheckExcludedPaths(path string) bool + func ConfigSetup() + func DatabaseSetup(d DatabaseInformation) + func MustAsset(name string) []byte + func PrettifyJSON(rawString string) string + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + type ApplicationEnvironment struct + ApplicationID string + ApplicationName string + ApplicationTimezone string + GoScopeDatabaseConnection string + GoScopeDatabaseMaxConnLifetime int + GoScopeDatabaseMaxIdleConnections int + GoScopeDatabaseMaxOpenConnections int + GoScopeDatabaseType string + GoScopeEntriesPerPage int + HasFrontendDisabled bool + var Config ApplicationEnvironment + type DatabaseInformation struct + Connection string + MaxConnectionLifetime int + MaxIdleConnections int + MaxOpenConnections int + Type string