subscriptions

package
v0.0.0-...-34fd565 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Notification

type Notification struct {
	Id             string         `json:"id"`
	Type           string         `json:"type"`
	SubscriptionId string         `json:"subscriptionId"`
	NotifiedAt     string         `json:"notifiedAt"`
	Data           []types.Entity `json:"data"`
}

func NewNotification

func NewNotification(e types.Entity) *Notification

func (*Notification) UnmarshalJSON

func (n *Notification) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL