models

package
v0.0.0-...-bb23c76 Latest Latest
Warning

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

Go to latest
Published: May 4, 2017 License: GPL-3.0 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 {

	// amount
	Amount int64 `json:"amount,omitempty"`

	// ctime
	Ctime strfmt.DateTime `json:"ctime,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// mtime
	Mtime strfmt.DateTime `json:"mtime,omitempty"`

	// 20 symbols max
	Name string `json:"name,omitempty"`
}

Account account swagger:model Account

func (*Account) Validate

func (m *Account) Validate(formats strfmt.Registry) error

Validate validates this account

Jump to

Keyboard shortcuts

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