wsdlgo

package
v2.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2017 License: BSD-3-Clause Imports: 17 Imported by: 1

Documentation

Overview

Package wsdlgo provides an encoder from WSDL to Go code.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder interface {
	// Encode generates Go code from d.
	Encode(d *wsdl.Definitions) error

	// SetClient records the given http client that
	// is used when fetching remote parts of WSDL
	// and WSDL schemas.
	SetClient(c *http.Client)
	SetCustomInclude(ci string)
}

An Encoder generates Go code from WSDL definitions.

func NewEncoder

func NewEncoder(w io.Writer) Encoder

NewEncoder creates and initializes an Encoder that generates code to w.

Jump to

Keyboard shortcuts

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