Documentation
¶
Index ¶
Constants ¶
View Source
const MaxPrice = 1000
View Source
const RequestIdentifier = "X-Request-ID"
Variables ¶
This section is empty.
Functions ¶
func CalculateTotalAmount ¶
func CurrentISOTime ¶
func CurrentISOTime() string
func FormatTimeToISO ¶
func RandomPrice ¶
func RandomPrice() float64
Types ¶
type ContextKey ¶
type ContextKey string
type SignalHandler ¶
type SignalHandler interface {
OnSignal(deferFunc func())
}
func NewSignalHandler ¶
func NewSignalHandler(signalsToListen ...os.Signal) SignalHandler
Click to show internal directories.
Click to hide internal directories.