Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckRequest ¶
type CheckRequest struct { /** * PathParams */ PathParams struct{} /** * QueryParams */ QueryParams struct{} /** * Body */ Body struct { SchemaVersion utils.Version `json:"schema_version" form:"schema_version" xml:"schema_version"` Entity tuple.Entity `json:"entity" form:"entity" xml:"entity"` Action string `json:"action" form:"action" xml:"action"` Subject tuple.Subject `json:"subject" form:"subject" xml:"subject"` Depth int32 `json:"depth" form:"depth" xml:"depth"` } }
CheckRequest -
type ExpandRequest ¶
type ExpandRequest struct { /** * PathParams */ PathParams struct{} /** * QueryParams */ QueryParams struct{} /** * Body */ Body struct { SchemaVersion utils.Version `json:"schema_version" form:"schema_version" xml:"schema_version"` Entity tuple.Entity `json:"entity" form:"entity" xml:"entity"` Action string `json:"action" form:"action" xml:"action"` } }
ExpandRequest -
Click to show internal directories.
Click to hide internal directories.