Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPushChannel ¶
func GetPushChannel(p *PushNotification, secret string) string
Types ¶
type PushNotification ¶
type PushNotification struct { Brdname string `json:"brdname"` Filename string `json:"filename"` Size int64 `json:"size"` Signature string `json:"sig"` CacheKey string `json:"cacheKey"` }
func (*PushNotification) CheckSignature ¶
func (p *PushNotification) CheckSignature(secret string) bool
func (*PushNotification) Sign ¶
func (p *PushNotification) Sign(secret string)
Click to show internal directories.
Click to hide internal directories.