Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetConfigResponse ¶
type GetConfigResponse struct {
// ViewerMode is a flag indicating if the server is the viewer mode and not accepting creating a new inspection request.
ViewerMode bool `json:"viewerMode"`
}
GetConfigResponse is the response type of /api/v3/config
func NewGetConfigResponseFromParameters ¶
func NewGetConfigResponseFromParameters() *GetConfigResponse
NewGetConfigResponseFromParameters returns *GetConfigResponse created from given program parameters.
Click to show internal directories.
Click to hide internal directories.