Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApnsSender ¶
type ApnsSender interface { Sender }
type PriorityQueue ¶
type PriorityQueue struct {
// contains filtered or unexported fields
}
A PriorityQueue implements heap.Interface and holds Items.
func NewPq ¶
func NewPq() *PriorityQueue
func (PriorityQueue) Len ¶
func (pq PriorityQueue) Len() int
func (PriorityQueue) Less ¶
func (pq PriorityQueue) Less(i, j int) bool
func (*PriorityQueue) Pop ¶
func (pq *PriorityQueue) Pop() interface{}
func (*PriorityQueue) Push ¶
func (pq *PriorityQueue) Push(x interface{})
func (PriorityQueue) Swap ¶
func (pq PriorityQueue) Swap(i, j int)
type RamTokenStorage ¶
type RamTokenStorage struct {
// contains filtered or unexported fields
}
type TokenItem ¶
type TokenItem struct { Id string AccessToken string AccessTokenExpire time.Time RefreshToken string RefreshTokenExpireAt time.Time }
func (TokenItem) AccessExpired ¶
func (TokenItem) RefreshExpired ¶
type TokenMaintenance ¶
type TokenStorage ¶
Click to show internal directories.
Click to hide internal directories.