mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
chore: refactors to be more generic (#3594)
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/amir20/dozzle/internal/auth"
|
||||
"github.com/amir20/dozzle/internal/docker"
|
||||
"github.com/amir20/dozzle/internal/container"
|
||||
docker_support "github.com/amir20/dozzle/internal/support/docker"
|
||||
|
||||
"github.com/go-chi/chi/v5"
|
||||
@@ -34,7 +34,7 @@ type Config struct {
|
||||
Dev bool
|
||||
Authorization Authorization
|
||||
EnableActions bool
|
||||
Filter docker.ContainerFilter
|
||||
Filter container.ContainerFilter
|
||||
}
|
||||
|
||||
type Authorization struct {
|
||||
|
||||
Reference in New Issue
Block a user