Versions in this module Expand all Collapse all v0 v0.33.0 Nov 19, 2024 Changes in this version + type Alert struct + AlertID int + Details string + Meta map[string]string + OriginalStatus *SendResult + ServiceID string + ServiceName string + Summary string + type AlertBundle struct + Count int + ServiceID string + ServiceName string + type AlertState int + const AlertStateAcknowledged + const AlertStateClosed + const AlertStateUnacknowledged + const AlertStateUnknown + type AlertStatus struct + AlertID int + Details string + LogEntry string + NewAlertState AlertState + OriginalStatus SendResult + ServiceID string + Summary string + type Base struct + Dest gadb.DestV1 + ID string + func (b Base) DestArg(name string) string + func (b Base) DestType() string + func (b Base) MsgID() string + type Message interface + DestArg func(name string) string + DestType func() string + MsgID func() string + type ScheduleOnCallUsers struct + ScheduleID string + ScheduleName string + ScheduleURL string + Users []User + type SendResult struct + DestType string + ID string + ProviderMessageID gadb.ProviderMessageID + type SentMessage struct + ExternalID string + SrcValue string + State State + StateDetails string + type SignalMessage struct + Params map[string]string + func (t SignalMessage) Param(name string) string + type State int + const StateBundled + const StateDelivered + const StateFailedPerm + const StateFailedTemp + const StatePending + const StateSending + const StateSent + const StateUnknown + func (s State) IsOK() bool + type Status struct + Age time.Duration + Details string + Sequence int + SrcValue string + State State + type Test struct + type User struct + ID string + Name string + URL string + type Verification struct + Code string v0.33.0-rc.0 Nov 19, 2024