| 72 | } |
| 73 | |
| 74 | type UserStatusBaseCallback struct { |
| 75 | CallbackCommand string `json:"callbackCommand"` |
| 76 | OperationID string `json:"operationID"` |
| 77 | PlatformID int `json:"platformID"` |
| 78 | Platform string `json:"platform"` |
| 79 | } |
| 80 | |
| 81 | func (c UserStatusBaseCallback) GetCallbackCommand() string { |
| 82 | return c.CallbackCommand |
nothing calls this directly
no outgoing calls
no test coverage detected