Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigCheckResponse ¶
type ConfigCheckResponse struct { Configs []integration.Config `json:"configs"` ResolveWarnings map[string][]string `json:"resolveWarnings"` ConfigErrors map[string]string `json:"configErrors"` Unresolved map[string][]integration.Config `json:"unresolved"` }
ConfigCheckResponse holds the config check response
type TaggerListEntity ¶
TaggerListEntity holds the tagging info about an entity
type TaggerListResponse ¶
type TaggerListResponse struct {
Entities map[string]TaggerListEntity `json:"entities"`
}
TaggerListResponse holds the tagger list response
Click to show internal directories.
Click to hide internal directories.