Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
Agent - Represents the Gateway client
func (*Agent) BeatsReady ¶
func (a *Agent) BeatsReady()
BeatsReady - signal that the beats are ready
type AgentConfig ¶
type AgentConfig struct { CentralCfg corecfg.CentralConfig `config:"central"` ApigeeCfg *config.ApigeeConfig `config:"apigee"` }
AgentConfig - represents the config for agent
type AuthResponse ¶
type AuthResponse struct { AccessToken string `json:"access_token"` TokenType string `json:"token_type"` RefreshToken string `json:"refresh_token"` ExpiresIn int `json:"expires_in"` Scope string `json:"scope"` JTI string `json:"jti"` }
AuthResponse - response struct from APIGEE auth call
Click to show internal directories.
Click to hide internal directories.