mirror of
https://github.com/harness/drone.git
synced 2025-05-10 06:21:26 +08:00
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) {
|
|
|
|
}
|