refactor: rework logging and config in controllers

This commit is contained in:
Stavros
2026-05-08 16:39:01 +03:00
parent 592c221b2d
commit 112a30f6b2
16 changed files with 335 additions and 588 deletions
@@ -7,13 +7,6 @@ import (
"github.com/tinyauthapp/tinyauth/internal/utils/tlog"
)
type LabelProvider int
const (
LabelProviderDocker LabelProvider = iota
LabelProviderKubernetes
)
type LabelProviderImpl interface {
GetLabels(appDomain string) (*model.App, error)
}