diff options
author | Keuin <[email protected]> | 2023-07-11 22:56:07 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-07-11 22:56:07 +0800 |
commit | f5c63cde56eb35c0125a0545f084441cdd4340ab (patch) | |
tree | cf24779daaa3067902bef91d21bcdee7a78fd059 /types/live.go | |
parent | 7fd817f6d1ead3de85294c1893a6e1572a1d12e3 (diff) |
Refactor: move data structures to a separate package to avoid circular dependency.
Diffstat (limited to 'types/live.go')
-rw-r--r-- | types/live.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/types/live.go b/types/live.go new file mode 100644 index 0000000..9fe2314 --- /dev/null +++ b/types/live.go @@ -0,0 +1,3 @@ +package types + +type RoomId uint64 |