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)
}
An Encoder generates Go code from WSDL definitions.
func NewEncoder ¶
NewEncoder creates and initializes an Encoder that generates code to w.
Click to show internal directories.
Click to hide internal directories.