File: doc.go

package info (click to toggle)
golang-github-grpc-ecosystem-go-grpc-middleware 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,464 kB
  • sloc: makefile: 107; sh: 9
file content (15 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) The go-grpc-middleware Authors.
// Licensed under the Apache License 2.0.

/*
Package selector

`selector` a generic server-side selector middleware for gRPC.

# Server Side Selector Middleware
It allows to set check rules to allowlist or blocklist middleware such as Auth
interceptors to toggle behavior on or off based on the request path.

Please see examples for simple examples of use.
*/
package selector