Documentation
¶
Index ¶
- Variables
- func ClearEnvProperties() (err error)
- func Create(deploymentType string, apiProxyType string) (respBody []byte, err error)
- func CreateArchive(name string, zipfile string) (respBody []byte, err error)
- func CreateTraceOverrides(apiproxy string, exporter string, endpoint string, sampler string, ...) (respBody []byte, err error)
- func Delete() (respBody []byte, err error)
- func DeleteArchive(name string) (respBody []byte, err error)
- func DeleteTraceOverrides(name string) (respBody []byte, err error)
- func DisableTraceConfig() (respBody []byte, err error)
- func Get(config bool) (respBody []byte, err error)
- func GetAllDeployments() (respBody []byte, err error)
- func GetArchive(name string) (respBody []byte, err error)
- func GetDebug() (respBody []byte, err error)
- func GetDeployedConfig() (respBody []byte, err error)
- func GetDeployments(sharedflows bool) (respBody []byte, err error)
- func GetIAM() (respBody []byte, err error)
- func GetTraceConfig() (respBody []byte, err error)
- func GetTraceOverrides(name string) (respBody []byte, err error)
- func ImportTraceConfig(payload string) (respBody []byte, err error)
- func List() (respBody []byte, err error)
- func ListArchives() (respBody []byte, err error)
- func ListTraceOverrides() (respBody []byte, err error)
- func RemoveIAM(memberName string, role string) (err error)
- func SetDebug(maskConfig string) (respBody []byte, err error)
- func SetEnvProperty(name string, value string) (err error)
- func SetIAM(memberName string, permission string, memberType string) (err error)
- func TestIAM(resource string, verb string) (respBody []byte, err error)
- func TotalAPICallsInMonth(environment string, month int, year int) (total int, err error)
- func TotalAPICallsInMonthAsync(environment string, month int, year int, envDetails bool, wg *sync.WaitGroup)
- func UpdateTraceConfig(exporter string, endpoint string, sampler string, sample_rate string) (respBody []byte, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiCalls = &apiCalls{count: 0}
Functions ¶
func ClearEnvProperties ¶
func ClearEnvProperties() (err error)
ClearEnvProperties is used to set env properties
func CreateArchive ¶
CreatetArchive
func CreateTraceOverrides ¶
func DeleteTraceOverrides ¶
func DisableTraceConfig ¶
func GetAllDeployments ¶
func GetDeployments ¶
GetDeployments
func GetTraceOverrides ¶
func ImportTraceConfig ¶
func ListTraceOverrides ¶
func SetEnvProperty ¶
SetEnvProperty is used to set env properties
func TotalAPICallsInMonth ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.