Discover Packages
github.com/ilmimris/learn-unittest
domain
model
package
Version:
v0.0.0-...-9dfdedf
Opens a new window with list of versions in this module.
Published: Dec 3, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Author struct {
ID int64 `json:"id"`
Name string `json:"name"`
}
type Post struct {
ID int64 `json:"id"`
Title string `json:"title"`
Content string `json:"content"`
AuthorID int64 `json:"author_id"`
Author *Author `json:"author"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.