providers

package
v0.0.0-...-eb42961 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsonResp

type JsonResp struct {
	List JsonRespList
}

type JsonRespFields

type JsonRespFields struct {
	Price       float64 `json:",string"`
	Chg_percent float64 `json:",string"`
}

type JsonRespList

type JsonRespList struct {
	Resources []JsonRespResourceCont
	Meta      JsonRespMeta
}

type JsonRespMeta

type JsonRespMeta struct {
	Count int
}

type JsonRespResource

type JsonRespResource struct {
	Fields JsonRespFields
}

type JsonRespResourceCont

type JsonRespResourceCont struct {
	Resource JsonRespResource
}

Jump to

Keyboard shortcuts

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