Documentation ¶
Index ¶
- func CreateCompositeKey(objectType string, attributes []string) (string, error)
- func CreateRangeKeysForPartialCompositeKey(objectType string, attributes []string) (string, string, error)
- func NewProcessorManager(sp view2.ServiceProvider, network Network, defaultProcessor driver.Processor) *processorManager
- func SplitCompositeKey(compositeKey string) (string, []string, error)
- type Network
- type ProcessTransaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCompositeKey ¶
func NewProcessorManager ¶
func NewProcessorManager(sp view2.ServiceProvider, network Network, defaultProcessor driver.Processor) *processorManager
Types ¶
type Network ¶
type Network interface { Name() string TransactionManager() driver.TransactionManager TransactionService() driver.TransactionService EnvelopeService() driver.EnvelopeService Vault() driver.Vault }
type ProcessTransaction ¶
type ProcessTransaction struct {
// contains filtered or unexported fields
}
func (*ProcessTransaction) FunctionAndParameters ¶
func (p *ProcessTransaction) FunctionAndParameters() (string, []string)
func (*ProcessTransaction) ID ¶
func (p *ProcessTransaction) ID() string
func (*ProcessTransaction) Network ¶
func (p *ProcessTransaction) Network() string
Click to show internal directories.
Click to hide internal directories.