# Functions
AddAllRoutes api routes to the given server with the given prefix.
AddDebugRoutes add routes for serving runtime profiling data Add all handlers from net/http/pprof and all profiles from pprof.Profiles().
AddTransaction to the replicant manager.
GetResult of managed replicant transactions by name.
GetResults of all managed replicant transactions.
GetTransaction fetches a named transaction definition from the replicant manager.
GetTransactions fetches all transaction definition from the replicant manager.
RemoveTransaction removes a named transaction from the replicant manager.
RunTransaction runs a unmanaged ad-hoc transaction.
RunTransactionByName runs a managed ad-hoc transaction.