pipelines/backend/api/go_client/experiment.pb.go

564 lines
23 KiB
Go
Executable File

// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: backend/api/experiment.proto
package go_client // import "github.com/kubeflow/pipelines/backend/api/go_client"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import empty "github.com/golang/protobuf/ptypes/empty"
import timestamp "github.com/golang/protobuf/ptypes/timestamp"
import _ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options"
import _ "google.golang.org/genproto/googleapis/api/annotations"
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
type CreateExperimentRequest struct {
Experiment *Experiment `protobuf:"bytes,1,opt,name=experiment,proto3" json:"experiment,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CreateExperimentRequest) Reset() { *m = CreateExperimentRequest{} }
func (m *CreateExperimentRequest) String() string { return proto.CompactTextString(m) }
func (*CreateExperimentRequest) ProtoMessage() {}
func (*CreateExperimentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_experiment_da829ac35991ed0d, []int{0}
}
func (m *CreateExperimentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CreateExperimentRequest.Unmarshal(m, b)
}
func (m *CreateExperimentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CreateExperimentRequest.Marshal(b, m, deterministic)
}
func (dst *CreateExperimentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CreateExperimentRequest.Merge(dst, src)
}
func (m *CreateExperimentRequest) XXX_Size() int {
return xxx_messageInfo_CreateExperimentRequest.Size(m)
}
func (m *CreateExperimentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CreateExperimentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CreateExperimentRequest proto.InternalMessageInfo
func (m *CreateExperimentRequest) GetExperiment() *Experiment {
if m != nil {
return m.Experiment
}
return nil
}
type GetExperimentRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetExperimentRequest) Reset() { *m = GetExperimentRequest{} }
func (m *GetExperimentRequest) String() string { return proto.CompactTextString(m) }
func (*GetExperimentRequest) ProtoMessage() {}
func (*GetExperimentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_experiment_da829ac35991ed0d, []int{1}
}
func (m *GetExperimentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetExperimentRequest.Unmarshal(m, b)
}
func (m *GetExperimentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetExperimentRequest.Marshal(b, m, deterministic)
}
func (dst *GetExperimentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetExperimentRequest.Merge(dst, src)
}
func (m *GetExperimentRequest) XXX_Size() int {
return xxx_messageInfo_GetExperimentRequest.Size(m)
}
func (m *GetExperimentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetExperimentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetExperimentRequest proto.InternalMessageInfo
func (m *GetExperimentRequest) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type ListExperimentsRequest struct {
PageToken string `protobuf:"bytes,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
SortBy string `protobuf:"bytes,3,opt,name=sort_by,json=sortBy,proto3" json:"sort_by,omitempty"`
Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListExperimentsRequest) Reset() { *m = ListExperimentsRequest{} }
func (m *ListExperimentsRequest) String() string { return proto.CompactTextString(m) }
func (*ListExperimentsRequest) ProtoMessage() {}
func (*ListExperimentsRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_experiment_da829ac35991ed0d, []int{2}
}
func (m *ListExperimentsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListExperimentsRequest.Unmarshal(m, b)
}
func (m *ListExperimentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListExperimentsRequest.Marshal(b, m, deterministic)
}
func (dst *ListExperimentsRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListExperimentsRequest.Merge(dst, src)
}
func (m *ListExperimentsRequest) XXX_Size() int {
return xxx_messageInfo_ListExperimentsRequest.Size(m)
}
func (m *ListExperimentsRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ListExperimentsRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ListExperimentsRequest proto.InternalMessageInfo
func (m *ListExperimentsRequest) GetPageToken() string {
if m != nil {
return m.PageToken
}
return ""
}
func (m *ListExperimentsRequest) GetPageSize() int32 {
if m != nil {
return m.PageSize
}
return 0
}
func (m *ListExperimentsRequest) GetSortBy() string {
if m != nil {
return m.SortBy
}
return ""
}
func (m *ListExperimentsRequest) GetFilter() string {
if m != nil {
return m.Filter
}
return ""
}
type ListExperimentsResponse struct {
Experiments []*Experiment `protobuf:"bytes,1,rep,name=experiments,proto3" json:"experiments,omitempty"`
TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ListExperimentsResponse) Reset() { *m = ListExperimentsResponse{} }
func (m *ListExperimentsResponse) String() string { return proto.CompactTextString(m) }
func (*ListExperimentsResponse) ProtoMessage() {}
func (*ListExperimentsResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_experiment_da829ac35991ed0d, []int{3}
}
func (m *ListExperimentsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListExperimentsResponse.Unmarshal(m, b)
}
func (m *ListExperimentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ListExperimentsResponse.Marshal(b, m, deterministic)
}
func (dst *ListExperimentsResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ListExperimentsResponse.Merge(dst, src)
}
func (m *ListExperimentsResponse) XXX_Size() int {
return xxx_messageInfo_ListExperimentsResponse.Size(m)
}
func (m *ListExperimentsResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ListExperimentsResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ListExperimentsResponse proto.InternalMessageInfo
func (m *ListExperimentsResponse) GetExperiments() []*Experiment {
if m != nil {
return m.Experiments
}
return nil
}
func (m *ListExperimentsResponse) GetTotalSize() int32 {
if m != nil {
return m.TotalSize
}
return 0
}
func (m *ListExperimentsResponse) GetNextPageToken() string {
if m != nil {
return m.NextPageToken
}
return ""
}
type DeleteExperimentRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DeleteExperimentRequest) Reset() { *m = DeleteExperimentRequest{} }
func (m *DeleteExperimentRequest) String() string { return proto.CompactTextString(m) }
func (*DeleteExperimentRequest) ProtoMessage() {}
func (*DeleteExperimentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_experiment_da829ac35991ed0d, []int{4}
}
func (m *DeleteExperimentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DeleteExperimentRequest.Unmarshal(m, b)
}
func (m *DeleteExperimentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DeleteExperimentRequest.Marshal(b, m, deterministic)
}
func (dst *DeleteExperimentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_DeleteExperimentRequest.Merge(dst, src)
}
func (m *DeleteExperimentRequest) XXX_Size() int {
return xxx_messageInfo_DeleteExperimentRequest.Size(m)
}
func (m *DeleteExperimentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_DeleteExperimentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_DeleteExperimentRequest proto.InternalMessageInfo
func (m *DeleteExperimentRequest) GetId() string {
if m != nil {
return m.Id
}
return ""
}
type Experiment struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Experiment) Reset() { *m = Experiment{} }
func (m *Experiment) String() string { return proto.CompactTextString(m) }
func (*Experiment) ProtoMessage() {}
func (*Experiment) Descriptor() ([]byte, []int) {
return fileDescriptor_experiment_da829ac35991ed0d, []int{5}
}
func (m *Experiment) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Experiment.Unmarshal(m, b)
}
func (m *Experiment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Experiment.Marshal(b, m, deterministic)
}
func (dst *Experiment) XXX_Merge(src proto.Message) {
xxx_messageInfo_Experiment.Merge(dst, src)
}
func (m *Experiment) XXX_Size() int {
return xxx_messageInfo_Experiment.Size(m)
}
func (m *Experiment) XXX_DiscardUnknown() {
xxx_messageInfo_Experiment.DiscardUnknown(m)
}
var xxx_messageInfo_Experiment proto.InternalMessageInfo
func (m *Experiment) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func (m *Experiment) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *Experiment) GetDescription() string {
if m != nil {
return m.Description
}
return ""
}
func (m *Experiment) GetCreatedAt() *timestamp.Timestamp {
if m != nil {
return m.CreatedAt
}
return nil
}
func init() {
proto.RegisterType((*CreateExperimentRequest)(nil), "api.CreateExperimentRequest")
proto.RegisterType((*GetExperimentRequest)(nil), "api.GetExperimentRequest")
proto.RegisterType((*ListExperimentsRequest)(nil), "api.ListExperimentsRequest")
proto.RegisterType((*ListExperimentsResponse)(nil), "api.ListExperimentsResponse")
proto.RegisterType((*DeleteExperimentRequest)(nil), "api.DeleteExperimentRequest")
proto.RegisterType((*Experiment)(nil), "api.Experiment")
}
// 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
// ExperimentServiceClient is the client API for ExperimentService service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type ExperimentServiceClient interface {
CreateExperiment(ctx context.Context, in *CreateExperimentRequest, opts ...grpc.CallOption) (*Experiment, error)
GetExperiment(ctx context.Context, in *GetExperimentRequest, opts ...grpc.CallOption) (*Experiment, error)
ListExperiment(ctx context.Context, in *ListExperimentsRequest, opts ...grpc.CallOption) (*ListExperimentsResponse, error)
DeleteExperiment(ctx context.Context, in *DeleteExperimentRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}
type experimentServiceClient struct {
cc *grpc.ClientConn
}
func NewExperimentServiceClient(cc *grpc.ClientConn) ExperimentServiceClient {
return &experimentServiceClient{cc}
}
func (c *experimentServiceClient) CreateExperiment(ctx context.Context, in *CreateExperimentRequest, opts ...grpc.CallOption) (*Experiment, error) {
out := new(Experiment)
err := c.cc.Invoke(ctx, "/api.ExperimentService/CreateExperiment", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *experimentServiceClient) GetExperiment(ctx context.Context, in *GetExperimentRequest, opts ...grpc.CallOption) (*Experiment, error) {
out := new(Experiment)
err := c.cc.Invoke(ctx, "/api.ExperimentService/GetExperiment", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *experimentServiceClient) ListExperiment(ctx context.Context, in *ListExperimentsRequest, opts ...grpc.CallOption) (*ListExperimentsResponse, error) {
out := new(ListExperimentsResponse)
err := c.cc.Invoke(ctx, "/api.ExperimentService/ListExperiment", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *experimentServiceClient) DeleteExperiment(ctx context.Context, in *DeleteExperimentRequest, opts ...grpc.CallOption) (*empty.Empty, error) {
out := new(empty.Empty)
err := c.cc.Invoke(ctx, "/api.ExperimentService/DeleteExperiment", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// ExperimentServiceServer is the server API for ExperimentService service.
type ExperimentServiceServer interface {
CreateExperiment(context.Context, *CreateExperimentRequest) (*Experiment, error)
GetExperiment(context.Context, *GetExperimentRequest) (*Experiment, error)
ListExperiment(context.Context, *ListExperimentsRequest) (*ListExperimentsResponse, error)
DeleteExperiment(context.Context, *DeleteExperimentRequest) (*empty.Empty, error)
}
func RegisterExperimentServiceServer(s *grpc.Server, srv ExperimentServiceServer) {
s.RegisterService(&_ExperimentService_serviceDesc, srv)
}
func _ExperimentService_CreateExperiment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(CreateExperimentRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ExperimentServiceServer).CreateExperiment(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.ExperimentService/CreateExperiment",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ExperimentServiceServer).CreateExperiment(ctx, req.(*CreateExperimentRequest))
}
return interceptor(ctx, in, info, handler)
}
func _ExperimentService_GetExperiment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetExperimentRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ExperimentServiceServer).GetExperiment(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.ExperimentService/GetExperiment",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ExperimentServiceServer).GetExperiment(ctx, req.(*GetExperimentRequest))
}
return interceptor(ctx, in, info, handler)
}
func _ExperimentService_ListExperiment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ListExperimentsRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ExperimentServiceServer).ListExperiment(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.ExperimentService/ListExperiment",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ExperimentServiceServer).ListExperiment(ctx, req.(*ListExperimentsRequest))
}
return interceptor(ctx, in, info, handler)
}
func _ExperimentService_DeleteExperiment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteExperimentRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(ExperimentServiceServer).DeleteExperiment(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/api.ExperimentService/DeleteExperiment",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(ExperimentServiceServer).DeleteExperiment(ctx, req.(*DeleteExperimentRequest))
}
return interceptor(ctx, in, info, handler)
}
var _ExperimentService_serviceDesc = grpc.ServiceDesc{
ServiceName: "api.ExperimentService",
HandlerType: (*ExperimentServiceServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "CreateExperiment",
Handler: _ExperimentService_CreateExperiment_Handler,
},
{
MethodName: "GetExperiment",
Handler: _ExperimentService_GetExperiment_Handler,
},
{
MethodName: "ListExperiment",
Handler: _ExperimentService_ListExperiment_Handler,
},
{
MethodName: "DeleteExperiment",
Handler: _ExperimentService_DeleteExperiment_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "backend/api/experiment.proto",
}
func init() {
proto.RegisterFile("backend/api/experiment.proto", fileDescriptor_experiment_da829ac35991ed0d)
}
var fileDescriptor_experiment_da829ac35991ed0d = []byte{
// 652 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x4d, 0x4f, 0xdb, 0x4c,
0x10, 0x7e, 0xed, 0xf0, 0x06, 0x32, 0x79, 0x03, 0x2f, 0xdb, 0x8a, 0x04, 0x27, 0x94, 0xd4, 0x07,
0x4a, 0xab, 0x62, 0x0b, 0x38, 0xb5, 0x37, 0x68, 0x51, 0xa5, 0xaa, 0x95, 0xaa, 0xc0, 0x89, 0x4b,
0xb4, 0xb6, 0x27, 0x66, 0x85, 0xe3, 0x75, 0x77, 0xd7, 0x7c, 0x55, 0xbd, 0x54, 0xe2, 0xd8, 0x4b,
0xf9, 0x5b, 0xbd, 0xf5, 0x2f, 0xf4, 0x87, 0x54, 0x5e, 0x3b, 0xc4, 0xe4, 0x43, 0x3d, 0x25, 0x33,
0xf3, 0xec, 0xcc, 0xf3, 0xcc, 0x3e, 0x5e, 0xe8, 0x78, 0xd4, 0x3f, 0xc7, 0x38, 0x70, 0x69, 0xc2,
0x5c, 0xbc, 0x4a, 0x50, 0xb0, 0x21, 0xc6, 0xca, 0x49, 0x04, 0x57, 0x9c, 0x54, 0x68, 0xc2, 0xac,
0x4e, 0xc8, 0x79, 0x18, 0xa1, 0x46, 0xd0, 0x38, 0xe6, 0x8a, 0x2a, 0xc6, 0x63, 0x99, 0x43, 0xac,
0x76, 0x51, 0xd5, 0x91, 0x97, 0x0e, 0x5c, 0x1c, 0x26, 0xea, 0xba, 0x28, 0x6e, 0x4e, 0x16, 0x15,
0x1b, 0xa2, 0x54, 0x74, 0x98, 0x14, 0x80, 0x97, 0xfa, 0xc7, 0xdf, 0x09, 0x31, 0xde, 0x91, 0x97,
0x34, 0x0c, 0x51, 0xb8, 0x3c, 0xd1, 0xfd, 0x67, 0xcc, 0x6a, 0x3e, 0x20, 0x2b, 0x04, 0x17, 0x79,
0xc1, 0x7e, 0x0f, 0xcd, 0x37, 0x02, 0xa9, 0xc2, 0xa3, 0x7b, 0x05, 0x3d, 0xfc, 0x9c, 0xa2, 0x54,
0xc4, 0x05, 0x18, 0xcb, 0x6a, 0x19, 0x5d, 0x63, 0xbb, 0xbe, 0xb7, 0xe2, 0xd0, 0x84, 0x39, 0x25,
0x6c, 0x09, 0x62, 0x6f, 0xc1, 0xe3, 0x77, 0xa8, 0xa6, 0x1b, 0x2d, 0x83, 0xc9, 0x02, 0xdd, 0xa0,
0xd6, 0x33, 0x59, 0x60, 0xdf, 0x1a, 0xb0, 0xf6, 0x81, 0xc9, 0x12, 0x52, 0x8e, 0xa0, 0x1b, 0x00,
0x09, 0x0d, 0xb1, 0xaf, 0xf8, 0x39, 0xc6, 0xc5, 0x91, 0x5a, 0x96, 0x39, 0xc9, 0x12, 0xa4, 0x0d,
0x3a, 0xe8, 0x4b, 0x76, 0x83, 0x2d, 0xb3, 0x6b, 0x6c, 0xff, 0xdb, 0x5b, 0xca, 0x12, 0xc7, 0xec,
0x06, 0x49, 0x13, 0x16, 0x25, 0x17, 0xaa, 0xef, 0x5d, 0xb7, 0x2a, 0xfa, 0x60, 0x35, 0x0b, 0x0f,
0xaf, 0xc9, 0x1a, 0x54, 0x07, 0x2c, 0x52, 0x28, 0x5a, 0x0b, 0x79, 0x3e, 0x8f, 0xec, 0x3b, 0x03,
0x9a, 0x53, 0x3c, 0x64, 0xc2, 0x63, 0x89, 0x64, 0x17, 0xea, 0x63, 0x65, 0xb2, 0x65, 0x74, 0x2b,
0xb3, 0xd4, 0x97, 0x31, 0x19, 0x77, 0xc5, 0x15, 0x8d, 0x72, 0x76, 0x15, 0xcd, 0xae, 0xa6, 0x33,
0x9a, 0xde, 0x16, 0xac, 0xc4, 0x78, 0xa5, 0xfa, 0x25, 0x7d, 0xa6, 0xa6, 0xd3, 0xc8, 0xd2, 0x9f,
0x46, 0x1a, 0xed, 0xe7, 0xd0, 0x7c, 0x8b, 0x11, 0xce, 0xba, 0x91, 0xc9, 0x45, 0x7e, 0x37, 0x00,
0xc6, 0xa8, 0xc9, 0x32, 0x21, 0xb0, 0x10, 0xd3, 0x21, 0x16, 0x63, 0xf4, 0x7f, 0xd2, 0x85, 0x7a,
0x80, 0xd2, 0x17, 0x4c, 0x5b, 0xa5, 0x58, 0x54, 0x39, 0x45, 0x5e, 0x01, 0xf8, 0xda, 0x11, 0x41,
0x9f, 0x2a, 0xbd, 0xb1, 0xfa, 0x9e, 0xe5, 0xe4, 0x76, 0x74, 0x46, 0x76, 0x74, 0x4e, 0x46, 0x76,
0xec, 0xd5, 0x0a, 0xf4, 0x81, 0xda, 0xfb, 0x59, 0x81, 0xd5, 0x31, 0x9f, 0x63, 0x14, 0x17, 0xcc,
0x47, 0x92, 0xc0, 0xff, 0x93, 0x16, 0x23, 0x1d, 0xbd, 0xc9, 0x39, 0xce, 0xb3, 0x26, 0xf7, 0x6c,
0xef, 0x7c, 0xfb, 0xf5, 0xfb, 0xce, 0x7c, 0x66, 0xaf, 0x67, 0xfe, 0x95, 0xee, 0xc5, 0xae, 0x87,
0x8a, 0xee, 0x96, 0xbe, 0x3a, 0xf9, 0xba, 0x64, 0x44, 0xe2, 0x43, 0xe3, 0x81, 0x11, 0xc9, 0xba,
0x6e, 0x38, 0xcb, 0x9c, 0xd3, 0xb3, 0xb6, 0xf4, 0xac, 0x2e, 0x79, 0x32, 0x77, 0x96, 0xfb, 0x85,
0x05, 0x5f, 0x49, 0x0c, 0xcb, 0x0f, 0xcd, 0x43, 0xda, 0xba, 0xd5, 0x6c, 0x67, 0x5b, 0x9d, 0xd9,
0xc5, 0xdc, 0x6e, 0xf6, 0x53, 0x3d, 0xb4, 0x4d, 0xe6, 0x0b, 0xcc, 0xd6, 0x38, 0xe9, 0x8b, 0x62,
0x8d, 0x73, 0xec, 0x62, 0xad, 0x4d, 0xdd, 0xda, 0x51, 0xf6, 0xc2, 0x8c, 0x14, 0xbe, 0xf8, 0x8b,
0xc2, 0xc3, 0x5b, 0xe3, 0xc7, 0xc1, 0xc7, 0x5e, 0x07, 0x16, 0x03, 0x1c, 0xd0, 0x34, 0x52, 0x64,
0x95, 0xac, 0x40, 0xc3, 0xaa, 0xeb, 0xa1, 0xc7, 0x8a, 0xaa, 0x54, 0x9e, 0x6e, 0xc2, 0x06, 0x54,
0x0f, 0x91, 0x0a, 0x14, 0xe4, 0xd1, 0x92, 0x69, 0x35, 0x68, 0xaa, 0xce, 0xb8, 0x60, 0x37, 0xfa,
0xf9, 0xe9, 0x9a, 0xde, 0x7f, 0x00, 0xf7, 0x80, 0x7f, 0x4e, 0xf7, 0x43, 0xa6, 0xce, 0x52, 0xcf,
0xf1, 0xf9, 0xd0, 0x3d, 0x4f, 0x3d, 0x1c, 0x44, 0xfc, 0xd2, 0x4d, 0x58, 0x82, 0x11, 0x8b, 0x51,
0xba, 0xe5, 0x57, 0x2a, 0xe4, 0x7d, 0x3f, 0x62, 0x18, 0x2b, 0xaf, 0xaa, 0xf9, 0xef, 0xff, 0x09,
0x00, 0x00, 0xff, 0xff, 0x4a, 0x7b, 0xe8, 0x91, 0x72, 0x05, 0x00, 0x00,
}