github.com/dustinrc/deis@v1.10.1-0.20150917223407-0894a5fb979e/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 }