5 lines
313 B
Go
5 lines
313 B
Go
// Server Defines types and interfaces which are shared between Consensus, Appmanager and Stf
|
|
// This package is not meant to be used directly by modules instead if an advanced user would like
|
|
// to create a custom server or replace a component in the server they will need to use the app package.
|
|
package server
|