Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "Barito Router" Version = "0.6.3" EnvProducerRouterAddress = "BARITO_PRODUCER_ROUTER" EnvKibanaRouterAddress = "BARITO_KIBANA_ROUTER" EnvProducerPort = "BARITO_PRODUCER_PORT" EnvBaritoMarketUrl = "BARITO_MARKET_URL" EnvBaritoMarketAccessToken = "BARITO_MARKET_ACCESS_TOKEN" EnvBaritoProfileApiPath = "BARITO_PROFILE_API_PATH" EnvBaritoProfileApiByAppGroupPath = "BARITO_PROFILE_API_BY_APP_GROUP_PATH" EnvBaritoAuthorizeApiPath = "BARITO_AUTHORIZE_API_PATH" EnvBaritoProfileApiByClusternamePath = "BARITO_PROFILE_API_BY_CLUSTERNAME_PATH" EnvCASAddress = "BARITO_CAS_ADDRESS" EnvNewRelicAppName = "BARITO_NEW_RELIC_APP_NAME" EnvNewRelicLicenseKey = "BARITO_NEW_RELIC_LICENSE_KEY" EnvNewRelicEnabled = "BARITO_NEW_RELIC_ENABLED" EnvCacheExpirationTimeSeconds = "BARITO_CACHE_EXPIRATION_TIME_IN_SECONDS" EnvBackupCacheExpirationTimeHours = "BARITO_BACKUP_CACHE_EXPIRATION_TIME_IN_HOURS" DefaultProducerRouterAddress = ":8081" DefaultKibanaRouterAddress = ":8083" DefaultProducerPort = "" DefaultBaritoMarketUrl = "http://localhost:3000" DefaultBaritoMarketAccessToken = "" DefaultBaritoProfileApiPath = "api/profile" DefaultBaritoProfileApiByAppGroupPath = "api/profile_by_app_group" DefaultBaritoAuthorizeApiPath = "api/authorize" DefaultBaritoProfileApiByClusternamePath = "api/v2/profile_by_cluster_name" DefaultCASAddress = "" DefaultNewRelicAppName = "barito_router" DefaultNewRelicLicenseKey = "" DefaultNewRelicEnabled = false DefaultCacheExpirationTimeSeconds = 60 DefaultBackupCacheExpirationTimeHours = 48 )
Variables ¶
View Source
var ( RouterAddress string ProducerPort string KibanaRouterAddress string BaritoMarketUrl string BaritoMarketAccessToken string ProfileApiPath string ProfileApiByAppGroupPath string AuthorizeApiPath string ProfileApiByClusternamePath string CasAddress string NewRelicAppName string NewRelicLicenseKey string NewRelicEnabled bool CacheExpirationTimeSeconds time.Duration BackupCacheExpirationTimeHours time.Duration )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.