github.com/ijc/docker-app@v0.6.1-0.20181012090447-c7ca8bc483fb/internal/renderer/driver/driver.go (about) 1 package driver 2 3 // Driver is the interface that must be implemented by a renderer driver. 4 type Driver interface { 5 // Apply applies the settings to the string 6 Apply(s string, settings map[string]interface{}) (string, error) 7 }