Discover Packages
github.com/abdullahnettoor/connect-social-media
internal
infrastructure
model
res
package
Version:
v0.0.0-...-54354b8
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type CommonRes struct {
Code int `json:"status,omitempty"`
Error any `json:"error,omitempty"`
Message string `json:"message,omitempty"`
Result any `json:"result,omitempty"`
}
type GetCommentsRes struct {
}
type UserProfileRes struct {
CommonRes
Followers []*entity .User `json:"followers,omitempty"`
Following []*entity .User `json:"following,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.