Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config *config.Config
Config is a pointer to the global config object
Functions ¶
Types ¶
type AllPositionsResponse ¶
type AllPositionsResponse struct {
PositionList []Position `json:positionList`
}
func Fetch ¶
func Fetch(token string) (*AllPositionsResponse, error)
func GetAllPositions ¶
func GetAllPositions(token string) (*AllPositionsResponse, error)
Click to show internal directories.
Click to hide internal directories.