(ctx context.Context, conversationID string, userID string, seq int64)
| 9 | SetUserMinSeq(ctx context.Context, conversationID string, userID string, seq int64) error |
| 10 | GetUserReadSeq(ctx context.Context, conversationID string, userID string) (int64, error) |
| 11 | SetUserReadSeq(ctx context.Context, conversationID string, userID string, seq int64) error |
| 12 | GetUserReadSeqs(ctx context.Context, userID string, conversationID []string) (map[string]int64, error) |
| 13 | } |
no outgoing calls
no test coverage detected