github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/apiserver/client/export_test.go (about)

     1  // Copyright 2012, 2013 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  package client
     5  
     6  var (
     7  	RemoteParamsForMachine = remoteParamsForMachine
     8  	GetAllUnitNames        = getAllUnitNames
     9  )
    10  
    11  // Filtering exports
    12  var (
    13  	MatchPortRanges = matchPortRanges
    14  	MatchSubnet     = matchSubnet
    15  )
    16  
    17  // Status exports
    18  var (
    19  	ProcessMachines   = processMachines
    20  	MakeMachineStatus = makeMachineStatus
    21  )
    22  
    23  type MachineAndContainers machineAndContainers