MCPcopy
hub / github.com/openimsdk/open-im-server / UserStatusBaseCallback

Struct UserStatusBaseCallback

pkg/callbackstruct/common.go:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type UserStatusBaseCallback struct {
75 CallbackCommand string `json:"callbackCommand"`
76 OperationID string `json:"operationID"`
77 PlatformID int `json:"platformID"`
78 Platform string `json:"platform"`
79}
80
81func (c UserStatusBaseCallback) GetCallbackCommand() string {
82 return c.CallbackCommand

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected