mirror of
https://github.com/harness/drone.git
synced 2025-05-07 00:32:56 +08:00
13 lines
165 B
Go
13 lines
165 B
Go
package deploy
|
|
|
|
import (
|
|
"github.com/drone/drone/shared/build/buildfile"
|
|
)
|
|
|
|
type CloudControl struct {
|
|
}
|
|
|
|
func (c *CloudControl) Write(f *buildfile.Buildfile) {
|
|
|
|
}
|