Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Event event // singleton of type event
Functions ¶
This section is empty.
Types ¶
type GetEventTypes ¶
type GetEventTypes func() []string
type GormStore ¶
type GormStore struct {
// contains filtered or unexported fields
}
func NewGormStore ¶
func (*GormStore) GetListenerStatus ¶
func (s *GormStore) GetListenerStatus() (t *ListenerStatus, err error)
func (*GormStore) UpdateListenerStatus ¶
func (s *GormStore) UpdateListenerStatus(t *ListenerStatus) error
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func NewListener ¶
type ListenerStatus ¶
func (ListenerStatus) TableName ¶
func (ListenerStatus) TableName() string
type Store ¶
type Store interface { UpdateListenerStatus(s *ListenerStatus) error GetListenerStatus() (*ListenerStatus, error) }
Store manages data regarding tokens.
Click to show internal directories.
Click to hide internal directories.