MCPcopy Create free account
hub / github.com/cherish-chat/xxim-server / GetExpireTime

Method GetExpireTime

common/pb/third.pb.go:372–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370}
371
372func (x *EmailCodeSendReq) GetExpireTime() int64 {
373 if x != nil && x.ExpireTime != nil {
374 return *x.ExpireTime
375 }
376 return 0
377}
378
379//EmailCodeSendResp 发送邮件响应
380type EmailCodeSendResp struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected