github.com/cloud-green/juju@v0.0.0-20151002100041-a00291338d3d/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 }