auth/internal/config/repository.go

6 lines
76 B
Go
Raw Normal View History

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