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

« back to all changes in this revision

Viewing changes to src/gopkg.in/juju/charmstore.v5-unstable/internal/mongodoc/doc.go

  • Committer: Nicholas Skaggs
  • Date: 2016-04-20 14:50:35 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20160420145035-m3aj05xazahybzxn
Merge beta5 upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
        // of series holding the currently published entity revision for
196
196
        // that channel and series.
197
197
        ChannelEntities map[params.Channel]map[string]*charm.URL
 
198
 
 
199
        // ChannelResources holds a set of channels, each containing a
 
200
        // set of resource names holding the currently published resource
 
201
        // version for that channel and resource name.
 
202
        ChannelResources map[params.Channel][]ResourceRevision
 
203
}
 
204
 
 
205
// ResourceRevision specifies an association of a resource name to a
 
206
// revision.
 
207
type ResourceRevision struct {
 
208
        Name     string
 
209
        Revision int
198
210
}
199
211
 
200
212
// ACL holds lists of users and groups that are