package template
import "github.com/dotcloud/docker/cli/compose/template"
Index ¶
- type InvalidTemplateError
- func Substitute(template string, mapping Mapping) (result string, err *InvalidTemplateError)
- func (e InvalidTemplateError) Error() string
- type Mapping
Types ¶
type InvalidTemplateError ¶
type InvalidTemplateError struct { Template string }
InvalidTemplateError is returned when a variable template is not in a valid format
func Substitute ¶
func Substitute(template string, mapping Mapping) (result string, err *InvalidTemplateError)
Substitute variables in the string with their values
func (InvalidTemplateError) Error ¶
func (e InvalidTemplateError) Error() string
type Mapping ¶
Mapping is a user-supplied function which maps from variable names to values. Returns the value as a string and a bool indicating whether the value is present, to distinguish between an empty string and the absence of a value.
Source Files ¶
- Version
- v1.13.1-rc1
- Published
- Jan 27, 2017
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 4 minutes ago –
Tools for package owners.