package
Version:
v0.0.0-...-d1e9447
Opens a new window with list of versions in this module.
Published: Aug 31, 2020
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type VoteReq struct {
AccountName string `json:"account_name"`
PrivateKey string `json:"private_key"`
PostId string `json:"post_id"`
}
type VoteRes struct {
Status int `json:"status"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.