Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConnectionInfo ¶
type CloudConnectionInfo struct {
ID string `json:"id"`
ConfigName string `json:"ConfigName"`
ProviderName string `json:"ProviderName"`
DriverName string `json:"DriverName"`
CredentialName string `json:"CredentialName"`
RegionName string `json:"RegionName"`
Description string `json:"description"`
}
ConnectionConfigData와 뭐가 다른건지... TODO : ConnectionConfigData와 합칠 수 있는지 검토할 것 --> 사용하지 않는것으로 보임
type CloudConnectionInfos ¶
type CloudConnectionInfos []CloudConnectionInfo
type ErrorInfo ¶
type ErrorInfo struct {
Message string `json:"message"`
}
client와 서버가 통신하면서 사용자정보로 이용할 객체 최초로그인 시 Username set. page redirect 될 때 default namespace 설정 - namespace가 없으면 새로 생성 - namespace가 1개면 default로 set - namespace가 2개 이상이면 화면에서 default set 하도록
type LoginInfo ¶
type LoginInfo struct {
UserID string `json:"UserID"`
Username string `json:"Username"`
DefaultNameSpaceID string `json:"DefaultNameSpaceID"`
DefaultNameSpaceName string `json:"DefaultNameSpaceName"`
AccessToken string `json:"AccessToken"`
}
client와 서버가 통신하면서 사용자정보로 이용할 객체 최초로그인 시 Username set. page redirect 될 때 default namespace 설정 - namespace가 없으면 새로 생성 - namespace가 1개면 default로 set - namespace가 2개 이상이면 화면에서 default set 하도록
type McisRequest ¶
type McisRequest struct {
VmSpec []string `form:"vmspec"`
NameSpace string `form:"namespace"`
McisName string `form:"mcis_name"`
VmName []string `form:"vmName"`
Provider []string `form:"provider"`
SecurityGroupIds []string `form:"sg"`
}
사용하지 않는것으로 보임
type ReqInfo ¶
type ReqInfo struct {
UserID string `json:"userid"`
UserName string `json:"username"`
Email string `json:"email"`
Password string `json:"password"`
}
사용하지 않는것으로 보임
type ResultInfo ¶
호출 후 결과값을 return하기 위한 객체 Create, Delete 등의 결과로 message만 넘기는 경우가 있어 필요함.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.