Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Post ¶
type Post struct { Id int64 `json:"id"` Title string `json:"title"` Body string `json:"body"` Created time.Time `json:"created"` Updated time.Time `json:"updated"` Deleted time.Time `json:"deleted"` }
func NewPostFromJSON ¶
type Service ¶
func NewWithConfig ¶
Click to show internal directories.
Click to hide internal directories.