github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/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  // Filtering exports
     7  var (
     8  	MatchPortRanges = matchPortRanges
     9  	MatchSubnet     = matchSubnet
    10  )
    11  
    12  // Status exports
    13  var (
    14  	ProcessMachines   = processMachines
    15  	MakeMachineStatus = makeMachineStatus
    16  )
    17  
    18  type MachineAndContainers machineAndContainers