This website requires JavaScript.
Explore
Help
Sign In
heartles
/
fediglam
Watch
1
Star
1
Fork
You've already forked fediglam
0
Code
Issues
64
Pull requests
Projects
Releases
Packages
Wiki
Activity
b3c9c3b600
fediglam
/
src
/
main
/
models.zig
7 lines
104 B
Zig
Raw
Normal View
History
Unescape
Escape
Use Uuids for id
2022-07-13 04:16:33 +00:00
const
Uuid
=
@import
(
"
util
"
)
.
Uuid
;
Another shot at db shit
2022-07-10 23:53:17 +00:00
pub
const
Note
=
struct
{
Use Uuids for id
2022-07-13 04:16:33 +00:00
id
:
Uuid
,
Another shot at db shit
2022-07-10 23:53:17 +00:00
content
:
[
]
const
u8
,
}
;
Reference in a new issue
Copy permalink