Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JohnLewis ¶
type JohnLewis struct {
// contains filtered or unexported fields
}
func NewJohnLewis ¶
type StockCheckResult ¶
type StockCheckResult struct { StoreName string Status StockStatus }
func (StockCheckResult) String ¶
func (s StockCheckResult) String() string
type StockStatus ¶
type StockStatus int
Based off: https://programming.guide/go/define-enumeration-string.html
const ( InStock StockStatus = iota OutOfStock Unknown )
func (StockStatus) String ¶
func (s StockStatus) String() string
Click to show internal directories.
Click to hide internal directories.