Versions in this module Expand all Collapse all v0 v0.0.0 Jul 3, 2019 Changes in this version + type ArrayOfxsdstring []string + func (a *ArrayOfxsdstring) UnmarshalXML(d *xml.Decoder, start xml.StartElement) (err error) + func (a ArrayOfxsdstring) MarshalXML(e *xml.Encoder, start xml.StartElement) error + type Client struct + HTTPClient *http.Client + RequestHook func(*http.Request) *http.Request + ResponseHook func(*http.Response) *http.Response + func NewClient() *Client + func (c *Client) GetSugList(ctx context.Context, name string, src string) (string, error) + func (c *Client) Main(ctx context.Context, args ArrayOfxsdstring) error