Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrdaServer ¶
type OrdaServer struct {
// contains filtered or unexported fields
}
OrdaServer is an Orda server
func NewOrdaServer ¶
func NewOrdaServer(goCtx gocontext.Context, conf *managers.OrdaServerConfig) (*OrdaServer, errors.OrdaError)
NewOrdaServer creates a new Orda server
func (*OrdaServer) Close ¶
func (its *OrdaServer) Close(graceful bool)
Close closes all the server threads.
func (*OrdaServer) HandleSignals ¶
func (its *OrdaServer) HandleSignals() int
HandleSignals can handle signals to the server.
func (*OrdaServer) Start ¶
func (its *OrdaServer) Start() errors.OrdaError
Start starts the Orda Server
type RestServer ¶
type RestServer struct {
// contains filtered or unexported fields
}
RestServer is a control server to set up Orda system.
func NewRestServer ¶
func NewRestServer(ctx iface.OrdaContext, conf *managers.OrdaServerConfig, clients *managers.Managers) *RestServer
NewRestServer creates a control server.
func (*RestServer) Start ¶
func (its *RestServer) Start() errors.OrdaError
Start starts a RestServer
Click to show internal directories.
Click to hide internal directories.