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

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // The payload package (and subpackages) contain the implementation of
     5  // the charm payload feature component. The various pieces are
     6  // connected to the Juju machinery in component/all/payload.go.
     7  package payload
     8  
     9  // ComponentName is the name of the Juju component for payload management.
    10  const ComponentName = "payloads"
    11  
    12  // FacadeName is the name of the api server facade.
    13  const FacadeName = "Payloads"