Documentation
¶
Overview ¶
Package tests contains REST API tests for following endpoints:
apiPrefix
Package tests contains REST API tests for following endpoints:
apiPrefix
OpenAPI specification
Index ¶
Constants ¶
View Source
const ( // ContentTypeJSON represents MIME type for JSON format ContentTypeJSON = "application/json; charset=utf-8" // ContentTypeText represents MIME type for plain text format ContentTypeText = "text/plain; charset=utf-8" )
common constants used by REST API tests
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Group ¶
type Group struct { Description string `json:"description"` Title string `json:"title"` Tags []string `json:"tags"` }
Group represents part of response containing list of groups
type GroupsResponse ¶
GroupsResponse represents response containing list of groups
type StatusOnlyResponse ¶
type StatusOnlyResponse struct {
Status string `json:"status"`
}
StatusOnlyResponse represents response containing just a status
type StatusResponse ¶
type StatusResponse struct { RuleContentStatusMap map[string]types.RuleContentStatus `json:"rules"` Status string `json:"status"` }
StatusResponse represents response containing map of rules
Click to show internal directories.
Click to hide internal directories.