 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var P = FromEnvironmentOrNil("PRIVATE_CONFIG")
    Functions ¶
This section is empty.
Types ¶
type PrivateTransactionManager ¶
type PrivateTransactionManager interface {
	Send(data []byte, from string, to []string) ([]byte, error)
	Receive(data []byte) ([]byte, error)
}
    func FromEnvironmentOrNil ¶
func FromEnvironmentOrNil(name string) PrivateTransactionManager
 Click to show internal directories. 
   Click to hide internal directories.