github.com/bartle-stripe/trillian@v1.2.1/trillian_log_sequencer_api.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // source: trillian_log_sequencer_api.proto
     3  
     4  package trillian // import "github.com/google/trillian"
     5  
     6  import proto "github.com/golang/protobuf/proto"
     7  import fmt "fmt"
     8  import math "math"
     9  
    10  import (
    11  	context "golang.org/x/net/context"
    12  	grpc "google.golang.org/grpc"
    13  )
    14  
    15  // Reference imports to suppress errors if they are not otherwise used.
    16  var _ = proto.Marshal
    17  var _ = fmt.Errorf
    18  var _ = math.Inf
    19  
    20  // This is a compile-time assertion to ensure that this generated file
    21  // is compatible with the proto package it is being compiled against.
    22  // A compilation error at this line likely means your copy of the
    23  // proto package needs to be updated.
    24  const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
    25  
    26  // Reference imports to suppress errors if they are not otherwise used.
    27  var _ context.Context
    28  var _ grpc.ClientConn
    29  
    30  // This is a compile-time assertion to ensure that this generated file
    31  // is compatible with the grpc package it is being compiled against.
    32  const _ = grpc.SupportPackageIsVersion4
    33  
    34  // TrillianLogSequencerClient is the client API for TrillianLogSequencer service.
    35  //
    36  // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
    37  type TrillianLogSequencerClient interface {
    38  }
    39  
    40  type trillianLogSequencerClient struct {
    41  	cc *grpc.ClientConn
    42  }
    43  
    44  func NewTrillianLogSequencerClient(cc *grpc.ClientConn) TrillianLogSequencerClient {
    45  	return &trillianLogSequencerClient{cc}
    46  }
    47  
    48  // Server API for TrillianLogSequencer service
    49  
    50  type TrillianLogSequencerServer interface {
    51  }
    52  
    53  func RegisterTrillianLogSequencerServer(s *grpc.Server, srv TrillianLogSequencerServer) {
    54  	s.RegisterService(&_TrillianLogSequencer_serviceDesc, srv)
    55  }
    56  
    57  var _TrillianLogSequencer_serviceDesc = grpc.ServiceDesc{
    58  	ServiceName: "trillian.TrillianLogSequencer",
    59  	HandlerType: (*TrillianLogSequencerServer)(nil),
    60  	Methods:     []grpc.MethodDesc{},
    61  	Streams:     []grpc.StreamDesc{},
    62  	Metadata:    "trillian_log_sequencer_api.proto",
    63  }
    64  
    65  func init() {
    66  	proto.RegisterFile("trillian_log_sequencer_api.proto", fileDescriptor_trillian_log_sequencer_api_e4ffc9a5af1038fc)
    67  }
    68  
    69  var fileDescriptor_trillian_log_sequencer_api_e4ffc9a5af1038fc = []byte{
    70  	// 129 bytes of a gzipped FileDescriptorProto
    71  	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x28, 0x29, 0xca, 0xcc,
    72  	0xc9, 0xc9, 0x4c, 0xcc, 0x8b, 0xcf, 0xc9, 0x4f, 0x8f, 0x2f, 0x4e, 0x2d, 0x2c, 0x4d, 0xcd, 0x4b,
    73  	0x4e, 0x2d, 0x8a, 0x4f, 0x2c, 0xc8, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x80, 0xa9,
    74  	0x30, 0x12, 0xe3, 0x12, 0x09, 0x81, 0xb2, 0x7d, 0xf2, 0xd3, 0x83, 0x61, 0x6a, 0x9d, 0xc2, 0xb9,
    75  	0x24, 0x93, 0xf3, 0x73, 0xf5, 0xd2, 0xf3, 0xf3, 0xd3, 0x73, 0x52, 0xf5, 0x60, 0xca, 0x21, 0xda,
    76  	0x9d, 0x64, 0xb0, 0x69, 0x71, 0x2c, 0xc8, 0x0c, 0x00, 0xc9, 0x06, 0x30, 0x46, 0x49, 0xa5, 0x67,
    77  	0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x4c, 0xd0, 0x87, 0x99, 0x90, 0xc4,
    78  	0x06, 0x36, 0xc2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x86, 0xa5, 0x47, 0x41, 0xa5, 0x00, 0x00,
    79  	0x00,
    80  }