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