Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRemoteJSON ¶
func GetRemoteText ¶
func GetRemoteYAML ¶
func InitRemoteSettingClientWithEnv ¶
func InitRemoteSettingClientWithEnv(cli *RemoteSettingClient)
Types ¶
type RemoteSettingClient ¶
type RemoteSettingClient struct { BaseURL string AK, SK string Group string // contains filtered or unexported fields }
RemoteSettingClient is a client to get remote settings from a remote server.
func NewRemoteSettingClient ¶
func NewRemoteSettingClient(baseURL, ak, sk, group string) *RemoteSettingClient
NewRemoteSettingClient creates a new RemoteSettingClient.
func NewRemoteSettingClientWithEnv ¶
func NewRemoteSettingClientWithEnv() *RemoteSettingClient
NewRemoteSettingClientWithEnv creates a new RemoteSettingClient with env.
Click to show internal directories.
Click to hide internal directories.