ReportMicMsg is the proxy function for the method defined in the tars file, with the context
(msg map[StatMicMsgHead]StatMicMsgBody, bFromClient bool, opts ...map[string]string)
| 68 | |
| 69 | // ReportMicMsg is the proxy function for the method defined in the tars file, with the context |
| 70 | func (obj *StatF) ReportMicMsg(msg map[StatMicMsgHead]StatMicMsgBody, bFromClient bool, opts ...map[string]string) (int32, error) { |
| 71 | return obj.ReportMicMsgWithContext(context.Background(), msg, bFromClient, opts...) |
| 72 | } |
| 73 | |
| 74 | // ReportMicMsgWithContext is the proxy function for the method defined in the tars file, with the context |
| 75 | func (obj *StatF) ReportMicMsgWithContext(tarsCtx context.Context, msg map[StatMicMsgHead]StatMicMsgBody, bFromClient bool, opts ...map[string]string) (ret int32, err error) { |
nothing calls this directly
no test coverage detected