Versions in this module Expand all Collapse all v0 v0.25.0 Dec 20, 2022 v0.24.0 Dec 18, 2022 v0.23.3 Dec 14, 2022 v0.23.2 Dec 14, 2022 v0.23.1 Dec 11, 2022 v0.23.0 Dec 9, 2022 v0.22.0 Jun 18, 2022 v0.21.0 Jun 17, 2022 v0.20.0 Jun 16, 2022 v0.19.0 Sep 5, 2021 v0.18.0 Jul 25, 2021 v0.17.0 May 8, 2021 v0.16.0 Mar 22, 2021 v0.15.0 Mar 13, 2021 v0.14.1 Feb 19, 2021 v0.14.0 Feb 18, 2021 v0.13.0 Feb 16, 2021 v0.12.0 Feb 8, 2021 Changes in this version + type Client struct + func New(client *client.Client, properties ClientProperties) *Client + func (c Client) Create(input *CreateNotificationInput) (*CreateNotificationResponse, error) + func (c Client) CreateWithContext(context context.Context, input *CreateNotificationInput) (*CreateNotificationResponse, error) + type ClientProperties struct + ServiceSid string + type CreateNotificationInput struct + APN *string + Action *string + Body *string + Data *string + DeliveryCallbackURL *string + FCM *string + Identities *[]string + Priority *string + SMS *string + Sound *string + Tags *[]string + Title *string + ToBindings *[]string + Ttl *int + type CreateNotificationResponse struct + APN *map[string]interface{} + AccountSid string + Action *string + Body *string + Data *map[string]interface{} + DateCreated time.Time + FCM *map[string]interface{} + Identities []string + Priority string + SMS *map[string]interface{} + ServiceSid string + Sid string + Sound *string + TTL int + Tags []string