Versions in this module Expand all Collapse all v0 v0.3.0 Jun 29, 2018 Changes in this version + func GetDeprecatedProperties(configDicts ...map[string]interface{}) map[string]string + func GetUnsupportedProperties(configDicts ...map[string]interface{}) []string + func LoadConfigObjs(source map[string]interface{}, details types.ConfigDetails) (map[string]types.ConfigObjConfig, error) + func LoadNetworks(source map[string]interface{}, version string) (map[string]types.NetworkConfig, error) + func LoadSecrets(source map[string]interface{}, details types.ConfigDetails) (map[string]types.SecretConfig, error) + func LoadService(name string, serviceDict map[string]interface{}, workingDir string, ...) (*types.ServiceConfig, error) + func LoadServices(servicesDict map[string]interface{}, workingDir string, ...) ([]types.ServiceConfig, error) + func LoadTemplate(configDict map[string]interface{}) (*types.Config, error) + func LoadVolumes(source map[string]interface{}, version string) (map[string]types.VolumeConfig, error) + func ParseVolume(spec string) (types.ServiceVolumeConfig, error) + func ParseYAML(source []byte) (map[string]interface{}, error) + type ForbiddenPropertiesError struct + Properties map[string]string + func (e *ForbiddenPropertiesError) Error() string