parser

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ElementParsers = []ElementParser{}

Functions

This section is empty.

Types

type ElementParser

type ElementParser struct {
	Is    func(this *Parser, element *etree.Element) bool
	Parse func(this *Parser, element *etree.Element) (deploymentmodel.Element, error)
}

type Group

type Group struct {
	Group    string
	Elements []string
}

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

func New

func New(conf config.Config) *Parser

func (*Parser) EstimateStartParameter

func (this *Parser) EstimateStartParameter(xml string) (result []deploymentmodel.ProcessStartParameter, err error)

func (*Parser) PrepareDeployment

func (this *Parser) PrepareDeployment(xml string) (result deploymentmodel.Deployment, err error)

Jump to

Keyboard shortcuts

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