# Functions
从配置中心获取appInfo.
GetAppInfoFromApollo 调用方需要将v结构体提前定义好。如果不知道,就定义成map[string]interface{}.
No description provided by the author
InitApolloHandlers 监听者赶紧到这里来,按时触发一系列动作.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
ApolloResponse 返回结构体.
# Interfaces
ApolloHandler 当ApolloTimer 定时刷新的时候,主动触发此类操作.
ApolloTimer apollo client 本地刷新器.