Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNotification ¶
func CreateNotification(input CreateNotificationInput) (interface{}, error)
CreateNotification ...
Types ¶
type CreateNotificationInput ¶
type CreateNotificationInput struct {
Message string `json:"message"`
Principal *string `json:"principal"`
Channel *string `json:"channel"`
Reference *string `json:"reference"`
ReferenceID *string `json:"referenceID"`
Date time.Time `json:"date"`
}
CreateNotificationInput ...
Click to show internal directories.
Click to hide internal directories.