(id uuid.UUID)
| 3982 | } |
| 3983 | |
| 3984 | func (m chatMessage) withCreatedBy(id uuid.UUID) chatMessage { |
| 3985 | m.createdBy = id |
| 3986 | return m |
| 3987 | } |
| 3988 | |
| 3989 | func (m chatMessage) withCompressed() chatMessage { |
| 3990 | m.compressed = true |
no outgoing calls
no test coverage detected