Ubuntu Pastebin

Paste from rog at Wed, 26 Apr 2017 11:33:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
wrappers:

	sysCommandWrapper wraps ControllerCommand
	baseCommandWrapper wraps CommandBase
	modelCommandWrapper wraps ModelCommand

interfaces:

	ModelCommand embeds CommandBase
	ControllerCommand embeds CommandBase
	CommandBase embeds cmd.Command

structs:

	ControllerCommandBase embeds JujuCommandBase
	ModelCommandBase embeds JujuCommandBase
	JujuCommandBase embeds cmd.CommandBase
Download as text