Documentation ¶ Index ¶ Constants type Config Constants ¶ View Source const ( // PaladinDriverApollo ... PaladinDriverApollo = "apollo" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { AppID string `json:"app_id"` Cluster string `json:"cluster"` CacheDir string `json:"cache_dir"` MetaAddr string `json:"meta_addr"` Namespaces []string `json:"namespaces"` } Config is apollo config client config. Source Files ¶ View all Source files apollo.go const.go Directories ¶ Show internal Expand all Path Synopsis internal mockserver Click to show internal directories. Click to hide internal directories.