Files
full/module/social/relation/pb/follow.pb.go

79 lines
3.4 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v7.35.1
// source: module/social/relation/proto/follow.proto
package relation
import (
protobuf "bsm/full/protobuf"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_module_social_relation_proto_follow_proto protoreflect.FileDescriptor
const file_module_social_relation_proto_follow_proto_rawDesc = "" +
"\n" +
")module/social/relation/proto/follow.proto\x12\brelation\x1a\x15protobuf/blocks.proto2\xf6\x01\n" +
"\x06Follow\x128\n" +
"\x05Doing\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\"\x00\x127\n" +
"\x04Undo\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\"\x00\x128\n" +
"\x05State\x12\x14.blocks.IdentRequest\x1a\x17.blocks.DataStatusReply\"\x00\x12?\n" +
"\x05Fetch\x12\x14.blocks.FetchRequest\x1a\x1e.blocks.FetchRelationItemReply\"\x00B-Z+bsm/full/module/social/relation/pb;relationb\x06proto3"
var file_module_social_relation_proto_follow_proto_goTypes = []any{
(*protobuf.IdentRequest)(nil), // 0: blocks.IdentRequest
(*protobuf.FetchRequest)(nil), // 1: blocks.FetchRequest
(*protobuf.DataStatusReply)(nil), // 2: blocks.DataStatusReply
(*protobuf.FetchRelationItemReply)(nil), // 3: blocks.FetchRelationItemReply
}
var file_module_social_relation_proto_follow_proto_depIdxs = []int32{
0, // 0: relation.Follow.Doing:input_type -> blocks.IdentRequest
0, // 1: relation.Follow.Undo:input_type -> blocks.IdentRequest
0, // 2: relation.Follow.State:input_type -> blocks.IdentRequest
1, // 3: relation.Follow.Fetch:input_type -> blocks.FetchRequest
2, // 4: relation.Follow.Doing:output_type -> blocks.DataStatusReply
2, // 5: relation.Follow.Undo:output_type -> blocks.DataStatusReply
2, // 6: relation.Follow.State:output_type -> blocks.DataStatusReply
3, // 7: relation.Follow.Fetch:output_type -> blocks.FetchRelationItemReply
4, // [4:8] is the sub-list for method output_type
0, // [0:4] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_module_social_relation_proto_follow_proto_init() }
func file_module_social_relation_proto_follow_proto_init() {
if File_module_social_relation_proto_follow_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_module_social_relation_proto_follow_proto_rawDesc), len(file_module_social_relation_proto_follow_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_module_social_relation_proto_follow_proto_goTypes,
DependencyIndexes: file_module_social_relation_proto_follow_proto_depIdxs,
}.Build()
File_module_social_relation_proto_follow_proto = out.File
file_module_social_relation_proto_follow_proto_goTypes = nil
file_module_social_relation_proto_follow_proto_depIdxs = nil
}