Documentation
¶
Overview ¶
Package chemspell accesses the NLM ChemSpell web service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayOfxsdstring ¶
type Client ¶
type Client struct{ SOAP SOAPdoer }
func (*Client) GetSugList ¶
func (c *Client) GetSugList(ctx context.Context, getSugListRequest GetSugListRequest) (GetSugListResponse, error)
func (*Client) Main ¶
func (c *Client) Main(ctx context.Context, mainRequest MainRequest) (MainResponse, error)
type GetSugListRequest ¶
type GetSugListRequest struct { XMLName xml.Name `xml:"http://chemspell.nlm.nih.gov/axis/SpellAid.jws/axis/SpellAid.jws getSugListRequest"` Name string `xml:"http://chemspell.nlm.nih.gov/axis/SpellAid.jws/axis/SpellAid.jws name"` Src string `xml:"http://chemspell.nlm.nih.gov/axis/SpellAid.jws/axis/SpellAid.jws src"` }
type GetSugListResponse ¶
type MainRequest ¶
type MainRequest struct { XMLName xml.Name `xml:"http://chemspell.nlm.nih.gov/axis/SpellAid.jws/axis/SpellAid.jws mainRequest"` Args ArrayOfxsdstring `xml:"http://chemspell.nlm.nih.gov/axis/SpellAid.jws/axis/SpellAid.jws args"` }
type MainResponse ¶
Click to show internal directories.
Click to hide internal directories.