package credentials
import "go.etcd.io/etcd/client/v3/credentials"
Package credentials implements gRPC credential interface with etcd specific logic. e.g., client handshake with custom authority parameter
Index ¶
Types ¶
type Bundle ¶
type Bundle interface { grpccredentials.Bundle UpdateAuthToken(token string) }
Bundle defines gRPC credential interface.
func NewBundle ¶
NewBundle constructs a new gRPC credential bundle.
type Config ¶
Config defines gRPC credential configuration.
Source Files ¶
credentials.go
- Version
- v3.5.18 (latest)
- Published
- Jan 24, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 22 hours ago –
Tools for package owners.