server

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2018 License: MIT Imports: 38 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNoAvailablePeers returns when no peers are available upon node start
	ErrNoAvailablePeers = errors.New("no available peers")
)

Functions

func NewLocalDB added in v0.2.0

func NewLocalDB(path string) (*localDB, error)

Types

type KeyValue added in v0.2.0

type KeyValue struct {
	Key   string
	Value []byte
}

type Peer added in v0.2.0

type Peer struct {
	ID      string `json:"id"`
	Address string `json:"address"`
}

type Server

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

func NewServer

func NewServer(cfg *stellar.Config) (*Server, error)

func (*Server) GenerateProfile added in v0.2.0

func (s *Server) GenerateProfile() (string, error)

func (*Server) NodeID added in v0.2.0

func (s *Server) NodeID() string

func (*Server) Run

func (s *Server) Run() error

func (*Server) Stop added in v0.2.0

func (s *Server) Stop() error

Jump to

Keyboard shortcuts

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