greatape/greataped/contracts/config.go

8 wiersze
73 B
Go

package contracts
type (
IConfig interface {
Get(string) string
}
)