Co-Authored-By: Virgil <virgil@lethean.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
526 B
Go
20 lines
526 B
Go
package forge
|
|
|
|
// Stub service types — replaced as each service is implemented.
|
|
|
|
type IssueService struct{}
|
|
type PullService struct{}
|
|
type OrgService struct{}
|
|
type UserService struct{}
|
|
type TeamService struct{}
|
|
type AdminService struct{}
|
|
type BranchService struct{}
|
|
type ReleaseService struct{}
|
|
type LabelService struct{}
|
|
type WebhookService struct{}
|
|
type NotificationService struct{}
|
|
type PackageService struct{}
|
|
type ActionsService struct{}
|
|
type ContentService struct{}
|
|
type WikiService struct{}
|
|
type MiscService struct{}
|