io

package
v0.0.0-...-e06aa91 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Id       bson.ObjectId `json:"id" bson:"_id"`
	Uuid     string        `json:"uuid"  bson:"uuid"`
	Type     string        `json:"type" bson:"type"`
	Currency string        `json:"currency" bson:"currency"`
	Balance  float32       `json:"balance" bson:"balance"`
	Number   int           `json:"number" bson:"number"`
}

func (Account) String

func (t Account) String() string

type Deposit

type Deposit struct {
	Number []string `json:"number"  bson:"number"`
	Amount string   `json:"amount"  bson:"amount"`
}

func (Deposit) String

func (t Deposit) String() string

Jump to

Keyboard shortcuts

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