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