package
0.3.1
Repository: https://github.com/strabox/caravela.git
Documentation: pkg.go.dev

# Packages

Client package provides a client that allows to interact with the a CARAVELA's daemon sending the requests to it.
No description provided by the author
No description provided by the author
Types package includes all the structures shared between the caravela's server/daemon and its clients.

# Functions

NewServer creates a new API HttpServer that receives the requests for the local node.

# Structs

HttpServer handles the REST API requests in each node and redirects it to the local Node, where is the logic's core.

# Interfaces

LocalNode exposes all the necessary functionality, of the local node, for the REST API web server.
No description provided by the author