Versions in this module Expand all Collapse all v0 v0.0.0 Dec 15, 2023 Changes in this version + func Info() string + func Init() + type Authz struct + ClientID string + ClientSecret string + DBUri string + Domain string + TestMode bool + TokenExpires int64 + type CHESSMetaData struct + SchemaFiles []string + SchemaRenewInterval int + SchemaSections []string + TestMode bool + WebSectionKeys map[string][]string + type DataBookkeeping struct + DBFile string + MaxDBConnections int + MaxIdleConnections int + type DataManagement struct + type Discovery struct + type Encryption struct + Cipher string + Secret string + type Frontend struct + CaptchaPublicKey string + CaptchaSecretKey string + CaptchaVerifyUrl string + OAuth []OAuthRecord + UserCookieExpires int64 + type GinOptions struct + ColorConsole bool + type Kerberos struct + Keytab string + Krb5Conf string + Realm string + type MetaData struct + type MongoDB struct + DBColl string + DBName string + DBUri string + type OAuthRecord struct + ClientID string + ClientSecret string + Provider string + type OreCastMetaData struct + type Services struct + AuthzURL string + DataBookkeepingURL string + DataManagementURL string + DiscoveryURL string + FrontendURL string + MetaDataURL string + type SrvConfig struct + var Config *SrvConfig + func ParseConfig(cfile string) (SrvConfig, error) + type WebServer struct + Base string + DomainNames []string + LimiterPeriod string + LogFile string + Port int + RootCAs string + ServerCrt string + ServerKey string + StaticDir string + Verbose int + XContentTypeOptions string + XForwardedHost string