model

package
v0.0.0-...-9fc0fad Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2020 License: MIT Imports: 0 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 string
	PW []byte
}

Account struct stores account info of user

func NewAccount

func NewAccount(id string, pw []byte) *Account

NewAccount creates new account

type Product

type Product struct {
	ID    string
	Name  string
	Price float64
}

Product struct stores product info

func NewProduct

func NewProduct(id, name string, price float64) *Product

NewProduct creates new product

Jump to

Keyboard shortcuts

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