Documentation
¶
Index ¶
Constants ¶
View Source
const ErrCodeGeneric = 201
View Source
const ErrCodeMethod = 204
View Source
const ErrCodeProtocol = 203
View Source
const ErrCodeServer = 202
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
Query string `bencode:"q",omitempty`
TID string `bencode:"t"`
Reply string `bencode:"y"`
Err *Error `bencode:"e",omitempty`
Args map[string]interface{} `bencode:"a",omitempty`
}
func NewFindNodeRequest ¶
Click to show internal directories.
Click to hide internal directories.