1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| .
|____cmd---------------------------entry
| |____ktctl
| | |____main.go
| |____shadow
| | |____main.go
| |____server
| | |____main.go
|____go.mod
|____docker------------------------dockerfile
|____test
| |____integration
| | |____command_check_test.go
|____bin-------------------------some build bash
| |____archive
| |____build-shadow
|____LICENSE
|____go.sum
|____docs-------------------------doc
|____.dockerignore
|____public
| |____favicon.ico
| |____index.html
| |____manifest.json
|____.gitignore
|____package.json
|____README.md
|____.travis.yml
|____pkg-------------------------go code
|____src-------------------------dashboard front-end
|