Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Unspecified indicates that the shape is not specified. Unspecified Shape = "unspecified" // Varying indicates that the shape can vary. This is used // for queries whose shape is not known ahead of time. Varying = "varying" // CheckPermissionSelectDirectSubjects indicates that the query is a permission check // that selects direct subjects. CheckPermissionSelectDirectSubjects = "check-permission-select-direct-subjects" // CheckPermissionSelectIndirectSubjects indicates that the query is a permission check // that selects indirect subjects. CheckPermissionSelectIndirectSubjects = "check-permission-select-indirect-subjects" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.