Discover Packages
github.com/ranon-rat/bruh-boys-net/client
src
package
Version:
v0.0.0-...-17de4fb
Opens a new window with list of versions in this module.
Published: Jun 17, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func ListOfPosts() (posts []string )
type Posts struct {
Date int64 `json:"-"`
Name string `json:"name"`
}
type Protocol struct {
ID int `json:"id"`
Kind int `json:"kind"`
Name string `json:"name"`
}
type Response struct {
ID int `json:"id"`
Kind int `json:"kind"`
Error bool `json:"error"`
List []string `json:"listOfPosts"`
Post string `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.