Versions in this module Expand all Collapse all v0 v0.4.0 Jan 10, 2017 Changes in this version + type ComposableEnvLookup struct + Lookups []config.EnvironmentLookup + func (l *ComposableEnvLookup) Lookup(key string, config *config.ServiceConfig) []string + type EnvfileLookup struct + Path string + func (l *EnvfileLookup) Lookup(key string, config *config.ServiceConfig) []string + type FileResourceLookup struct + func (f *FileResourceLookup) Lookup(file, relativeTo string) ([]byte, string, error) + func (f *FileResourceLookup) ResolvePath(path, relativeTo string) string + type OsEnvLookup struct + func (o *OsEnvLookup) Lookup(key string, config *config.ServiceConfig) []string