mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 16:01:05 +00:00
13 lines
150 B
Go
13 lines
150 B
Go
|
package deploy
|
||
|
|
||
|
import (
|
||
|
"github.com/drone/drone/pkg/build/buildfile"
|
||
|
)
|
||
|
|
||
|
type AppFog struct {
|
||
|
}
|
||
|
|
||
|
func (a *AppFog) Write(f *buildfile.Buildfile) {
|
||
|
|
||
|
}
|