Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Basal ¶
type Basal struct {
base.Base `bson:",inline"`
DeliveryType string `json:"deliveryType,omitempty" bson:"deliveryType,omitempty"`
}
func (*Basal) IdentityFields ¶ added in v1.4.0
type Suppressed ¶ added in v1.3.0
type Suppressed struct {
Type *string `json:"type,omitempty" bson:"type,omitempty"`
DeliveryType *string `json:"deliveryType,omitempty" bson:"deliveryType,omitempty"`
Rate *float64 `json:"rate,omitempty" bson:"rate,omitempty"`
ScheduleName *string `json:"scheduleName,omitempty" bson:"scheduleName,omitempty"`
Suppressed *Suppressed `json:"suppressed,omitempty" bson:"suppressed,omitempty"`
}
func NewSuppressed ¶ added in v1.3.0
func NewSuppressed() *Suppressed
func ParseSuppressed ¶ added in v1.3.0
func ParseSuppressed(parser data.ObjectParser) *Suppressed
func (*Suppressed) Parse ¶ added in v1.3.0
func (s *Suppressed) Parse(parser data.ObjectParser)
Click to show internal directories.
Click to hide internal directories.