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

Method ReportMicMsg

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

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)

Source from the content-addressed store, hash-verified

68
69// ReportMicMsg is the proxy function for the method defined in the tars file, with the context
70func (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
75func (obj *StatF) ReportMicMsgWithContext(tarsCtx context.Context, msg map[StatMicMsgHead]StatMicMsgBody, bFromClient bool, opts ...map[string]string) (ret int32, err error) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected