Documentation ¶
Index ¶
- type AdminLoginDataView
- type AppDataView
- type AppGroupClassified
- type AppNew
- type AppShow
- type AppShowDetail
- type AppShowOwner
- type AppShowWithGroup
- type Group
- type GroupRelateApp
- type GroupWithOrder
- type LoginRecord
- type LoginRecordDataView
- type LoginRecordForCancel
- type LoginRecordOnline
- type SshDeploy
- type SshKeyPair
- type SshSecrets
- type UserCredential
- type UserInfoPublic
- 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 AdminLoginDataView ¶ added in v1.18.1
type AdminLoginDataView struct { Apps []AppDataView `json:"apps"` Records []LoginRecordDataView `json:"records"` }
type AppDataView ¶ added in v1.18.1
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 GroupWithOrder ¶ added in v1.18.4
type LoginRecord ¶
type LoginRecordDataView ¶ added in v1.18.1
type LoginRecordForCancel ¶ added in v1.19.8
type LoginRecordOnline ¶ added in v1.17.36
type LoginRecordOnline struct { LoginRecord ValidBefore uint64 `json:"validBefore"` IsMe bool `json:"isMe" gorm:"-"` }
type SshKeyPair ¶
type SshSecrets ¶
type SshSecrets struct { Username string `json:"username"` Pem SshKeyPair `json:"pem"` Ssh SshKeyPair `json:"ssh"` }
type UserCredential ¶
type UserInfoPublic ¶ added in v1.18.3
type UserProfile ¶
type UserThirdPartyIdentity ¶
type UserThirdPartyIdentity struct {
Phone string
}
type UserU2fStatus ¶
Click to show internal directories.
Click to hide internal directories.