Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintOptions ¶
func PrintOptions(packageName string)
Types ¶
type Item ¶
type Item struct {
// contains filtered or unexported fields
}
func (*Item) TotalPrice ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option option interface
func SkipOption ¶
func SkipOption() Option
func WithDeduction ¶
WithDeduction deduction option of Order
func WithOptions ¶
func WithOptions(o *options) Option
func WithTotalPrice ¶
WithTotalPrice totalPrice option of Order
Click to show internal directories.
Click to hide internal directories.