internal

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package internal sdk

Index

Constants

This section is empty.

Variables

C global configuration related instances, no need to lock, the instance will only be modified during Init/Release, Init is protected by Once, Release is not concurrently safe, user notice

Functions

This section is empty.

Types

type GlobalConfig

type GlobalConfig struct {
	// Initialize the incoming projectID list and cache all configurations of the business locally
	ProjectIDList []string `json:"projectIdList"`
	// Whether to disable reporting, default is false
	IsDisableReport bool `json:"isEnableReport"`
	// Environment type, default is prd
	EnvType env.Type `json:"envType"`
	// Whether to disable dmp, global configuration; each diversion inherits the global configuration by default,
	// can be set independently, default false
	IsDisableDMP bool `json:"isDisableDmp"`
	// Monitoring reporting component initialization parameters, key is the plugin name,
	// value is the initialization parameter
	MetricsPluginInitConfig map[string]*protoc_cache_server.MetricsInitConfig `json:"metricsPluginInitConfig"`
	// Whether to customize the cache service plug-in. If not, the default is to use the TAB cache service
	IsCustomCacheClient bool `json:"isCustomCacheClient"`
	// Whether to customize the DMP user portrait service plug-in. If not,
	// the default is to use the TAB DMP user portrait service
	IsCustomDMPClient bool `json:"isCustomDmpClient"`
	// Region information, supports sending different configurations to different regions,
	// such as different reporting addresses for different regions
	RegionCode string `json:"regionCode"`
	// secretKey, used for authentication
	SecretKey string `json:"secretKey"`
}

GlobalConfig Global configuration, including global configuration after storage Init, including whether to enable reporting, reporting component selection, whether to pre-process DMP, etc.

Directories

Path Synopsis
Package cache 本地缓存具体实现
Package cache 本地缓存具体实现
Package client TODO
Package client TODO
Package config Remote configuration acquisition related implementation, the underlying logic part depends on the experiment package
Package config Remote configuration acquisition related implementation, the underlying logic part depends on the experiment package
Package experiment abtest Experimental diversion related implementation
Package experiment abtest Experimental diversion related implementation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL