Documentation ¶
Overview ¶
* rpc is a subcommands of droplet-ctl * which pulls policy information from controller by rpc. * now it contains 3 subcommands: * flowAcls get flowAcls from controller * ipGroups get ipGroups from controller * platformData get platformData from controller
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JsonFormat ¶
func JsonFormat(index int, v interface{})
func RegisterRpcCommand ¶
Types ¶
type CmdExecute ¶
type CmdExecute func(response *trident.SyncResponse)
type SortedAcls ¶
func (SortedAcls) Len ¶
func (a SortedAcls) Len() int
func (SortedAcls) Less ¶
func (a SortedAcls) Less(i, j int) bool
func (SortedAcls) Swap ¶
func (a SortedAcls) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.