package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

LoadX509Signer parses and validates private key and certificate PEM files.
New returns new Client that uses PEM encoded keys and talks to the server via pRPC.

# Structs

Client can make signed requests to the token server.
Parameters is passed to New.
RPCError is optionally returned for recognized RPC errors.
X509Signer implements Signer interface by using a private key and a certificate specified in ANS.1 x509 PEM encoded structures.

# Interfaces

Signer knows how to sign requests using some private key.
TokenMinterClient is subset of minter.TokenMinterClient this package uses.