Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Subscriptions = make([]subscribe.Subscription, 0)
Functions ¶
func AddSubscription ¶
func AddSubscription(sub subscribe.Subscription)
func DetectLanguage ¶
func HandleSubscribeRequest ¶
func IntegrationId ¶
Types ¶
type AccessResult ¶
type AccessResult struct { AccessToken string `json:"access_token"` ExpiresIn int `json:"expires_in"` RefreshExpiresIn int `json:"refresh_expires_in"` RefreshToken string `json:"refresh_token"` TokenType string `json:"token_type"` NotBeforePolicy int `json:"not-before-policy"` SessionState string `json:"session_state"` Scope string `json:"scope"` }
Click to show internal directories.
Click to hide internal directories.