Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Registry = newRegister()
Registry is a global registry that contains all processors
Functions ¶
func CreateSchema ¶
func CreateSchema(schemaData string, url string) *jsonschema.Schema
Types ¶
type NewProcessor ¶
type NewProcessor func() Processor
type Register ¶
type Register struct {
// contains filtered or unexported fields
}
func (*Register) AddProcessor ¶
AddProcessor adds a processor listening on the given path
func (*Register) Processors ¶
GetProcessors returns a list of all currently registered processors
Click to show internal directories.
Click to hide internal directories.