package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 18, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
OAuth *OAuthData `yaml:"oauth,omitempty"`
ClientID string `yaml:"client_id,omitempty"`
Scopes []string `yaml:"scopes,omitempty"`
}
type OAuthData struct {
AccessToken string `yaml:"access_token"`
RefreshToken string `yaml:"refresh_token"`
ExpiresAt time.Time `yaml:"expires_at"`
TokenType string `yaml:"token_type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.