@ -21,8 +21,7 @@ const (
_ = protoimpl . EnforceVersion ( protoimpl . MaxVersion - 20 )
)
// Metadata message
type Metadata struct {
type LinkMetadata struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
@ -32,8 +31,8 @@ type Metadata struct {
Image string ` protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty" `
}
func ( x * Metadata) Reset ( ) {
* x = Metadata{ }
func ( x * Link Metadata) Reset ( ) {
* x = Link Metadata{ }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_link_service_proto_msgTypes [ 0 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -41,13 +40,13 @@ func (x *Metadata) Reset() {
}
}
func ( x * Metadata) String ( ) string {
func ( x * Link Metadata) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * Metadata) ProtoMessage ( ) { }
func ( * Link Metadata) ProtoMessage ( ) { }
func ( x * Metadata) ProtoReflect ( ) protoreflect . Message {
func ( x * Link Metadata) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_link_service_proto_msgTypes [ 0 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
@ -59,26 +58,26 @@ func (x *Metadata) ProtoReflect() protoreflect.Message {
return mi . MessageOf ( x )
}
// Deprecated: Use Metadata.ProtoReflect.Descriptor instead.
func ( * Metadata) Descriptor ( ) ( [ ] byte , [ ] int ) {
// Deprecated: Use Link Metadata.ProtoReflect.Descriptor instead.
func ( * Link Metadata) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_link_service_proto_rawDescGZIP ( ) , [ ] int { 0 }
}
func ( x * Metadata) GetTitle ( ) string {
func ( x * Link Metadata) GetTitle ( ) string {
if x != nil {
return x . Title
}
return ""
}
func ( x * Metadata) GetDescription ( ) string {
func ( x * Link Metadata) GetDescription ( ) string {
if x != nil {
return x . Description
}
return ""
}
func ( x * Metadata) GetImage ( ) string {
func ( x * Link Metadata) GetImage ( ) string {
if x != nil {
return x . Image
}
@ -90,7 +89,7 @@ type GetLinkMetadataRequest struct {
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Url string ` protobuf:"bytes,1,opt,name= ur l,proto3" json:"ur l,omitempty"`
Link string ` protobuf:"bytes,1,opt,name= link ,proto3" json:"link ,omitempty"`
}
func ( x * GetLinkMetadataRequest ) Reset ( ) {
@ -125,9 +124,9 @@ func (*GetLinkMetadataRequest) Descriptor() ([]byte, []int) {
return file_api_v2_link_service_proto_rawDescGZIP ( ) , [ ] int { 1 }
}
func ( x * GetLinkMetadataRequest ) Get Url ( ) string {
func ( x * GetLinkMetadataRequest ) Get Link ( ) string {
if x != nil {
return x . Url
return x . Link
}
return ""
}
@ -137,7 +136,7 @@ type GetLinkMetadataResponse struct {
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Metadata * Metadata ` protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty" `
Metadata * Link Metadata ` protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty" `
}
func ( x * GetLinkMetadataResponse ) Reset ( ) {
@ -172,7 +171,7 @@ func (*GetLinkMetadataResponse) Descriptor() ([]byte, []int) {
return file_api_v2_link_service_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
func ( x * GetLinkMetadataResponse ) GetMetadata ( ) * Metadata {
func ( x * GetLinkMetadataResponse ) GetMetadata ( ) * Link Metadata {
if x != nil {
return x . Metadata
}
@ -186,40 +185,41 @@ var file_api_v2_link_service_proto_rawDesc = []byte{
0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x12 , 0x0c , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x1a , 0x1c , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c ,
0x65 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x61 , 0x6e , 0x6e , 0x6f , 0x74 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e ,
0x73 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x22 , 0x58 , 0x0a , 0x08 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 ,
0x61 , 0x74 , 0x61 , 0x12 , 0x14 , 0x0a , 0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 , 0x12 , 0x20 , 0x0a , 0x0b , 0x64 , 0x65 , 0x73 ,
0x63 , 0x72 , 0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b ,
0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x12 , 0x14 , 0x0a , 0x05 , 0x69 ,
0x6d , 0x61 , 0x67 , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x69 , 0x6d , 0x61 , 0x67 ,
0x65 , 0x22 , 0x2a , 0x0a , 0x16 , 0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b , 0x4d , 0x65 , 0x74 , 0x61 ,
0x64 , 0x61 , 0x74 , 0x61 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x10 , 0x0a , 0x03 , 0x75 ,
0x72 , 0x6c , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x75 , 0x72 , 0x6c , 0x22 , 0x4d , 0x0a ,
0x17 , 0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x32 , 0x0a , 0x08 , 0x6d , 0x65 , 0x74 , 0x61 ,
0x64 , 0x61 , 0x74 , 0x61 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x16 , 0x2e , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 ,
0x74 , 0x61 , 0x52 , 0x08 , 0x6d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x32 , 0x87 , 0x01 , 0x0a ,
0x0b , 0x4c , 0x69 , 0x6e , 0x6b , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x78 , 0x0a , 0x0f ,
0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x12 ,
0x24 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 ,
0x73 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x22 , 0x5c , 0x0a , 0x0c , 0x4c , 0x69 , 0x6e , 0x6b , 0x4d ,
0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x12 , 0x14 , 0x0a , 0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 , 0x12 , 0x20 , 0x0a ,
0x0b , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x18 , 0x02 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x0b , 0x64 , 0x65 , 0x73 , 0x63 , 0x72 , 0x69 , 0x70 , 0x74 , 0x69 , 0x6f , 0x6e , 0x12 ,
0x14 , 0x0a , 0x05 , 0x69 , 0x6d , 0x61 , 0x67 , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 ,
0x69 , 0x6d , 0x61 , 0x67 , 0x65 , 0x22 , 0x2c , 0x0a , 0x16 , 0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b ,
0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 ,
0x12 , 0x0a , 0x04 , 0x6c , 0x69 , 0x6e , 0x6b , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6c ,
0x69 , 0x6e , 0x6b , 0x22 , 0x51 , 0x0a , 0x17 , 0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b , 0x4d , 0x65 ,
0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x36 ,
0x0a , 0x08 , 0x6d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b ,
0x32 , 0x1a , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e ,
0x4c , 0x69 , 0x6e , 0x6b , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x52 , 0x08 , 0x6d , 0x65 ,
0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x32 , 0x87 , 0x01 , 0x0a , 0x0b , 0x4c , 0x69 , 0x6e , 0x6b , 0x53 ,
0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x78 , 0x0a , 0x0f , 0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e ,
0x6b , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x12 , 0x24 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b ,
0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a ,
0x25 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 ,
0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x52 , 0x65 ,
0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x25 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 , 0x65 , 0x74 , 0x4c , 0x69 , 0x6e , 0x6b , 0x4d , 0x65 , 0x74 , 0x61 ,
0x64 , 0x61 , 0x74 , 0x61 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x18 , 0x82 , 0xd3 ,
0xe4 , 0x93 , 0x02 , 0x12 , 0x12 , 0x10 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x6d , 0x65 ,
0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0x42 , 0xa8 , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x10 , 0x4c , 0x69 , 0x6e ,
0x6b , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x50 , 0x01 , 0x5a ,
0x30 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x75 , 0x73 , 0x65 , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f ,
0x2f , 0x67 , 0x65 , 0x6e , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x3b , 0x61 , 0x70 , 0x69 , 0x76 ,
0x32 , 0xa2 , 0x02 , 0x03 , 0x4d , 0x41 , 0x58 , 0xaa , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x41 , 0x70 , 0x69 , 0x2e , 0x56 , 0x32 , 0xca , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 ,
0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0xe2 , 0x02 , 0x18 , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 ,
0x69 , 0x5c , 0x56 , 0x32 , 0x5c , 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 ,
0xea , 0x02 , 0x0e , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x3a , 0x3a , 0x41 , 0x70 , 0x69 , 0x3a , 0x3a , 0x56 ,
0x32 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x18 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x12 , 0x12 , 0x10 ,
0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x6d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 ,
0x42 , 0xa8 , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x10 , 0x4c , 0x69 , 0x6e , 0x6b , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 ,
0x63 , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x50 , 0x01 , 0x5a , 0x30 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 ,
0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x75 , 0x73 , 0x65 , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x67 , 0x65 , 0x6e , 0x2f , 0x61 ,
0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x3b , 0x61 , 0x70 , 0x69 , 0x76 , 0x32 , 0xa2 , 0x02 , 0x03 , 0x4d , 0x41 ,
0x58 , 0xaa , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x41 , 0x70 , 0x69 , 0x2e , 0x56 , 0x32 ,
0xca , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0xe2 ,
0x02 , 0x18 , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0x5c , 0x47 ,
0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0xea , 0x02 , 0x0e , 0x4d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x3a , 0x3a , 0x41 , 0x70 , 0x69 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x33 ,
}
var (
@ -236,12 +236,12 @@ func file_api_v2_link_service_proto_rawDescGZIP() []byte {
var file_api_v2_link_service_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 3 )
var file_api_v2_link_service_proto_goTypes = [ ] interface { } {
( * Metadata) ( nil ) , // 0: memos.api.v2. Metadata
( * Link Metadata) ( nil ) , // 0: memos.api.v2. Link Metadata
( * GetLinkMetadataRequest ) ( nil ) , // 1: memos.api.v2.GetLinkMetadataRequest
( * GetLinkMetadataResponse ) ( nil ) , // 2: memos.api.v2.GetLinkMetadataResponse
}
var file_api_v2_link_service_proto_depIdxs = [ ] int32 {
0 , // 0: memos.api.v2.GetLinkMetadataResponse.metadata:type_name -> memos.api.v2. Metadata
0 , // 0: memos.api.v2.GetLinkMetadataResponse.metadata:type_name -> memos.api.v2. Link Metadata
1 , // 1: memos.api.v2.LinkService.GetLinkMetadata:input_type -> memos.api.v2.GetLinkMetadataRequest
2 , // 2: memos.api.v2.LinkService.GetLinkMetadata:output_type -> memos.api.v2.GetLinkMetadataResponse
2 , // [2:3] is the sub-list for method output_type
@ -258,7 +258,7 @@ func file_api_v2_link_service_proto_init() {
}
if ! protoimpl . UnsafeEnabled {
file_api_v2_link_service_proto_msgTypes [ 0 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * Metadata) ; i {
switch v := v . ( * Link Metadata) ; i {
case 0 :
return & v . state
case 1 :