package
0.0.0-20200527211917-13a65c9069a6
Repository: https://github.com/errorboi/feedparserbot.git
Documentation: pkg.go.dev

# Functions

Allowf returns an formatted wrapped Allow decision.
AlwaysAllowRule returns a rule that returns an allow decision.
AlwaysDenyRule returns a rule that returns a deny decision.
Denyf returns an formatted wrapped Deny decision.
DenyMutationOperationRule returns a rule denying specified mutation operation.
Skipf returns an formatted wrapped Skip decision.

# Variables

Allow may be returned by rules to indicate that the policy evaluation should terminate with an allow decision.
Deny may be returned by rules to indicate that the policy evaluation should terminate with an deny decision.
Skip may be returned by rules to indicate that the policy evaluation should continue to the next rule.

# Structs

Policy groups query and mutation policies.

# Interfaces

No description provided by the author
QueryMutationRule is the interface that groups query and mutation rules.
No description provided by the author

# Type aliases

The GlobalsettingsMutationRuleFunc type is an adapter to allow the use of ordinary functions as a mutation rule.
The GlobalsettingsQueryRuleFunc type is an adapter to allow the use of ordinary functions as a query rule.
No description provided by the author
MutationRuleFunc type is an adapter to allow the use of ordinary functions as mutation rules.
The PostMutationRuleFunc type is an adapter to allow the use of ordinary functions as a mutation rule.
The PostQueryRuleFunc type is an adapter to allow the use of ordinary functions as a query rule.
No description provided by the author
QueryRuleFunc type is an adapter to allow the use of ordinary functions as query rules.
The SourceMutationRuleFunc type is an adapter to allow the use of ordinary functions as a mutation rule.
The SourceQueryRuleFunc type is an adapter to allow the use of ordinary functions as a query rule.
The UserMutationRuleFunc type is an adapter to allow the use of ordinary functions as a mutation rule.
The UserQueryRuleFunc type is an adapter to allow the use of ordinary functions as a query rule.
The UserSettingsMutationRuleFunc type is an adapter to allow the use of ordinary functions as a mutation rule.
The UserSettingsQueryRuleFunc type is an adapter to allow the use of ordinary functions as a query rule.