god

package module
v0.0.0-...-1837d0f Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2022 License: Apache-2.0 Imports: 7 Imported by: 1

README

god

Go Distributed framework

explain

  • common SpawnLink(node_id, handler, args) worker_id Send(node_id, worker_id, binary) Call/Cast(node_id, worker_id, binary) Broadcast(type, binary)

Runner

Run

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidNodeID        = errors.New("invalid node ID")
	ErrNoService            = errors.New("the service is not exists")
	ErrDuplicateApplication = errors.New("the service is already exists")
	ErrDuplicateActor       = errors.New("the actor is already exists")
	ErrFailedInitialization = errors.New("failed initialization")
)

Functions

func Initialize

func Initialize(v *viper.Viper) error

func PanicOnError

func PanicOnError(err error)

func Wait

func Wait()

Types

This section is empty.

Directories

Path Synopsis
service

Jump to

Keyboard shortcuts

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