package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Jun 16, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handle struct {
PacketIndex int
Fn func() (ok bool) `json:"-"`
ReqUrl string
Info string
}
type Interface interface {
RegisterPacketHandles(handles []Handle)
Handles() []Handle
HandlePacket() (ok bool)
SetEvent(event any)
SetEventsCap(cap int)
Events() <-chan any
HandleEvent()
HttpClient() *httpClient.Client
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.