1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | wrappers: sysCommandWrapper wraps ControllerCommand baseCommandWrapper wraps Command modelCommandWrapper wraps ModelCommand interfaces: ModelCommand embeds Command ControllerCommand embeds Command Command embeds cmd.Command structs: ControllerCommandBase embeds CommandBase ModelCommandBase embeds CommandBase CommandBase embeds cmd.CommandBase |