mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-10 22:38:10 +00:00
refactor: rework logging and config in controllers
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user