Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzeAndPrintPermissions ¶ added in v3.80.5
Types ¶
type GraphQLError ¶
type GraphQLResponse ¶
type GraphQLResponse struct { Errors []GraphQLError `json:"errors"` Data interface{} `json:"data"` }
type SecretInfo ¶ added in v3.80.5
type SecretInfo struct { User UserInfoJSON IsSiteAdmin bool }
func AnalyzePermissions ¶
func AnalyzePermissions(cfg *config.Config, key string) (*SecretInfo, error)
Click to show internal directories.
Click to hide internal directories.