controllers

package
v0.0.0-...-48972bb Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DisplayNum = 25
	//BlockHashLen = 40
	TxHashLen  = 64
	AccountLen = 40
	TxLimit    = 25
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Get

func (c *MainController) Get()

type Result

type Result struct {
	Success bool        `json:"success"`
	Data    interface{} `json:"data"`
}

type WebController

type WebController struct {
	beego.Controller
	Logger *zap.Logger
}

func (*WebController) Action

func (wc *WebController) Action()

func (*WebController) Block

func (wc *WebController) Block()

func (*WebController) ContractPage

func (wc *WebController) ContractPage()

func (*WebController) Index

func (wc *WebController) Index()

func (*WebController) Latest

func (wc *WebController) Latest()

func (*WebController) Search

func (wc *WebController) Search()

func (*WebController) TxByTxHash

func (wc *WebController) TxByTxHash()

tx hash

func (*WebController) TxInByAddress

func (wc *WebController) TxInByAddress()

func (*WebController) TxOutByAddress

func (wc *WebController) TxOutByAddress()

func (*WebController) TxsPage

func (wc *WebController) TxsPage()

Jump to

Keyboard shortcuts

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