customer_service

package
v0.0.0-...-8b6cda5 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Customer

type Customer struct {
	ID        int
	FirstName string
	LastName  string
	Title     string

	CreatedBy  string
	ModifiedBy string `json:"modifiedBy,omitempty"`
	CreatedOn  int
	ModifiedOn int
}

func (*Customer) AddCustomer

func (c *Customer) AddCustomer() (*Customer, error)

func (*Customer) GetCustomer

func (c *Customer) GetCustomer() (*Customer, error)

Jump to

Keyboard shortcuts

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