Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessPoint ¶
type Edge ¶
type Edge struct { Address string Token *Token NodeID string NATType string SchedulerURL string SchedulerKey string }
func (Edge) GetNATType ¶
func (Edge) ToNatPunchReq ¶
func (e Edge) ToNatPunchReq() *NatPunchReq
type EdgeDownloadInfo ¶
type EdgeDownloadInfoList ¶
type EdgeDownloadInfoList struct { Infos []*EdgeDownloadInfo SchedulerURL string SchedulerKey string }
type ProofParam ¶
type ProofParam struct { Proofs *WorkloadReport SchedulerKey string SchedulerURL string }
type Token ¶
type Token struct { ID string // CipherText encrypted TokenPayload by public key CipherText string // Sign signs CipherText by scheduler private key Sign string }
Token access download asset
Click to show internal directories.
Click to hide internal directories.