~juju-qa/ubuntu/xenial/juju/2.0.2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/worker/peergrouper/shim.go

  • Committer: Nicholas Skaggs
  • Date: 2016-12-09 22:31:29 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161209223129-h2wbknpc8ty29zwp
ImportĀ upstreamĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        Name() string
38
38
}
39
39
 
40
 
func (st *stateShim) Space(name string) (SpaceReader, error) {
41
 
        return st.Space(name)
 
40
func (s *stateShim) Space(name string) (SpaceReader, error) {
 
41
        return s.State.Space(name)
42
42
}
43
43
 
44
44
func (s *stateShim) MongoSession() mongoSession {