Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions pkg/workflow/awf_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@ func getCompiledAWFConfigSchema() (*jsonschema.Schema, error) {
return compiledAWFConfigSchema, awfConfigSchemaCompileError
}

// ValidateAWFConfigJSON validates the provided AWF config JSON string against the
// embedded AWF config schema. Returns nil if validation passes.
// This exported variant is used by tests in external packages.
func ValidateAWFConfigJSON(configJSON string) error {
return validateAWFConfigJSON(configJSON)
}

// validateAWFConfigJSON validates the provided AWF config JSON string against the
// embedded AWF config schema. Returns nil if validation passes.
func validateAWFConfigJSON(configJSON string) error {
Expand Down
Loading