github.com/unclejack/drone@v0.2.1-0.20140918182345-831b034aa33b/pkg/plugin/deploy/engineyard.go (about)

     1  package deploy
     2  
     3  import (
     4  	"github.com/drone/drone/pkg/build/buildfile"
     5  )
     6  
     7  type EngineYard struct {
     8  }
     9  
    10  func (e *EngineYard) Write(f *buildfile.Buildfile) {
    11  
    12  }