bean

package
v0.0.0-...-93cb754 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2020 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FormParams

type FormParams struct {
	Params      string `form:"params" json:"params"`             // params
	Key         string `form:"key" json:"key"`                   // key
	Value       string `form:"value" json:"value"`               // value
	TTL         string `form:"ttl" json:"ttl"`                   // ttl
	Address     string `form:"address" json:"address"`           //
	From        string `form:"from" json:"from"`                 //
	To          string `form:"to" json:"to"`                     //
	Amount      string `form:"amount" json:"amount"`             //
	Decimals    string `form:"decimals" json:"decimals"`         //
	Pwd         string `form:"pwd" json:"pwd"`                   //
	Name        string `form:"name" json:"name"`                 //
	Symbol      string `form:"symbol" json:"symbol"`             //
	Total       string `form:"total" json:"total"`               //
	Desc        string `form:"desc" json:"desc"`                 //
	IsWait      string `form:"iswait" json:"iswait"`             //
	Number      string `form:"number" json:"number"`             //
	CallAddress string `form:"call_address" json:"call_address"` //
	Mnemonic    string `form:"mnemonic" json:"mnemonic"`         //
	Path        string `form:"path" json:"path"`                 //
	Keystore    string `form:"keystore" json:"keystore"`         //
}

FormParams FormParams

type ServerConfig

type ServerConfig struct {
	Port        []string
	Mode        string
	GormLogMode string
	ViewLimit   int
}

ServerConfig ServerConfig Struct

Jump to

Keyboard shortcuts

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