Documentation
¶
Index ¶
- func HttpError(statusCode int, errorMessage []byte, logger zerolog.Logger)
- func NewHttpRequest(method string, apiUrl string) (*http.Client, *http.Request)
- func NewHttpRequestWithBody(method string, apiUrl string, body []byte) (*http.Client, *http.Request)
- func NewLiveTailHttpRequest(method string, liveTailEndpoint string, body []byte) (*http.Client, *http.Request)
- func StartLiveTailHttpRequest(method string, liveTailEndpoint string) (*http.Client, *http.Request)
- func ValidateCollectorFilter(filter string) bool
- func ValidateCollectorOutput(output string) bool
- func ValidateRoleOutput(output string) bool
- func ValidateUserOutput(output string) bool
- func ValidateUserSortBy(sortBy string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpRequest ¶
func NewHttpRequestWithBody ¶
func NewLiveTailHttpRequest ¶ added in v0.3.0
func StartLiveTailHttpRequest ¶ added in v0.3.0
func ValidateCollectorFilter ¶
func ValidateCollectorOutput ¶
func ValidateRoleOutput ¶
func ValidateUserOutput ¶
func ValidateUserSortBy ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.