Documentation
¶
Index ¶
- type Data
- func (cc *Data) BuildURL(fSym string, tSym string) (u *url.URL, err error)
- func (cc *Data) GetApiKey() string
- func (cc *Data) GetApiURL() string
- func (cc *Data) GetData(fSym string, tSym string) (ds *dataproviders.Data, err error)
- func (cc *Data) GetSerializable() (dpStruct *dataproviders.Data)
- func (cc *Data) GetWsURL() string
- func (cc *Data) SetApiKey(key string)
- func (cc *Data) SetApiURL(url string)
- func (cc *Data) SetWsURL(url string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Raw map[string]map[string]*dataproviders.Response `json:"RAW"` Display map[string]map[string]*dataproviders.Display `json:"DISPLAY"` }
func (*Data) GetSerializable ¶
func (cc *Data) GetSerializable() (dpStruct *dataproviders.Data)
Click to show internal directories.
Click to hide internal directories.