13 lines
162 B
Go
13 lines
162 B
Go
|
package deploy
|
||
|
|
||
|
import (
|
||
|
"github.com/drone/drone/pkg/build/buildfile"
|
||
|
)
|
||
|
|
||
|
type CloudFoundry struct {
|
||
|
}
|
||
|
|
||
|
func (c *CloudFoundry) Write(f *buildfile.Buildfile) {
|
||
|
|
||
|
}
|