package
Version:
v0.0.0-...-fb4f826
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InitInput struct {
Size int `json:"size"`
Peers []*Peer `json:"peers"`
}
type Input struct {
Method string `json:"method"`
Addr []byte `json:"addr"`
Quota uint64 `json:"quota"`
Point string `json:"point"`
Topic string `json:"topic"`
}
type Peer struct {
Addr []byte `json:"addr"`
Quota uint64 `json:"quota"`
Point string `json:"point"`
Topic string `json:"topic"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.