feat: Updated cron to return the active parameters

This commit is contained in:
Andrey Melnikov
2020-03-31 19:20:55 -07:00
parent 648ad4b694
commit 3fe93a64c9
12 changed files with 317 additions and 55 deletions

View File

@@ -1405,9 +1405,7 @@ func init() {
proto.RegisterType((*DeleteLabelRequest)(nil), "api.DeleteLabelRequest")
}
func init() {
proto.RegisterFile("workflow.proto", fileDescriptor_892c7f566756b0be)
}
func init() { proto.RegisterFile("workflow.proto", fileDescriptor_892c7f566756b0be) }
var fileDescriptor_892c7f566756b0be = []byte{
// 1711 bytes of a gzipped FileDescriptorProto
@@ -1522,11 +1520,11 @@ var fileDescriptor_892c7f566756b0be = []byte{
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConnInterface
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.SupportPackageIsVersion6
const _ = grpc.SupportPackageIsVersion4
// WorkflowServiceClient is the client API for WorkflowService service.
//
@@ -1561,10 +1559,10 @@ type WorkflowServiceClient interface {
}
type workflowServiceClient struct {
cc grpc.ClientConnInterface
cc *grpc.ClientConn
}
func NewWorkflowServiceClient(cc grpc.ClientConnInterface) WorkflowServiceClient {
func NewWorkflowServiceClient(cc *grpc.ClientConn) WorkflowServiceClient {
return &workflowServiceClient{cc}
}