-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f0f8db
commit e9ccb20
Showing
83 changed files
with
267 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,5 @@ | |
*.code-workspace | ||
pkg | ||
conf/ | ||
conf/*.env | ||
conf/*.env | ||
conf/setup.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package models | ||
|
||
type User struct { | ||
//user(username, password, email) | ||
Username string `json:"username"` | ||
Email string `json:"email"` | ||
Password string `json:"password"` | ||
} | ||
|
||
type Users []User |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module model | ||
|
||
go 1.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{{define "Menu_left"}} | ||
|
||
<div class="leftmenu"> | ||
|
||
<ul class="nav"> | ||
<li class="nav-item"><a class="nav-link " data-toggle="tab" href="#Operation">Operation</a></li> | ||
<li class="nav-item"><a class="nav-link active" data-toggle="tab" href="#Setting">Setting</a></li> | ||
</ul> | ||
|
||
<div class="tab-content"> | ||
<div class="tab-pane fade" id="Operation"> | ||
<ul class="menu"> | ||
<li id="Dashboard"> | ||
<a href="javascript:void(0);">Dashboard</a> | ||
<ul> | ||
<li id="NS"><a href="/Dashboard/NS">NS</a></li> | ||
<li id="Global"><a href="/Dashboard/Global">Global</a></li> | ||
</ul> | ||
</li> | ||
<li id="Manage"> | ||
<a href="javascript:void(0);">Manage</a> | ||
<ul> | ||
<li id="MCIS"><a href="/Manage/MCIS/list">MCIS</a></li> | ||
<li id="MC-App"><a href="!#">MC-App</a></li> | ||
</ul> | ||
</li> | ||
<li id="Monitoring"> | ||
<a href="javascript:void(0);">Monitoring</a> | ||
<ul> | ||
<li id="MCIS"><a href="/Monitoring/MCIS/list">MCIS</a></li> | ||
<li id="MC-App"><a href="/operation/Monitoring_McApp.html">MC-App</a></li> | ||
</ul> | ||
</li> | ||
<li id="Policy"> | ||
<a href="javascript:void(0);">Policy</a> | ||
<ul> | ||
<li><a href="../operation/Policy_Monitoring.html">Monitoring</a></li> | ||
<li><a href="../operation/Policy_Threshold.html">Threshold</a></li> | ||
<li><a href="../operation/Policy_Placement.html">Placement</a></li> | ||
</ul> | ||
</li> | ||
<li id="About"> | ||
<a href="javascript:void(0);">About</a> | ||
<ul> | ||
<li><a href="../operation/About.html">About</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="tab-pane fade show active" id="Setting"> | ||
<ul class="menu"> | ||
<li id="Resources"> | ||
<a href="javascript:void(0);">Resources</a> | ||
<ul> | ||
<li id="net"><a href="/Vpc/list">Network</a></li> | ||
<li id="sg"><a href="/SecurityGroup/list">Security</a></li> | ||
<li id="ssh"><a href="/SSH/list">SSH key</a></li> | ||
<li id="image"><a href="/Image/list">(Server) Image</a></li> | ||
<li id="spec"><a href="/Spec/list">(Server) Spec</a></li> | ||
</ul> | ||
</li> | ||
<li id="AppRes"> | ||
<a href="javascript:void(0);">App Resource</a> | ||
<ul> | ||
<li><a href="!#">(Server) Image</a></li> | ||
<li><a href="!#">Pod</a></li> | ||
</ul> | ||
</li> | ||
<li id="Cloud"> | ||
<a href="javascript:void(0);">Cloud Connections</a> | ||
<ul> | ||
<li id="Connection"><a href="/Cloud/Connection/list">Cloud Connections</a></li> | ||
</ul> | ||
</li> | ||
<li class="active" id="NameSpace"> | ||
<a href="javascript:void(0);">NameSpace</a> | ||
<ul> | ||
<li id="NS" class="on"><a href="/NameSpace/NS/list">NameSpace</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<!-- //menu --> | ||
{{end}} |
File renamed without changes.
File renamed without changes.
File renamed without changes.