ReportSampleMsg is the proxy function for the method defined in the tars file, with the context
(msg []StatSampleMsg, opts ...map[string]string)
| 206 | |
| 207 | // ReportSampleMsg is the proxy function for the method defined in the tars file, with the context |
| 208 | func (obj *StatF) ReportSampleMsg(msg []StatSampleMsg, opts ...map[string]string) (int32, error) { |
| 209 | return obj.ReportSampleMsgWithContext(context.Background(), msg, opts...) |
| 210 | } |
| 211 | |
| 212 | // ReportSampleMsgWithContext is the proxy function for the method defined in the tars file, with the context |
| 213 | func (obj *StatF) ReportSampleMsgWithContext(tarsCtx context.Context, msg []StatSampleMsg, opts ...map[string]string) (ret int32, err error) { |
nothing calls this directly
no test coverage detected