github.com/makyo/juju@v0.0.0-20160425123129-2608902037e9/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 func HandleSettingsFile(c *RelationSetCommand, ctx *cmd.Context) error { 12 return c.handleSettingsFile(ctx) 13 }