Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallationResponse ¶
type InstallationResponse struct {
ID int64 `json:"id"`
Account Account `json:"account"`
RepositorySelection string `json:"repository_selection"`
UpdatedAt time.Time `json:"updated_at"`
}
API Response types
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles installation scope detection and caching
func (*Manager) FetchScope ¶
FetchScope retrieves and caches installation scope information
type RepositoriesResponse ¶
type RepositoriesResponse struct {
TotalCount int `json:"total_count"`
Repositories []Repository `json:"repositories"`
}
type Repository ¶
Click to show internal directories.
Click to hide internal directories.