package
0.0.0-20200226065818-fe632b36a108
Repository: https://github.com/alipay/sofa-mesh.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New creates a new gRPC server that implements the Mesh Configuration Protocol (MCP).
NewAllowAllChecker creates a new AllowAllChecker.
NewListAuthChecker returns a new instance of ListAuthChecker.

# Constants

AuthBlackList indicates that the list should work as a black list.
AuthWhiteList indicates that the list should work as a white list.

# Structs

AllowAllChecker is a simple auth checker that allows all requests.
ListAuthChecker implements AuthChecker function and is backed by a set of ids.
No description provided by the author
Server implements the Mesh Configuration Protocol (MCP) gRPC server.

# Interfaces

AuthChecker is used to check the transport auth info that is associated with each stream.

# Type aliases

AuthListMode indicates the list checking mode.