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