github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/resource/component.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // The resource package provides the functionality of the "resources"
     5  // feature in Juju. The various pieces are connected to the Juju
     6  // machinery in component/all/resource.go.
     7  package resource
     8  
     9  // ComponentName is the name of the Juju component for resource management.
    10  const ComponentName = "resources"
    11  
    12  // FacadeName is the name of the api server facade.
    13  const FacadeName = "Resources"