Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpaQuery ¶ added in v0.1.0
type OpaQuery struct {
// contains filtered or unexported fields
}
func CreateQuery ¶ added in v0.1.0
type OpaQueryResult ¶ added in v0.1.0
type OpaQueryResult struct {
// contains filtered or unexported fields
}
func (*OpaQueryResult) GetErrors ¶ added in v0.1.0
func (result *OpaQueryResult) GetErrors() []interface{}
func (*OpaQueryResult) GetPatch ¶ added in v0.1.0
func (result *OpaQueryResult) GetPatch() []interface{}
func (*OpaQueryResult) GetWarnings ¶ added in v0.1.0
func (result *OpaQueryResult) GetWarnings() []interface{}
Click to show internal directories.
Click to hide internal directories.