~wwitzel3/juju-core/009-ha-rsyslog-api

« back to all changes in this revision

Viewing changes to state/status.go

  • Committer: Michael Foord
  • Date: 2014-05-15 09:51:55 UTC
  • mfrom: (2729.1.2 juju-core)
  • Revision ID: michael.foord@canonical.com-20140515095155-1edbtmb7gdtzfopy
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "fmt"
8
8
 
 
9
        "github.com/juju/errors"
9
10
        "labix.org/v2/mgo"
10
11
        "labix.org/v2/mgo/bson"
11
12
        "labix.org/v2/mgo/txn"
12
13
 
13
 
        "launchpad.net/juju-core/errors"
14
14
        "launchpad.net/juju-core/state/api/params"
15
15
)
16
16