orkungursel/go-eco

View on GitHub
type.go

Summary

Maintainability
A
0 mins
Test Coverage
package eco

type envNameTransformerFunc func(parts []string, sep string) string
type envValueGetterFunc func(key string) string