This website requires JavaScript.
Explore
Help
Sign in
inhji
/
plug_indie
Watch
1
Star
0
Fork
You've already forked plug_indie
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
550ca0aacc
plug_indie
/
lib
/
post.ex
10 lines
118 B
Elixir
Raw
Normal View
History
Unescape
Escape
rename to PlugIndie
2024-11-29 09:42:27 +00:00
defmodule
PlugIndie.Post
do
add Properties tests, handle bookmarks and likes
2024-12-05 14:36:18 +00:00
defstruct
[
:bookmark_of
,
:content
,
:like_of
,
:title
,
:type
]
first version of PlugIndie - add attribute parsing - add tests - add token verification
2024-11-29 09:39:35 +00:00
end
Reference in a new issue
Copy permalink