Documentation ¶
Index ¶
Constants ¶
View Source
const (
SERVICE_NAME string = "IngestionPolicies"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngestionPolicyDecision ¶
type IngestionPolicyDecision struct {
Allow bool
}
type IngestionPolicyService ¶
type IngestionPolicyService interface {
GetDecision(event cloudevents.Event, data map[string]interface{}) (IngestionPolicyDecision, error)
}
func New ¶
func New() IngestionPolicyService
Click to show internal directories.
Click to hide internal directories.