Documentation ¶
Index ¶
- type Error
- type Params
- func (p Params) Bool(key string) (bool, bool)
- func (p Params) Float32(filed string) (float32, bool)
- func (p Params) Float64(filed string) (float64, bool)
- func (p Params) Int(filed string) (int, bool)
- func (p Params) Int16(filed string) (int16, bool)
- func (p Params) Int32(filed string) (int32, bool)
- func (p Params) Int64(filed string) (int64, bool)
- func (p Params) String(key string) (string, bool)
- func (p Params) Uint(filed string) (uint, bool)
- func (p Params) Uint16(filed string) (uint16, bool)
- func (p Params) Uint32(filed string) (uint32, bool)
- func (p Params) Uint64(filed string) (uint64, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
Error is the error data for the JSON-RPC request.
Click to show internal directories.
Click to hide internal directories.