feat: gitea client
This commit is contained in:
7
internal/gitadapters/adapter.go
Normal file
7
internal/gitadapters/adapter.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package gitadapters
|
||||
|
||||
import "io"
|
||||
|
||||
type Adapter interface {
|
||||
GetDiff(owner, repo string, prID int) (io.Reader, error)
|
||||
}
|
||||
Reference in New Issue
Block a user