Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ElementParsers = []ElementParser{}
Functions ¶
This section is empty.
Types ¶
type ElementParser ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
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)
Click to show internal directories.
Click to hide internal directories.