customer

package
v0.0.0-...-155bba5 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CustomerCreate

func CustomerCreate(name string, rate int, contact string, email string)

func CustomerDelete

func CustomerDelete(name string)

func CustomerEdit

func CustomerEdit(name string, rate int, contact string, email string)

Types

type CustomerInt

type CustomerInt interface {
	GetID() uint
	GetName() string
	GetContactEmail() string
	GetContactName() string
	GetRate() uint
}

func CustomerList

func CustomerList() []CustomerInt

Jump to

Keyboard shortcuts

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