Post type for mindflow.
This commit is contained in:
parent
5df7d022e5
commit
1dc390a967
12
pkg/mindflow/post.go
Normal file
12
pkg/mindflow/post.go
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
package mindflow
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Post struct {
|
||||||
|
Category string
|
||||||
|
Date time.Time
|
||||||
|
Title string
|
||||||
|
Body string
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user