mirror of https://github.com/grpc/grpc-go.git
examples/authz: add token package docstring (#6095)
This commit is contained in:
parent
33df9fc43d
commit
558e1b6f7f
|
@ -16,6 +16,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Package token implements an example of authorization token encoding/decoding
|
||||
// that can be used in RPC headers.
|
||||
package token
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue