auth/internal/config/repository.go

6 lines
76 B
Go

package config
type Repository interface {
GetString(key string) string
}