github.com/marinho/drone@v0.2.1-0.20140504195434-d3ba962e89a7/pkg/plugin/deploy/openshift.go (about) 1 package deploy 2 3 import ( 4 "github.com/drone/drone/pkg/build/buildfile" 5 ) 6 7 type Openshift struct { 8 } 9 10 func (o *Openshift) Write(f *buildfile.Buildfile) { 11 12 }