app

package
v0.0.0-...-decf009 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 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 kashd 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 kashd 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 kashd services.

func (*ComponentManager) Stop

func (a *ComponentManager) Stop()

Stop gracefully shuts down all the kashd services.

Directories

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

Jump to

Keyboard shortcuts

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