Documentation
¶
Index ¶
Constants ¶
View Source
const DateFormat string = "02.01.2006 15:04:05"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Customer ¶
func (*Customer) AccessLevel ¶
func (*Customer) AccessLevel() AccessLevel
type Employee ¶
func (*Employee) AccessLevel ¶
func (e *Employee) AccessLevel() AccessLevel
type Entity ¶
type Entity interface {
FullName() string
AccessLevel() AccessLevel
GetId() uint
GetLogin() string
}
type OrderStatus ¶
type OrderStatus uint
const ( Pending OrderStatus = iota + 1 Processing Released Canceled )
func (OrderStatus) String ¶
func (stat OrderStatus) String() string
Click to show internal directories.
Click to hide internal directories.