Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallBackHandler ¶
CallBackHandler is the Handle function signature which will be called from the provided go code when dealing with callbacks. Package name must be callback, "callback.Handle"
type Driver ¶ added in v0.0.7
type Driver struct{}
Driver for Go language based transactions
func (*Driver) New ¶ added in v0.0.7
func (d *Driver) New(config transaction.Config) (tx transaction.Transaction, err error)
New creates a web transaction
type Transaction ¶
type Transaction struct {
// contains filtered or unexported fields
}
Transaction is a pre-compiled replicant transaction for golang based custom transactions
func (*Transaction) Config ¶
func (t *Transaction) Config() (config transaction.Config)
Config returns the transaction config
func (*Transaction) Run ¶
func (t *Transaction) Run(ctx context.Context) (result transaction.Result)
Run executes the web transaction
Click to show internal directories.
Click to hide internal directories.