Skip to content

Commit

Permalink
Fxies
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Aug 26, 2024
1 parent b832705 commit 0e37661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func (m MessageType) String() string {
switch m {
case MessageTypeCat:
return "CAT"
case MessageTypeCatV2:
return "CATV2"
case MessageTypePut:
return "PUT"
case MessageTypePutV2:
Expand Down

0 comments on commit 0e37661

Please sign in to comment.