github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/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  }