Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GAAPIChannel stores the API Events composed from XDS states GAAPIChannel chan APIEvent )
Functions ¶
func InitGAClient ¶
func InitGAClient()
InitGAClient initializes the connection to the global adapter.
Types ¶
type APIEvent ¶
type APIEvent struct { APIUUID string RevisionUUID string IsDeployEvent bool OrganizationUUID string }
APIEvent represents the event corresponding to a single API Deploy or Remove event based on XDS state changes
func FetchAPIsFromGA ¶
func FetchAPIsFromGA() []*APIEvent
FetchAPIsFromGA returns the initial state of GA APIs within Adapter
Click to show internal directories.
Click to hide internal directories.