github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/mesos/pkg/types/script.go (about) 1 package types 2 3 // Script struct to specify a script. 4 type Script struct { 5 Name string 6 Params map[string]string 7 Content func(string) ([]byte, error) 8 }