Documentation
¶
Index ¶
- func AddAllRoutes(prefix string, server *server.Server)
- func AddTransaction(srv *server.Server) (handle server.Handle)
- func GetResult(srv *server.Server) (handle server.Handle)
- func GetResults(srv *server.Server) (handle server.Handle)
- func GetTransaction(srv *server.Server) (handle server.Handle)
- func GetTransactions(srv *server.Server) (handle server.Handle)
- func RemoveTransaction(srv *server.Server) (handle server.Handle)
- func RunTransaction(srv *server.Server) (handle server.Handle)
- func RunTransactionByName(srv *server.Server) (handle server.Handle)
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAllRoutes ¶
AddAllRoutes api routes to the given server with the given prefix. The prefix can be empty.
func AddTransaction ¶
AddTransaction to the replicant manager
func GetResults ¶
GetResults of all managed replicant transactions
func GetTransaction ¶
GetTransaction fetches a named transaction definition from the replicant manager
func GetTransactions ¶
GetTransactions fetches all transaction definition from the replicant manager
func RemoveTransaction ¶
RemoveTransaction removes a named transaction from the replicant manager
func RunTransaction ¶
RunTransaction runs a unmanaged ad-hoc transaction
Types ¶
Click to show internal directories.
Click to hide internal directories.