github.com/Pankov404/juju@v0.0.0-20150703034450-be266991dceb/worker/uniter/runner/jujuc/export_test.go (about)

     1  // Copyright 2012, 2013 Canonical Ltd.
     2  // Copyright 2014 Cloudbase Solutions SRL
     3  // Licensed under the AGPLv3, see LICENCE file for details.
     4  
     5  package jujuc
     6  
     7  import (
     8  	"github.com/juju/cmd"
     9  )
    10  
    11  var CmdSuffix = cmdSuffix
    12  
    13  func HandleSettingsFile(c *RelationSetCommand, ctx *cmd.Context) error {
    14  	return c.handleSettingsFile(ctx)
    15  }