package deploy import ( "github.com/drone/drone/pkg/build/buildfile" ) type CloudControl struct { } func (c *CloudControl) Write(f *buildfile.Buildfile) { }