auth

package
v2.1.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 1 Imported by: 770

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL