Documentation ¶
Index ¶
- type AssignmentReporter
- type Manager
- func (m *Manager) AddPushNotificationToken(token string) error
- func (m *Manager) DeletePushNotificationToken(token string) error
- func (m *Manager) Preflight(urls []string) []bool
- func (m *Manager) RegisterHeyaTransport(authToken, host string, port int) error
- func (m *Manager) ReportGroup(id ids.ID) error
- func (m *Manager) Send(from string, tos []string, body []byte) []error
- func (m *Manager) Shutdown() error
- func (m *Manager) Start() error
- func (m *Manager) StatusChanged(f func(string, bool))
- func (m *Manager) URLsForGroup(id ids.ID) ([]string, error)
- func (m *Manager) Updates() chan interface{}
- func (m *Manager) WaitForPending()
- type Message
- type MessageProcessor
- type Transport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) AddPushNotificationToken ¶
func (*Manager) DeletePushNotificationToken ¶
func (*Manager) RegisterHeyaTransport ¶
func (*Manager) StatusChanged ¶
func (*Manager) WaitForPending ¶
func (m *Manager) WaitForPending()
type MessageProcessor ¶
Click to show internal directories.
Click to hide internal directories.