Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckPermissionInput ¶
type CheckPermissionResponse ¶
type CheckPermissionResponse struct { Data struct { CheckPermission struct { Allowed bool `json:"allowed"` } `json:"checkPermission"` } `json:"data"` }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CheckPermission ¶
type GraphQLQuery ¶
type GraphQLQuery struct { Query string `json:"query"` Variables interface{} `json:"variables"` }
type PermissionChecker ¶
func NewPermissionChecker ¶
func NewPermissionChecker(service string, dashboardURL string) *PermissionChecker
Click to show internal directories.
Click to hide internal directories.