blockfolio

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2018 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeApiRequest

func MakeApiRequest(token string, method string) ([]byte, error)

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)

type Position

type Position struct {
	Coin                            string  `json:coin`
	LastPriceFiat                   float32 `json:lastPriceFiat`
	TwentyFourHourPercentChangeFiat float32 `json:twentyFourHourPercentChangeFiat`
	Quantity                        float32 `json:quantity`
	HoldingValueFiat                float32 `json:holdingValueFiat`
}

type Widget

type Widget struct {
	wtf.TextWidget
	// contains filtered or unexported fields
}

func NewWidget

func NewWidget(app *tview.Application, pages *tview.Pages) *Widget

func (*Widget) Refresh

func (widget *Widget) Refresh()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL