Documentation
¶
Index ¶
- type Blobcache
- func (b *Blobcache) Close() error
- func (b *Blobcache) HandleClientCacheBlobStatus(pk *packet.ClientCacheBlobStatus) error
- func (b *Blobcache) HandleClientCacheMissResponse(pk *packet.ClientCacheMissResponse, timeReceived time.Time, preLogin bool) error
- func (b *Blobcache) HandleLevelChunk(pk *packet.LevelChunk, timeReceived time.Time, preLogin bool) (pkForward packet.Packet, err error)
- func (b *Blobcache) HandleSubChunk(pk *packet.SubChunk, timeReceived time.Time, preLogin bool) (pkForward packet.Packet, err error)
- type PacketFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blobcache ¶
type Blobcache struct {
// contains filtered or unexported fields
}
func NewBlobCache ¶
func (*Blobcache) HandleClientCacheBlobStatus ¶
func (b *Blobcache) HandleClientCacheBlobStatus(pk *packet.ClientCacheBlobStatus) error
func (*Blobcache) HandleClientCacheMissResponse ¶
func (*Blobcache) HandleLevelChunk ¶
Click to show internal directories.
Click to hide internal directories.