Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CTX = context.TODO()
Functions ¶
func ReadConfig ¶
func ReadConfig(filePath string, config *protos.Configuration) error
Types ¶
type OrderDetails ¶
type OrderDetails struct {
OrderId string
CustomerId string
OrderDate time.Time
OrderTotal float64
}
func NewOrderDetails ¶
func NewOrderDetails(orderId, customerId string, orderTotal float64) *OrderDetails
func (*OrderDetails) String ¶
func (o *OrderDetails) String() string
Click to show internal directories.
Click to hide internal directories.