Documentation ¶
Overview ¶
* Copyright © 2018. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
* Copyright © 2018. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransactionService ¶
type TransactionService interface { ResolveTransactionInput(txnInputsMetadata []TxnInputAttribute) (map[string]interface{}, error) GetInitiatorCertAttribute(attr string) (value string, found bool, err error) GetTransactionName() string GetTransactionInitiator() (string, error) TransactionSecuritySupported() bool }
Click to show internal directories.
Click to hide internal directories.