builder

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: MPL-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLocation

func NewLocation(path string) (*location, error)

NewLocation parses a raw location into a location structure. If path is URL then it should be absolute. If path is a file then relative file path will be converted into an absolute path.

func NewXsdParser

func NewXsdParser(c *xsd.Schema, all []*xsd.Schema) *xsdParser

Types

type Builder

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

Builder defines the struct for WSDL generator.

func New

func New(file, pkg string, ignoreTLS bool, exportAllTypes bool) (*Builder, error)

func (*Builder) Build

func (b *Builder) Build() (map[string][]byte, error)

Build initiates the code generation process by starting two goroutines:

generate types
generate operations

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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