Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.