Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + type Authenticator struct + func NewAuthenticator(ca tlsgen.CA) *Authenticator + func (ac *Authenticator) Generate(ccName string) (*CertAndPrivKeyPair, error) + func (auth *Authenticator) Wrap(srv pb.ChaincodeSupportServer) pb.ChaincodeSupportServer + type CertAndPrivKeyPair struct + Cert []byte + Key []byte + type ChaincodeStream interface + Recv func() (*pb.ChaincodeMessage, error) + Send func(*pb.ChaincodeMessage) error + type KeyGenFunc func() (*tlsgen.CertKeyPair, error) Other modules containing this package github.com/waszqt/fabric