Documentation ¶
Index ¶
- func AccountsHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func DimensionKeysHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func DimensionValuesHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func ExternalIdHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func LogGroupFieldsHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func LogGroupsHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func MetricsHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func NamespacesHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func RegionsHandler(ctx context.Context, pluginCtx backend.PluginContext, ...) ([]byte, *models.HttpError)
- func ResourceRequestMiddleware(handleFunc models.RouteHandlerFunc, logger log.Logger, ...) func(rw http.ResponseWriter, req *http.Request)
- type ExternalIdResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountsHandler ¶
func DimensionKeysHandler ¶
func DimensionValuesHandler ¶
func ExternalIdHandler ¶
func LogGroupFieldsHandler ¶
func LogGroupsHandler ¶
func MetricsHandler ¶
func NamespacesHandler ¶
func RegionsHandler ¶
func ResourceRequestMiddleware ¶
func ResourceRequestMiddleware(handleFunc models.RouteHandlerFunc, logger log.Logger, reqCtxFactory models.RequestContextFactoryFunc) func(rw http.ResponseWriter, req *http.Request)
Types ¶
type ExternalIdResponse ¶
type ExternalIdResponse struct {
ExternalId string `json:"externalId"`
}
Click to show internal directories.
Click to hide internal directories.