# Functions
New creates a new Client instance.
WithAttributeRequests enrollment option.
WithCA allows for specifying optional CA name (within the CA server instance).
WithCAInstance option.
WithCSR enrollment option.
WithLabel enrollment option.
WithOrg option.
WithProfile enrollment option.
WithSecret enrollment option.
WithType enrollment option.
# Variables
ErrUserNotFound indicates the user was not found.
# Structs
AffiliationInfo contains the affiliation name, child affiliation info, and identities associated with this affiliation.
AffiliationRequest represents the request to add/remove affiliation to the fabric-ca-server.
AffiliationResponse contains the response for get, add, modify, and remove an affiliation.
Attribute defines additional attributes that may be passed along during registration.
AttributeRequest is a request for an attribute.
Client enables access to Client services.
CSRInfo is Certificate Signing Request (CSR) Information.
GetCAInfoResponse is the response from the GetCAInfo call.
IdentityInfo contains information about an identity.
IdentityRequest represents the request to add/update identity to the fabric-ca-server.
IdentityResponse is the response from the any read/add/modify/remove identity call.
ModifyAffiliationRequest represents the request to modify an existing affiliation on the fabric-ca-server.
RegistrationRequest defines the attributes required to register a user with the CA.
RemoveIdentityRequest represents the request to remove an existing identity from the fabric-ca-server.
RevocationRequest defines the attributes required to revoke credentials with the CA.
RevocationResponse represents response from the server for a revocation request.
RevokedCert represents a revoked certificate.
# Interfaces
IdentityManager provides management of identities in a Fabric network.
# Type aliases
ClientOption describes a functional parameter for the New constructor.
EnrollmentOption describes a functional parameter for Enroll.
RequestOption func for each Opts argument.