Documentation
¶
Index ¶
Constants ¶
View Source
const (
Namespace = "opa"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶ added in v0.17.15
type Error struct {
Status string `json:"status"`
Error struct {
Code string `json:"code"`
Message string `json:"message"`
Errors []struct {
Code string `json:"code"`
Message string `json:"message"`
Location struct {
File string `json:"file"`
Row int `json:"row"`
Col int `json:"col"`
} `json:"location"`
} `json:"errors"`
} `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.