MCPcopy
hub / github.com/vouch/vouch-proxy / AlibabaUser

Struct AlibabaUser

pkg/structs/structs.go:195–199  ·  view source on GitHub ↗

AlibabaUser Aliyun

Source from the content-addressed store, hash-verified

193
194// AlibabaUser Aliyun
195type AlibabaUser struct {
196 User
197 Data AliData `json:"data"`
198 // jwt.StandardClaims
199}
200
201// PrepareUserData implement PersonalData interface
202func (u *AlibabaUser) PrepareUserData() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected