app

package
v0.0.0-...-6e9d532 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: ISC Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartApp

func StartApp() error

StartApp starts the c4exd app, and blocks until it finishes running

Types

type ComponentManager

type ComponentManager struct {
	// contains filtered or unexported fields
}

ComponentManager is a wrapper for all the c4exd services

func NewComponentManager

func NewComponentManager(cfg *config.Config, db infrastructuredatabase.Database, interrupt chan<- struct{}) (
	*ComponentManager, error)

NewComponentManager returns a new ComponentManager instance. Use Start() to begin all services within this ComponentManager

func (*ComponentManager) AddressManager

func (a *ComponentManager) AddressManager() *addressmanager.AddressManager

AddressManager returns the AddressManager associated with this ComponentManager

func (*ComponentManager) P2PNodeID

func (a *ComponentManager) P2PNodeID() *id.ID

P2PNodeID returns the network ID associated with this ComponentManager

func (*ComponentManager) Start

func (a *ComponentManager) Start()

Start launches all the c4exd services.

func (*ComponentManager) Stop

func (a *ComponentManager) Stop()

Stop gracefully shuts down all the c4exd services.

Directories

Path Synopsis
Package appmessage implements the c4ex appmessage protocol.
Package appmessage implements the c4ex appmessage protocol.
rpc

Jump to

Keyboard shortcuts

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