feat: basic boxy client
This commit is contained in:
parent
cad2855220
commit
8522e60af3
3 changed files with 111 additions and 26 deletions
|
@ -26,6 +26,7 @@ import (
|
|||
"github.com/minio/minio-go/v7"
|
||||
"gorm.io/gorm"
|
||||
"stereo.cat/backend/internal/auth/client"
|
||||
"stereo.cat/backend/internal/boxy"
|
||||
)
|
||||
|
||||
type Route struct {
|
||||
|
@ -45,6 +46,7 @@ type StereoConfig struct {
|
|||
FrontendUri string
|
||||
Domain string
|
||||
Context context.Context
|
||||
BoxyClient boxy.BoxyClient
|
||||
}
|
||||
|
||||
type File struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue