feat(vcs): extract interfaces and types from gitea/ (Phase 1) #83
@@ -1,3 +1,6 @@
|
|||||||
|
// Package vcs defines the shared VCS client interface and supporting types.
|
||||||
|
// Platform adapters (gitea, github) implement these interfaces so the core
|
||||||
|
// review logic can work with any VCS platform without platform-specific code.
|
||||||
package vcs
|
package vcs
|
||||||
|
|
||||||
import "context"
|
import "context"
|
||||||
|
|||||||
Reference in New Issue
Block a user