12 lines
153 B
Go
12 lines
153 B
Go
package deploy
|
|
|
|
import (
|
|
"github.com/drone/drone/shared/build/buildfile"
|
|
)
|
|
|
|
type AppFog struct {
|
|
}
|
|
|
|
func (a *AppFog) Write(f *buildfile.Buildfile) {
|
|
|
|
}
|