harness-drone/shared/deploy/cloudcontrol.go
2014-06-04 14:25:38 -07:00

12 lines
165 B
Go

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