mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-24 00:00:46 +02:00
* Basics realized
This commit is contained in:
6
lib/types/types_post.go
Normal file
6
lib/types/types_post.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type Post struct {
|
||||
Name string `json:"name"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
Reference in New Issue
Block a user