Versions in this module Expand all Collapse all v0 v0.1.0 Jul 15, 2026 Changes in this version + const DefaultWorkspace + const ServiceName + type Manager struct + func NewManager() *Manager + func (m *Manager) DeleteToken(workspace string) error + func (m *Manager) GetCurrentToken() (*Token, error) + func (m *Manager) GetToken(workspace string) (*Token, error) + func (m *Manager) IsAuthenticated(workspace string) bool + func (m *Manager) ListWorkspaces() ([]string, error) + func (m *Manager) SaveToken(workspace string, token *Token) error + type Token struct + Email string + Value string + Workspace string