blob: eea39593ead9b294531d7874015cf9f65d1b8460 [file]
// Code generated by protoc-gen-go.
// source: github.com/luci/luci-go/scheduler/api/scheduler/v1/scheduler.proto
// DO NOT EDIT!
/*
Package scheduler is a generated protocol buffer package.
It is generated from these files:
github.com/luci/luci-go/scheduler/api/scheduler/v1/scheduler.proto
It has these top-level messages:
*/
package scheduler
import prpc "github.com/luci/luci-go/grpc/prpc"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import (
context "golang.org/x/net/context"
grpc "google.golang.org/grpc"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConn
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion4
// Client API for Scheduler service
type SchedulerClient interface {
}
type schedulerPRPCClient struct {
client *prpc.Client
}
func NewSchedulerPRPCClient(client *prpc.Client) SchedulerClient {
return &schedulerPRPCClient{client}
}
type schedulerClient struct {
cc *grpc.ClientConn
}
func NewSchedulerClient(cc *grpc.ClientConn) SchedulerClient {
return &schedulerClient{cc}
}
// Server API for Scheduler service
type SchedulerServer interface {
}
func RegisterSchedulerServer(s prpc.Registrar, srv SchedulerServer) {
s.RegisterService(&_Scheduler_serviceDesc, srv)
}
var _Scheduler_serviceDesc = grpc.ServiceDesc{
ServiceName: "scheduler.Scheduler",
HandlerType: (*SchedulerServer)(nil),
Methods: []grpc.MethodDesc{},
Streams: []grpc.StreamDesc{},
Metadata: "github.com/luci/luci-go/scheduler/api/scheduler/v1/scheduler.proto",
}
func init() {
proto.RegisterFile("github.com/luci/luci-go/scheduler/api/scheduler/v1/scheduler.proto", fileDescriptor0)
}
var fileDescriptor0 = []byte{
// 87 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x72, 0x4a, 0xcf, 0x2c, 0xc9,
0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xcf, 0x29, 0x4d, 0xce, 0x04, 0x13, 0xba, 0xe9, 0xf9,
0xfa, 0xc5, 0xc9, 0x19, 0xa9, 0x29, 0xa5, 0x39, 0xa9, 0x45, 0xfa, 0x89, 0x05, 0x99, 0x48, 0xbc,
0x32, 0x43, 0x04, 0x47, 0xaf, 0xa0, 0x28, 0xbf, 0x24, 0x5f, 0x88, 0x13, 0x2e, 0x60, 0xc4, 0xcd,
0xc5, 0x19, 0x0c, 0xe3, 0x24, 0xb1, 0x81, 0xa5, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x52,
0x17, 0x2a, 0x0f, 0x64, 0x00, 0x00, 0x00,
}