mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-05 16:39:50 +00:00
12 lines
162 B
Go
12 lines
162 B
Go
package deploy
|
|
|
|
import (
|
|
"github.com/drone/drone/pkg/build/buildfile"
|
|
)
|
|
|
|
type CloudControl struct {
|
|
}
|
|
|
|
func (c *CloudControl) Write(f *buildfile.Buildfile) {
|
|
|
|
}
|