ImagePathstring`protobuf:"bytes,3,opt,name=image_path,json=imagePath,proto3" json:"image_path,omitempty"`// Can be an s3 location, path on the server, etc.
// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQuickLinksAPIHandlerFromEndpoint instead.
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
// - protoc v3.17.3
// source: quicklinks/v1/quicklinks.proto
packagequicklinksv1
import(
context"context"
grpc"google.golang.org/grpc"
codes"google.golang.org/grpc/codes"
status"google.golang.org/grpc/status"
)
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
// Requires gRPC-Go v1.32.0 or later.
const_=grpc.SupportPackageIsVersion7
// QuickLinksAPIClient is the client API for QuickLinksAPI service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.