package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Dec 17, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package posts
@service posts
@title Posts
@description posts service
type ListParam struct {
UserId string `json:"userId" validate:"required" validate-message:"user_id_required"`
Offset int `json:"offset"`
Length int `json:"length"`
}
type Post struct {
Id string `json:"id"`
UserId string `json:"userId"`
CreateAT time.Time `json:"createAT"`
Title string `json:"title"`
Content string `json:"content"`
Likes int64 `json:"likes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.