Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2026 Changes in this version + var ErrGHNotAuthenticated = errors.New("gh CLI で認証されていません") + var ErrGHNotInstalled = errors.New("gh CLI がインストールされていません") + var ErrTokenNotFound = errors.New("github のアクセストークンが見つかりません") + type Result struct + Source Source + Token string + func ResolveToken(fallbackToken string) (*Result, error) + type Source string + const SourceConfig + const SourceGHCLI