Files
open-im-server/internal/rpc/msg/as_read.go
T

12 lines
228 B
Go
Raw Normal View History

2023-06-02 16:38:15 +08:00
package msg
import (
"context"
"github.com/OpenIMSDK/Open-IM-Server/pkg/proto/msg"
)
func (m *msgServer) MarkMsgsAsRead(ctx context.Context, req *msg.MarkMsgsAsReadReq) (resp *msg.MarkMsgsAsReadResp, err error) {
return
}