Versions in this module Expand all Collapse all v0 v0.4.1 Aug 22, 2018 v0.4.0 Aug 20, 2018 Changes in this version + func GetDeprecatedProperties(configDicts ...map[string]interface{}) map[string]string + func GetUnsupportedProperties(configDicts ...map[string]interface{}) []string + func LoadService(name string, serviceDict map[string]interface{}, workingDir string, ...) (*templatetypes.ServiceConfig, error) + func LoadServices(servicesDict map[string]interface{}, workingDir string, ...) ([]templatetypes.ServiceConfig, error) + func LoadTemplate(configDict map[string]interface{}) (*templatetypes.Config, error) + func ParseVolume(spec string) (templatetypes.ServiceVolumeConfig, error) + type ForbiddenPropertiesError struct + Properties map[string]string + func (e *ForbiddenPropertiesError) Error() string