github.com/robryk/drone@v0.2.1-0.20140602202253-40fe4305815d/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  }