1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00
woodpecker/plugin/deploy/appfog.go

13 lines
153 B
Go
Raw Normal View History

2014-02-07 13:10:01 +03:00
package deploy
import (
2014-06-05 00:25:38 +03:00
"github.com/drone/drone/shared/build/buildfile"
2014-02-07 13:10:01 +03:00
)
type AppFog struct {
}
func (a *AppFog) Write(f *buildfile.Buildfile) {
}