Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct{}
Redirect struct to add methods to.
type Transactions ¶
type Transactions struct{}
func (*Transactions) Decode ¶
func (r *Transactions) Decode(input []byte) (*entity.Transactions, error)
Decode bytes into a Transactions struct via json
func (*Transactions) Encode ¶
func (r *Transactions) Encode(input *entity.Transactions) ([]byte, error)
Encode a Transactions struct to bytes
Click to show internal directories.
Click to hide internal directories.