Documentation
¶
Overview ¶
Package caaChecker is a generated protocol buffer package.
It is generated from these files:
caaChecker.proto
It has these top-level messages:
Check Result
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCAACheckerServer ¶
func RegisterCAACheckerServer(s *grpc.Server, srv CAACheckerServer)
Types ¶
type CAACheckerClient ¶
type CAACheckerClient interface {
ValidForIssuance(ctx context.Context, in *Check, opts ...grpc.CallOption) (*Result, error)
}
func NewCAACheckerClient ¶
func NewCAACheckerClient(cc *grpc.ClientConn) CAACheckerClient
type CAACheckerServer ¶
type Check ¶
type Check struct {
Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
IssuerDomain *string `protobuf:"bytes,2,opt,name=issuerDomain" json:"issuerDomain,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (*Check) Descriptor ¶
func (*Check) GetIssuerDomain ¶
func (*Check) ProtoMessage ¶
func (*Check) ProtoMessage()
type Result ¶
type Result struct {
Present *bool `protobuf:"varint,1,opt,name=present" json:"present,omitempty"`
Valid *bool `protobuf:"varint,2,opt,name=valid" json:"valid,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (*Result) Descriptor ¶
func (*Result) GetPresent ¶
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.