Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PfdChangeNotifier ¶
type PfdChangeNotifier struct {
// contains filtered or unexported fields
}
func NewPfdChangeNotifier ¶
func NewPfdChangeNotifier() (*PfdChangeNotifier, error)
func (*PfdChangeNotifier) AddPfdSub ¶
func (n *PfdChangeNotifier) AddPfdSub(pfdSub *models.PfdSubscription) string
func (*PfdChangeNotifier) DeletePfdSub ¶
func (n *PfdChangeNotifier) DeletePfdSub(subID string) error
func (*PfdChangeNotifier) NewPfdNotifyContext ¶
func (n *PfdChangeNotifier) NewPfdNotifyContext() *PfdNotifyContext
type PfdNotifyContext ¶
type PfdNotifyContext struct {
// contains filtered or unexported fields
}
func (*PfdNotifyContext) AddNotification ¶
func (nc *PfdNotifyContext) AddNotification(appID string, notif *models.PfdChangeNotification)
func (*PfdNotifyContext) FlushNotifications ¶
func (nc *PfdNotifyContext) FlushNotifications()
Click to show internal directories.
Click to hide internal directories.