# Variables
ErrCARegistrarNotFound indicates the CA registrar 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.
CSRInfo is Certificate Signing Request (CSR) Information.
EnrollmentRequest is a request to enroll an identity.
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.
ReenrollmentRequest is a request to reenroll an identity.
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
CAClient provides management of identities in a Fabric network.