Documentation
¶
Index ¶
- type AdsCertSignatoryServer
- func (s *AdsCertSignatoryServer) Check(ctx context.Context, in *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
- func (s *AdsCertSignatoryServer) SignAuthenticatedConnection(ctx context.Context, req *api.AuthenticatedConnectionSignatureRequest) (*api.AuthenticatedConnectionSignatureResponse, error)
- func (s *AdsCertSignatoryServer) VerifyAuthenticatedConnection(ctx context.Context, req *api.AuthenticatedConnectionVerificationRequest) (*api.AuthenticatedConnectionVerificationResponse, error)
- func (s *AdsCertSignatoryServer) Watch(r *grpc_health_v1.HealthCheckRequest, ws grpc_health_v1.Health_WatchServer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdsCertSignatoryServer ¶
type AdsCertSignatoryServer struct { api.UnimplementedAdsCertSignatoryServer SignatoryAPI *signatory.LocalAuthenticatedConnectionsSignatory }
func (*AdsCertSignatoryServer) Check ¶
func (s *AdsCertSignatoryServer) Check(ctx context.Context, in *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
func (*AdsCertSignatoryServer) SignAuthenticatedConnection ¶
func (s *AdsCertSignatoryServer) SignAuthenticatedConnection(ctx context.Context, req *api.AuthenticatedConnectionSignatureRequest) (*api.AuthenticatedConnectionSignatureResponse, error)
func (*AdsCertSignatoryServer) VerifyAuthenticatedConnection ¶
func (s *AdsCertSignatoryServer) VerifyAuthenticatedConnection(ctx context.Context, req *api.AuthenticatedConnectionVerificationRequest) (*api.AuthenticatedConnectionVerificationResponse, error)
func (*AdsCertSignatoryServer) Watch ¶
func (s *AdsCertSignatoryServer) Watch(r *grpc_health_v1.HealthCheckRequest, ws grpc_health_v1.Health_WatchServer) error
Click to show internal directories.
Click to hide internal directories.