internal

package
v0.0.0-...-fc7dab2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NotifyEvent = struct{}{}
)

Functions

This section is empty.

Types

type Application

type Application interface {
}

type NodeId

type NodeId UniqueId

func (*NodeId) FromByteArray

func (n *NodeId) FromByteArray(arr []byte)

func (*NodeId) NetRead

func (n *NodeId) NetRead(data []byte) error

func (*NodeId) Rand

func (n *NodeId) Rand()

func (NodeId) Size

func (n NodeId) Size() int

type SessionId

type SessionId UniqueId

func (*SessionId) FromByteArray

func (s *SessionId) FromByteArray(arr []byte)

func (*SessionId) NetRead

func (s *SessionId) NetRead(data []byte) error

func (*SessionId) Rand

func (s *SessionId) Rand()

func (SessionId) Size

func (s SessionId) Size() int

type SignalChan

type SignalChan chan struct{}

type UniqueId

type UniqueId int64

type UniqueIdValue

type UniqueIdValue interface {
	FromByteArray([]byte)
	Rand()
	Size() int
	NetRead([]byte) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL