Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer interface { transaction.APIServer txnenv.TransactionServer }
APIServer represents an api server.
func NewAPIServer ¶
func NewAPIServer( env *serviceenv.ServiceEnv, txnEnv *txnenv.TransactionEnv, etcdPrefix string, ) (APIServer, error)
NewAPIServer creates an APIServer.
Click to show internal directories.
Click to hide internal directories.