~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/worker/uniter/operation/interface.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        // NewAction creates an operation to execute the supplied action.
91
91
        NewAction(actionId string) (Operation, error)
92
92
 
 
93
        // NewFailAction creates an operation that marks an action as failed.
 
94
        NewFailAction(actionId string) (Operation, error)
 
95
 
93
96
        // NewCommands creates an operation to execute the supplied script in the
94
97
        // indicated relation context, and pass the results back over the supplied
95
98
        // func.