 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChainFilters ¶
func ChainFilters(endorser peer.EndorserServer, filters ...Filter) peer.EndorserServer
ChainFilters chains the given auth filters in the order provided. the last filter always forwards to the endorser
Types ¶
type Filter ¶
type Filter interface {
	peer.EndorserServer
	// Init initializes the Filter with the next EndorserServer
	Init(next peer.EndorserServer)
}
    Filter defines an authentication filter that intercepts ProcessProposal methods
 Click to show internal directories. 
   Click to hide internal directories.