cmd

package
v0.0.0-...-e15347b Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2014 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const DAY_NOTES = 5e6

Each day 500,000 Notes

View Source
const RATIO = 1e8

100,000,000

Variables

View Source
var CmdCountdown = cli.Command{
	Name:        "countdown",
	Usage:       "countdown to last day",
	Description: ``,
	Action:      runCountdown,
	Flags:       []cli.Flag{},
}
View Source
var CmdFetch = cli.Command{
	Name:        "fetch",
	Usage:       "fetch or update the latest status",
	Description: `Fetch or update the latest status.`,
	Action:      runFetch,
	Flags:       []cli.Flag{},
}
View Source
var CmdList = cli.Command{
	Name:        "list",
	Usage:       "list all days status ",
	Description: ``,
	Action:      runList,
	Flags:       []cli.Flag{},
}
View Source
var CmdShow = cli.Command{
	Name:        "show",
	Usage:       "show daily donations",
	Description: ``,
	Action:      runShow,
	Flags:       []cli.Flag{},
}
View Source
var CmdSummary = cli.Command{
	Name:        "summary",
	Usage:       "show bitshares music note pre-sale summary",
	Description: ``,
	Action:      runSummary,
	Flags:       []cli.Flag{},
}

Functions

This section is empty.

Types

type Transactions

type Transactions struct {
	Total float64 `json:"btc_total"`
	Avg   float64 `json:"btc_avg"`
	Txs   []Tx    `json:"btc"`
}

type Tx

type Tx [2]float64

Jump to

Keyboard shortcuts

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