package
Version:
v1.35.2
Opens a new window with list of versions in this module.
Published: Feb 24, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Union of possible actions
type Price struct {
Start currency.Cents `json:"start,omitempty"`
}
Price-based trigger
type Quantity struct {
Start int `json:"start,omitempty"`
}
Quantity-based trigger
type Trigger struct {
Price Price `json:"price,omitempty"`
Quantity Quantity `json:"quantity,omitempty"`
}
Union of possible triggers
Determine type of trigger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.