Documentation ¶
Index ¶
- Variables
- func Cluster(c echo.Context) error
- func ClusterMgmt(c echo.Context) error
- func Connectionconfig(c echo.Context) error
- func Credential(c echo.Context) error
- func Disk(c echo.Context) error
- func DiskMgmt(c echo.Context) error
- func DownloadPriceInfo(c echo.Context) error
- func Driver(c echo.Context) error
- func Frame(c echo.Context) error
- func KeyPair(c echo.Context) error
- func KeyPairMgmt(c echo.Context) error
- func Log(c echo.Context) error
- func MyImage(c echo.Context) error
- func MyImageMgmt(c echo.Context) error
- func NLB(c echo.Context) error
- func NLBMgmt(c echo.Context) error
- func PriceInfoRequest(c echo.Context) error
- func PriceInfoTableList(c echo.Context) error
- func Region(c echo.Context) error
- func RegionZone(c echo.Context) error
- func SecurityGroup(c echo.Context) error
- func SecurityGroupMgmt(c echo.Context) error
- func SpiderInfo(c echo.Context) error
- func Top(c echo.Context) error
- func VM(c echo.Context) error
- func VMImage(c echo.Context) error
- func VMMgmt(c echo.Context) error
- func VMSpec(c echo.Context) error
- func VPC(c echo.Context) error
- func VPCMgmt(c echo.Context) error
- type NameWidth
Constants ¶
This section is empty.
Variables ¶
View Source
var PRICEINFO_CACHE_PATH string = os.Getenv("CBSPIDER_ROOT") + "/cache/priceinfo"
Functions ¶
func ClusterMgmt ¶ added in v0.6.16
func ClusterMgmt(c echo.Context) error
func Connectionconfig ¶
func Connectionconfig(c echo.Context) error
================ Connection Config Info Management create Connection page
func Credential ¶
func Credential(c echo.Context) error
================ Credential Info Management create credential page
func DownloadPriceInfo ¶ added in v0.8.6
func DownloadPriceInfo(c echo.Context) error
func Driver ¶
func Driver(c echo.Context) error
================ Driver Info Management create driver page
func KeyPairMgmt ¶
func KeyPairMgmt(c echo.Context) error
func MyImageMgmt ¶ added in v0.6.10
func MyImageMgmt(c echo.Context) error
func PriceInfoRequest ¶ added in v0.8.2
func PriceInfoRequest(c echo.Context) error
func PriceInfoTableList ¶ added in v0.8.2
func PriceInfoTableList(c echo.Context) error
PriceInfoTableList handles the display of CloudPriceData to Table
func Region ¶
func Region(c echo.Context) error
================ Region Info Management create region page
func RegionZone ¶ added in v0.7.6
func RegionZone(c echo.Context) error
func SecurityGroup ¶
func SecurityGroup(c echo.Context) error
func SecurityGroupMgmt ¶
func SecurityGroupMgmt(c echo.Context) error
Types ¶
Source Files ¶
- AdminWeb-CIM.go
- AdminWeb-Cluster.go
- AdminWeb-Common.go
- AdminWeb-Disk.go
- AdminWeb-Frame.go
- AdminWeb-KeyPair.go
- AdminWeb-MGMT.go
- AdminWeb-MyImage.go
- AdminWeb-NLB.go
- AdminWeb-PriceInfo-Request.go
- AdminWeb-PriceInfo-TableList.go
- AdminWeb-PublicImage.go
- AdminWeb-RegionZone.go
- AdminWeb-SecurityGroup.go
- AdminWeb-VM.go
- AdminWeb-VMSpec.go
- AdminWeb-VPC-Subnet.go
Click to show internal directories.
Click to hide internal directories.