Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2024 Changes in this version + func NewHotReloadTLSFromFile(certFile, keyFile string) credentials.TransportCredentials + type JwtCreds struct + func NewJwtCreds(ident string) *JwtCreds + func (j *JwtCreds) GetRequestMetadata(ctx context.Context, in ...string) (md map[string]string, err error) + func (j *JwtCreds) RequireTransportSecurity() bool + func (j *JwtCreds) SetToken(token string)