Categorygithub.com/nomos/go-lokas
modulepackage
0.3.37
Repository: https://github.com/nomos/go-lokas.git
Documentation: pkg.go.dev

# README

lokas

a go implementation of entity-component system

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
stateless do not have local state.
rpc have a actorId<util.Id> to route messageSERVICE_RPC ServiceType = iota + 1subscribe have a actorId<util.Id> to pub message.

# Structs

Content context for create a dialer or a listener.
Service the registry for service details.
No description provided by the author
No description provided by the author

# Interfaces

IActor standard interface for actor.
IActorContainer container for IActor.
No description provided by the author
No description provided by the author
No description provided by the author
IComponent base component of protocol.
IComponentPool pool for IComponent.
No description provided by the author
IConn interface for a connection, either a client connection or server accepted connection.
IContext context interface.
IEntity entity of ecs system,container of IComponent.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IModule module interface.
IModuleCtor module export interface.
INetClient interface for client.
IProcess the interface for application entry.
No description provided by the author
IProxy universal module interface for connection.
IRegistry interface for global registration.
No description provided by the author
IRouter interface for router.
IRuntime interface for ecs runtime.
No description provided by the author
No description provided by the author
ISession connection session interface.
No description provided by the author
No description provided by the author
No description provided by the author
Server the interface for wsserver and tcpserver.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
create long packet args: data:binary to create idx: long packet index return: 1.long packet.
pick long packet from binary args: data:binary return: 1.is long packet 2.long packet index, if index = 0 is the last long packet 3.if is long packet return real packet binary else return nil.
No description provided by the author
No description provided by the author