caaChecker

package
v0.0.0-...-35b6e83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2016 License: MPL-2.0 Imports: 5 Imported by: 0

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 CAACheckerServer interface {
	ValidForIssuance(context.Context, *Check) (*Result, error)
}

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) Descriptor() ([]byte, []int)

func (*Check) GetIssuerDomain

func (m *Check) GetIssuerDomain() string

func (*Check) GetName

func (m *Check) GetName() string

func (*Check) ProtoMessage

func (*Check) ProtoMessage()

func (*Check) Reset

func (m *Check) Reset()

func (*Check) String

func (m *Check) String() string

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) Descriptor() ([]byte, []int)

func (*Result) GetPresent

func (m *Result) GetPresent() bool

func (*Result) GetValid

func (m *Result) GetValid() bool

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) String

func (m *Result) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL