Documentation
¶
Index ¶
- type AppGroupClassified
- type AppNew
- type AppShow
- type AppShowDetail
- type AppShowOwner
- type AppShowWithGroup
- type Group
- type GroupRelateApp
- type LoginRecord
- type SshDeploy
- type SshKeyPair
- type SshSecrets
- type UserCredential
- type UserProfile
- type UserThirdPartyIdentity
- type UserU2fStatus
- type ViewCount
- type ViewID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppGroupClassified ¶
type AppNew ¶
type AppNew struct {
AppShowDetail
AppSecret string `json:"appSecret"`
}
type AppShowDetail ¶
type AppShowDetail struct {
AppShowOwner
Groups []Group `json:"groups" gorm:"-"`
}
type AppShowOwner ¶
type AppShowWithGroup ¶
type GroupRelateApp ¶
type LoginRecord ¶
type SshKeyPair ¶
type SshSecrets ¶
type SshSecrets struct {
Username string `json:"username"`
Pem SshKeyPair `json:"pem"`
Ssh SshKeyPair `json:"ssh"`
}
type UserCredential ¶
type UserProfile ¶
type UserThirdPartyIdentity ¶
type UserThirdPartyIdentity struct {
Phone string
}
type UserU2fStatus ¶
Click to show internal directories.
Click to hide internal directories.