Documentation ¶
Overview ¶
Package classification EARS
Documentation EARS API ¶
Schemes: https BasePath: /ears Version: 1.0.0 Host: qa.gears.comcast.com
Consumes: - application/json - application/yaml
Produces: - application/json - application/yaml
Security:
Bearer:
SecurityDefinitions:
Bearer: In: header Name: Authorization Type: apiKey
swagger:meta
Index ¶
- type ErrorResponse
- type FiltersErrorResponse
- type FiltersResponse
- type ReceiversErrorResponse
- type ReceiversResponse
- type RouteConfig
- type RouteDeleteResponse
- type RouteErrorResponse
- type RouteResponse
- type RoutesResponse
- type SendersErrorResponse
- type SendersResponse
- type SuccessResponse
- type TenantConfig
- type TenantDeleteResponse
- type TenantErrorResponse
- type TenantResponse
- type TenantsResponse
- type VersionResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶ added in v1.1.0
type ErrorResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type FiltersErrorResponse ¶ added in v0.7.0
type FiltersErrorResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type FiltersResponse ¶ added in v0.7.0
type FiltersResponse struct { Status responseStatus `json:"status"` Items map[string]plugin.FilterStatus `json:"items"` }
type ReceiversErrorResponse ¶ added in v0.7.0
type ReceiversErrorResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type ReceiversResponse ¶ added in v0.7.0
type ReceiversResponse struct { Status responseStatus `json:"status"` Items map[string]plugin.ReceiverStatus `json:"items"` }
type RouteConfig ¶ added in v0.7.0
type RouteDeleteResponse ¶
type RouteDeleteResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type RouteErrorResponse ¶
type RouteErrorResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type RouteResponse ¶
type RouteResponse struct { Status responseStatus `json:"status"` Item RouteConfig `json:"item"` }
type RoutesResponse ¶
type RoutesResponse struct { Status responseStatus `json:"status"` Items []RouteConfig `json:"items"` }
type SendersErrorResponse ¶ added in v0.7.0
type SendersErrorResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type SendersResponse ¶ added in v0.7.0
type SendersResponse struct { Status responseStatus `json:"status"` Items map[string]plugin.SenderStatus `json:"items"` }
type SuccessResponse ¶ added in v1.1.0
type SuccessResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type TenantConfig ¶ added in v0.7.0
type TenantDeleteResponse ¶ added in v0.7.0
type TenantDeleteResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type TenantErrorResponse ¶ added in v0.7.0
type TenantErrorResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
type TenantResponse ¶ added in v0.7.0
type TenantResponse struct { Status responseStatus `json:"status"` Item TenantConfig `json:"item"` }
type TenantsResponse ¶ added in v0.7.0
type TenantsResponse struct { Status responseStatus `json:"status"` Item []TenantConfig `json:"item"` }
type VersionResponse ¶
type VersionResponse struct { Status responseStatus `json:"status"` Item string `json:"item"` }
Source Files ¶
- deleteRouteSwagger.go
- deleteTenantSwagger.go
- doc.go
- getAllRoutesSwagger.go
- getAllTenantsSwagger.go
- getFiltersSwagger.go
- getReceiversSwagger.go
- getRouteSwagger.go
- getRoutesSwagger.go
- getSendersSwagger.go
- getTenantSwagger.go
- getVersionSwagger.go
- postRouteEventSwagger.go
- postRouteSwagger.go
- putRouteSwagger.go
- putTenantSwagger.go
- sharedParams.go
Click to show internal directories.
Click to hide internal directories.