Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
Results []RuleResponse `json:"results"`
}
func MakeResponse ¶
func MakeResponse(from ...jsonengine.Response) Response
type RuleResponse ¶
type RuleResponse struct { PolicyName string `json:"policy"` RuleName string `json:"rule"` Identifier string `json:"identifier,omitempty"` Result jsonengine.PolicyResult `json:"result"` Message string `json:"message"` }
Click to show internal directories.
Click to hide internal directories.