Documentation ¶
Index ¶
- func AccountsHandler(pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func DimensionKeysHandler(pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func DimensionValuesHandler(pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func LogGroupFieldsHandler(pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func LogGroupsHandler(pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func MetricsHandler(pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func NamespacesHandler(pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func ResourceRequestMiddleware(handleFunc models.RouteHandlerFunc, logger log.Logger, ...) func(rw http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountsHandler ¶
func AccountsHandler(pluginCtx backend.PluginContext, reqCtxFactory models.RequestContextFactoryFunc, parameters url.Values) ([]byte, *models.HttpError)
func DimensionKeysHandler ¶
func DimensionKeysHandler(pluginCtx backend.PluginContext, reqCtxFactory models.RequestContextFactoryFunc, parameters url.Values) ([]byte, *models.HttpError)
func DimensionValuesHandler ¶
func DimensionValuesHandler(pluginCtx backend.PluginContext, reqCtxFactory models.RequestContextFactoryFunc, parameters url.Values) ([]byte, *models.HttpError)
func LogGroupFieldsHandler ¶
func LogGroupFieldsHandler(pluginCtx backend.PluginContext, reqCtxFactory models.RequestContextFactoryFunc, parameters url.Values) ([]byte, *models.HttpError)
func LogGroupsHandler ¶
func LogGroupsHandler(pluginCtx backend.PluginContext, reqCtxFactory models.RequestContextFactoryFunc, parameters url.Values) ([]byte, *models.HttpError)
func MetricsHandler ¶
func MetricsHandler(pluginCtx backend.PluginContext, reqCtxFactory models.RequestContextFactoryFunc, parameters url.Values) ([]byte, *models.HttpError)
func NamespacesHandler ¶
func NamespacesHandler(pluginCtx backend.PluginContext, reqCtxFactory models.RequestContextFactoryFunc, _ url.Values) ([]byte, *models.HttpError)
func ResourceRequestMiddleware ¶
func ResourceRequestMiddleware(handleFunc models.RouteHandlerFunc, logger log.Logger, reqCtxFactory models.RequestContextFactoryFunc) func(rw http.ResponseWriter, req *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.