MCPcopy
hub / github.com/TarsCloud/TarsGo / ReportSampleMsg

Method ReportSampleMsg

tars/protocol/res/statf/StatF.tars.go:208–210  ·  view source on GitHub ↗

ReportSampleMsg is the proxy function for the method defined in the tars file, with the context

(msg []StatSampleMsg, opts ...map[string]string)

Source from the content-addressed store, hash-verified

206
207// ReportSampleMsg is the proxy function for the method defined in the tars file, with the context
208func (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
213func (obj *StatF) ReportSampleMsgWithContext(tarsCtx context.Context, msg []StatSampleMsg, opts ...map[string]string) (ret int32, err error) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected