processorconfiguration

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcessorConfiguration

type ProcessorConfiguration struct {
	Name               string   `json:"name" validate:"required,alphanumunderscore"`
	Modifier           bool     `json:"modifier"`
	Required           bool     `json:"required"`
	Async              bool     `json:"async"`
	InputFieldsInclude []string `json:"input_fields_include" validate:"unique,dive,alphanumunderscore"`
	InputFieldsExclude []string `json:"input_fields_exclude" validate:"unique,dive,alphanumunderscore"`
	OutputFieldsWrite  []string `json:"output_fields_write" validate:"unique,dive,alphanumunderscore"`
	ServiceBusTopic    string   `json:"service_bus_topic" validate:"required,alphanumdot"`
	Timeout            int      `json:"timeout" validate:"min=1"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL