from gogs

This commit is contained in:
Bel LaPointe
2023-11-09 08:14:37 -07:00
parent 2d5cd62d65
commit 2c15c093bb
20 changed files with 31 additions and 289 deletions

4
db.go
View File

@@ -3,8 +3,8 @@ package storage
import (
"fmt"
"io"
"gogs.inhome.blapointe.com/local/storage/minio"
"gogs.inhome.blapointe.com/local/storage/rclone"
"gitea.inhome.blapointe.com/local/storage/minio"
"gitea.inhome.blapointe.com/local/storage/rclone"
)
type DBStream interface {