github.com/grahambrereton-form3/tilt@v0.10.18/internal/hud/server/actions.go (about)

     1  package server
     2  
     3  import "github.com/windmilleng/tilt/pkg/model"
     4  
     5  type AppendToTriggerQueueAction struct {
     6  	Name model.ManifestName
     7  }
     8  
     9  func (AppendToTriggerQueueAction) Action() {}