Documentation
¶
Index ¶
Constants ¶
View Source
const ( // YFinQuotes are the yfin quote responses. YFinQuotes ResourceID = "quote" // YFinChart are the yfin chart responses. YFinChart ResourceID = "chart" // YFinOptions are the yfin options responses. YFinOptions ResourceID = "options" // YFinCrumb are the yfin crumb responses. YFinCrumb ResourceID = "crumb" // ServiceYFin is the yfin service. ServiceYFin ServiceID = "yfin" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct { Parameters []*Parameter `yaml:"parameters"` ResourceID ResourceID `yaml:"resource"` }
Operation defines a service operation.
type Parameter ¶
type Parameter struct { Description string `yaml:"description"` Name string `yaml:"name"` Required bool `yaml:"required"` }
Parameter describes a url parameter.
Click to show internal directories.
Click to hide internal directories.