Documentation ¶
Index ¶
Constants ¶
View Source
const ( ScopeCompany Scope = "company" ScopeTeam Scope = "team" ScopeEnvironment Scope = "environment" FilterAll Filter = "all" FilterLatest Filter = "latest" EnvironmentSpecValidationSuccess Type = "environment_validation_success" EnvironmentSpecValidationError Type = "environment_validation_error" EnvironmentSchemaValidationError Type = "environment_schema_validation_error" EnvironmentSchemaValidationSuccess Type = "environment_schema_validation_success" EnvironmentReconcileSuccess Type = "environment_reconcile_success" EnvironmentReconcileError Type = "environment_reconcile_error" TeamSpecValidationSuccess Type = "team_validation_success" TeamSpecValidationError Type = "team_validation_error" TeamSchemaValidationError Type = "team_schema_validation_error" TeamSchemaValidationSuccess Type = "team_schema_validation_success" TeamReconcileSuccess Type = "team_reconcile_success" TeamReconcileError Type = "team_reconcile_error" FamilyValidation Family = "validation" FamilyReconcile Family = "reconcile" )
Variables ¶
This section is empty.
Functions ¶
func IsErrorEvent ¶
Types ¶
type Event ¶
type Event struct { ID string `json:"id" db:"id"` Scope Scope `json:"scope" db:"scope"` Object string `json:"object" db:"object"` Meta json.RawMessage `json:"meta" db:"meta"` CreatedAt time.Time `json:"createdAt" db:"created_at"` EventType Type `json:"eventType" db:"event_type"` Family Family `json:"family" db:"family"` Payload json.RawMessage `json:"payload" db:"payload"` Debug any `json:"debug" db:"debug"` }
type ListPayload ¶
type RecordPayload ¶
Click to show internal directories.
Click to hide internal directories.