summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/harmony-development/shibshib/gen/emote/v1
diff options
context:
space:
mode:
authorJanet Blackquill <uhhadd@gmail.com>2021-12-18 16:43:29 -0500
committerGitHub <noreply@github.com>2021-12-18 22:43:29 +0100
commitdbedc994216fa2e932f1aefd3ea27832419b85ef (patch)
tree2a577dda9e296c9f854ea0677394128d17ca6d17 /vendor/github.com/harmony-development/shibshib/gen/emote/v1
parent6cb359cb808e2353db2675b58da95ac0349689fe (diff)
downloadmatterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.tar.gz
matterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.tar.bz2
matterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.zip
Add support for Harmony (#1656)
Harmony is a relatively new (1,5yo) chat protocol with a small community. This introduces support for Harmony into Matterbridge, using the functionality specifically designed for bridge bots. The implementation is a modest 200 lines of code.
Diffstat (limited to 'vendor/github.com/harmony-development/shibshib/gen/emote/v1')
-rw-r--r--vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote.pb.go175
-rw-r--r--vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote_hrpc_client.pb.go455
-rw-r--r--vendor/github.com/harmony-development/shibshib/gen/emote/v1/stream.pb.go573
-rw-r--r--vendor/github.com/harmony-development/shibshib/gen/emote/v1/types.pb.go1262
4 files changed, 2465 insertions, 0 deletions
diff --git a/vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote.pb.go b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote.pb.go
new file mode 100644
index 00000000..8fc9619d
--- /dev/null
+++ b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote.pb.go
@@ -0,0 +1,175 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+// protoc-gen-go v1.23.0
+// protoc v3.17.3
+// source: emote/v1/emote.proto
+
+package emotev1
+
+import (
+ proto "github.com/golang/protobuf/proto"
+ _ "github.com/harmony-development/shibshib/gen/harmonytypes/v1"
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+)
+
+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)
+)
+
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
+
+var File_emote_v1_emote_proto protoreflect.FileDescriptor
+
+var file_emote_v1_emote_proto_rawDesc = []byte{
+ 0x0a, 0x14, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
+ 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x1b, 0x68, 0x61, 0x72, 0x6d, 0x6f,
+ 0x6e, 0x79, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73,
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x14, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2f, 0x76, 0x31,
+ 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x9f, 0x07, 0x0a,
+ 0x0c, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6f, 0x0a,
+ 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b,
+ 0x12, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74,
+ 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65,
+ 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x70, 0x72,
+ 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e,
+ 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44, 0x02, 0x08, 0x01, 0x12, 0x69,
+ 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x73, 0x12,
+ 0x27, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b,
+ 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+ 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
+ 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
+ 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44, 0x02, 0x08, 0x01, 0x12, 0x78, 0x0a, 0x12, 0x47, 0x65, 0x74,
+ 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x12,
+ 0x2c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b,
+ 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e,
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76,
+ 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x45, 0x6d,
+ 0x6f, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44,
+ 0x02, 0x08, 0x01, 0x12, 0x6c, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x54,
+ 0x6f, 0x50, 0x61, 0x63, 0x6b, 0x12, 0x28, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
+ 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x64, 0x64, 0x45, 0x6d, 0x6f,
+ 0x74, 0x65, 0x54, 0x6f, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
+ 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x64, 0x64, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x54, 0x6f, 0x50, 0x61,
+ 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44, 0x02, 0x08,
+ 0x01, 0x12, 0x6f, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65,
+ 0x50, 0x61, 0x63, 0x6b, 0x12, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e,
+ 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45,
+ 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
+ 0x2a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50,
+ 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44, 0x02,
+ 0x08, 0x01, 0x12, 0x7b, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74,
+ 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x50, 0x61, 0x63, 0x6b, 0x12, 0x2d, 0x2e, 0x70, 0x72, 0x6f, 0x74,
+ 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x50, 0x61, 0x63,
+ 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+ 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c,
+ 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x50, 0x61, 0x63, 0x6b,
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44, 0x02, 0x08, 0x01, 0x12,
+ 0x6f, 0x0a, 0x0f, 0x44, 0x65, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61,
+ 0x63, 0x6b, 0x12, 0x29, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d,
+ 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f,
+ 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e,
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76,
+ 0x31, 0x2e, 0x44, 0x65, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63,
+ 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44, 0x02, 0x08, 0x01,
+ 0x12, 0x6c, 0x0a, 0x0e, 0x45, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61,
+ 0x63, 0x6b, 0x12, 0x28, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d,
+ 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74,
+ 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x70,
+ 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31,
+ 0x2e, 0x45, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x05, 0x9a, 0x44, 0x02, 0x08, 0x01, 0x42, 0xc7,
+ 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e,
+ 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50,
+ 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63,
+ 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x2d, 0x64, 0x65, 0x76, 0x65, 0x6c,
+ 0x6f, 0x70, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x68, 0x69, 0x62, 0x73, 0x68, 0x69, 0x62, 0x2f,
+ 0x67, 0x65, 0x6e, 0x2f, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x65, 0x6d, 0x6f,
+ 0x74, 0x65, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x50, 0x45, 0x58, 0xaa, 0x02, 0x11, 0x50, 0x72, 0x6f,
+ 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02,
+ 0x11, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x5c,
+ 0x56, 0x31, 0xe2, 0x02, 0x1d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x45, 0x6d,
+ 0x6f, 0x74, 0x65, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61,
+ 0x74, 0x61, 0xea, 0x02, 0x13, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x3a, 0x45,
+ 0x6d, 0x6f, 0x74, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+}
+
+var file_emote_v1_emote_proto_goTypes = []interface{}{
+ (*CreateEmotePackRequest)(nil), // 0: protocol.emote.v1.CreateEmotePackRequest
+ (*GetEmotePacksRequest)(nil), // 1: protocol.emote.v1.GetEmotePacksRequest
+ (*GetEmotePackEmotesRequest)(nil), // 2: protocol.emote.v1.GetEmotePackEmotesRequest
+ (*AddEmoteToPackRequest)(nil), // 3: protocol.emote.v1.AddEmoteToPackRequest
+ (*DeleteEmotePackRequest)(nil), // 4: protocol.emote.v1.DeleteEmotePackRequest
+ (*DeleteEmoteFromPackRequest)(nil), // 5: protocol.emote.v1.DeleteEmoteFromPackRequest
+ (*DequipEmotePackRequest)(nil), // 6: protocol.emote.v1.DequipEmotePackRequest
+ (*EquipEmotePackRequest)(nil), // 7: protocol.emote.v1.EquipEmotePackRequest
+ (*CreateEmotePackResponse)(nil), // 8: protocol.emote.v1.CreateEmotePackResponse
+ (*GetEmotePacksResponse)(nil), // 9: protocol.emote.v1.GetEmotePacksResponse
+ (*GetEmotePackEmotesResponse)(nil), // 10: protocol.emote.v1.GetEmotePackEmotesResponse
+ (*AddEmoteToPackResponse)(nil), // 11: protocol.emote.v1.AddEmoteToPackResponse
+ (*DeleteEmotePackResponse)(nil), // 12: protocol.emote.v1.DeleteEmotePackResponse
+ (*DeleteEmoteFromPackResponse)(nil), // 13: protocol.emote.v1.DeleteEmoteFromPackResponse
+ (*DequipEmotePackResponse)(nil), // 14: protocol.emote.v1.DequipEmotePackResponse
+ (*EquipEmotePackResponse)(nil), // 15: protocol.emote.v1.EquipEmotePackResponse
+}
+var file_emote_v1_emote_proto_depIdxs = []int32{
+ 0, // 0: protocol.emote.v1.EmoteService.CreateEmotePack:input_type -> protocol.emote.v1.CreateEmotePackRequest
+ 1, // 1: protocol.emote.v1.EmoteService.GetEmotePacks:input_type -> protocol.emote.v1.GetEmotePacksRequest
+ 2, // 2: protocol.emote.v1.EmoteService.GetEmotePackEmotes:input_type -> protocol.emote.v1.GetEmotePackEmotesRequest
+ 3, // 3: protocol.emote.v1.EmoteService.AddEmoteToPack:input_type -> protocol.emote.v1.AddEmoteToPackRequest
+ 4, // 4: protocol.emote.v1.EmoteService.DeleteEmotePack:input_type -> protocol.emote.v1.DeleteEmotePackRequest
+ 5, // 5: protocol.emote.v1.EmoteService.DeleteEmoteFromPack:input_type -> protocol.emote.v1.DeleteEmoteFromPackRequest
+ 6, // 6: protocol.emote.v1.EmoteService.DequipEmotePack:input_type -> protocol.emote.v1.DequipEmotePackRequest
+ 7, // 7: protocol.emote.v1.EmoteService.EquipEmotePack:input_type -> protocol.emote.v1.EquipEmotePackRequest
+ 8, // 8: protocol.emote.v1.EmoteService.CreateEmotePack:output_type -> protocol.emote.v1.CreateEmotePackResponse
+ 9, // 9: protocol.emote.v1.EmoteService.GetEmotePacks:output_type -> protocol.emote.v1.GetEmotePacksResponse
+ 10, // 10: protocol.emote.v1.EmoteService.GetEmotePackEmotes:output_type -> protocol.emote.v1.GetEmotePackEmotesResponse
+ 11, // 11: protocol.emote.v1.EmoteService.AddEmoteToPack:output_type -> protocol.emote.v1.AddEmoteToPackResponse
+ 12, // 12: protocol.emote.v1.EmoteService.DeleteEmotePack:output_type -> protocol.emote.v1.DeleteEmotePackResponse
+ 13, // 13: protocol.emote.v1.EmoteService.DeleteEmoteFromPack:output_type -> protocol.emote.v1.DeleteEmoteFromPackResponse
+ 14, // 14: protocol.emote.v1.EmoteService.DequipEmotePack:output_type -> protocol.emote.v1.DequipEmotePackResponse
+ 15, // 15: protocol.emote.v1.EmoteService.EquipEmotePack:output_type -> protocol.emote.v1.EquipEmotePackResponse
+ 8, // [8:16] is the sub-list for method output_type
+ 0, // [0:8] 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_emote_v1_emote_proto_init() }
+func file_emote_v1_emote_proto_init() {
+ if File_emote_v1_emote_proto != nil {
+ return
+ }
+ file_emote_v1_types_proto_init()
+ type x struct{}
+ out := protoimpl.TypeBuilder{
+ File: protoimpl.DescBuilder{
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+ RawDescriptor: file_emote_v1_emote_proto_rawDesc,
+ NumEnums: 0,
+ NumMessages: 0,
+ NumExtensions: 0,
+ NumServices: 1,
+ },
+ GoTypes: file_emote_v1_emote_proto_goTypes,
+ DependencyIndexes: file_emote_v1_emote_proto_depIdxs,
+ }.Build()
+ File_emote_v1_emote_proto = out.File
+ file_emote_v1_emote_proto_rawDesc = nil
+ file_emote_v1_emote_proto_goTypes = nil
+ file_emote_v1_emote_proto_depIdxs = nil
+}
diff --git a/vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote_hrpc_client.pb.go b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote_hrpc_client.pb.go
new file mode 100644
index 00000000..ca1f81b8
--- /dev/null
+++ b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/emote_hrpc_client.pb.go
@@ -0,0 +1,455 @@
+// Code generated by protoc-gen-go-hrpc. DO NOT EDIT.
+
+package emotev1
+
+import (
+ bytes "bytes"
+ context "context"
+ proto "google.golang.org/protobuf/proto"
+ ioutil "io/ioutil"
+ http "net/http"
+ httptest "net/http/httptest"
+)
+
+type EmoteServiceClient interface {
+ // Endpoint to create an emote pack.
+ CreateEmotePack(context.Context, *CreateEmotePackRequest) (*CreateEmotePackResponse, error)
+ // Endpoint to get the emote packs you have equipped.
+ GetEmotePacks(context.Context, *GetEmotePacksRequest) (*GetEmotePacksResponse, error)
+ // Endpoint to get the emotes in an emote pack.
+ GetEmotePackEmotes(context.Context, *GetEmotePackEmotesRequest) (*GetEmotePackEmotesResponse, error)
+ // Endpoint to add an emote to an emote pack that you own.
+ AddEmoteToPack(context.Context, *AddEmoteToPackRequest) (*AddEmoteToPackResponse, error)
+ // Endpoint to delete an emote pack that you own.
+ DeleteEmotePack(context.Context, *DeleteEmotePackRequest) (*DeleteEmotePackResponse, error)
+ // Endpoint to delete an emote from an emote pack.
+ DeleteEmoteFromPack(context.Context, *DeleteEmoteFromPackRequest) (*DeleteEmoteFromPackResponse, error)
+ // Endpoint to dequip an emote pack that you have equipped.
+ DequipEmotePack(context.Context, *DequipEmotePackRequest) (*DequipEmotePackResponse, error)
+ // Endpoint to equip an emote pack.
+ EquipEmotePack(context.Context, *EquipEmotePackRequest) (*EquipEmotePackResponse, error)
+}
+
+type HTTPEmoteServiceClient struct {
+ Client http.Client
+ BaseURL string
+ WebsocketProto string
+ WebsocketHost string
+ Header http.Header
+}
+
+func (client *HTTPEmoteServiceClient) CreateEmotePack(req *CreateEmotePackRequest) (*CreateEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/CreateEmotePack", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &CreateEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPEmoteServiceClient) GetEmotePacks(req *GetEmotePacksRequest) (*GetEmotePacksResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/GetEmotePacks", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &GetEmotePacksResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPEmoteServiceClient) GetEmotePackEmotes(req *GetEmotePackEmotesRequest) (*GetEmotePackEmotesResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/GetEmotePackEmotes", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &GetEmotePackEmotesResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPEmoteServiceClient) AddEmoteToPack(req *AddEmoteToPackRequest) (*AddEmoteToPackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/AddEmoteToPack", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &AddEmoteToPackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPEmoteServiceClient) DeleteEmotePack(req *DeleteEmotePackRequest) (*DeleteEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/DeleteEmotePack", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &DeleteEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPEmoteServiceClient) DeleteEmoteFromPack(req *DeleteEmoteFromPackRequest) (*DeleteEmoteFromPackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/DeleteEmoteFromPack", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &DeleteEmoteFromPackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPEmoteServiceClient) DequipEmotePack(req *DequipEmotePackRequest) (*DequipEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/DequipEmotePack", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &DequipEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPEmoteServiceClient) EquipEmotePack(req *EquipEmotePackRequest) (*EquipEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ hreq, err := http.NewRequest("POST", client.BaseURL+"/protocol.emote.v1.EmoteService/EquipEmotePack", reader)
+ if err != nil {
+ return nil, err
+ }
+ for k, v := range client.Header {
+ hreq.Header[k] = v
+ }
+ hreq.Header.Add("content-type", "application/hrpc")
+ resp, err := client.Client.Do(hreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &EquipEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+
+type HTTPTestEmoteServiceClient struct {
+ Client interface {
+ Test(*http.Request, ...int) (*http.Response, error)
+ }
+}
+
+func (client *HTTPTestEmoteServiceClient) CreateEmotePack(req *CreateEmotePackRequest) (*CreateEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/CreateEmotePack", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &CreateEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPTestEmoteServiceClient) GetEmotePacks(req *GetEmotePacksRequest) (*GetEmotePacksResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/GetEmotePacks", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &GetEmotePacksResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPTestEmoteServiceClient) GetEmotePackEmotes(req *GetEmotePackEmotesRequest) (*GetEmotePackEmotesResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/GetEmotePackEmotes", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &GetEmotePackEmotesResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPTestEmoteServiceClient) AddEmoteToPack(req *AddEmoteToPackRequest) (*AddEmoteToPackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/AddEmoteToPack", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &AddEmoteToPackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPTestEmoteServiceClient) DeleteEmotePack(req *DeleteEmotePackRequest) (*DeleteEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/DeleteEmotePack", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &DeleteEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPTestEmoteServiceClient) DeleteEmoteFromPack(req *DeleteEmoteFromPackRequest) (*DeleteEmoteFromPackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/DeleteEmoteFromPack", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &DeleteEmoteFromPackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPTestEmoteServiceClient) DequipEmotePack(req *DequipEmotePackRequest) (*DequipEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/DequipEmotePack", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &DequipEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
+func (client *HTTPTestEmoteServiceClient) EquipEmotePack(req *EquipEmotePackRequest) (*EquipEmotePackResponse, error) {
+ data, marshalErr := proto.Marshal(req)
+ if marshalErr != nil {
+ return nil, marshalErr
+ }
+ reader := bytes.NewReader(data)
+ testreq := httptest.NewRequest("POST", "/protocol.emote.v1.EmoteService/EquipEmotePack", reader)
+ resp, err := client.Client.Test(testreq)
+ if err != nil {
+ return nil, err
+ }
+ body, err := ioutil.ReadAll(resp.Body)
+ if err != nil {
+ return nil, err
+ }
+ ret := &EquipEmotePackResponse{}
+ unmarshalErr := proto.Unmarshal(body, ret)
+ if unmarshalErr != nil {
+ return nil, unmarshalErr
+ }
+ return ret, nil
+}
diff --git a/vendor/github.com/harmony-development/shibshib/gen/emote/v1/stream.pb.go b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/stream.pb.go
new file mode 100644
index 00000000..8ffda36b
--- /dev/null
+++ b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/stream.pb.go
@@ -0,0 +1,573 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+// protoc-gen-go v1.23.0
+// protoc v3.17.3
+// source: emote/v1/stream.proto
+
+package emotev1
+
+import (
+ proto "github.com/golang/protobuf/proto"
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
+)
+
+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)
+)
+
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
+
+// Event sent when an emote pack's information is changed.
+//
+// Should only be sent to users who have the pack equipped.
+type EmotePackUpdated struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // ID of the pack that was updated.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+ // New pack name of the pack.
+ NewPackName *string `protobuf:"bytes,2,opt,name=new_pack_name,json=newPackName,proto3,oneof" json:"new_pack_name,omitempty"`
+}
+
+func (x *EmotePackUpdated) Reset() {
+ *x = EmotePackUpdated{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_stream_proto_msgTypes[0]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *EmotePackUpdated) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*EmotePackUpdated) ProtoMessage() {}
+
+func (x *EmotePackUpdated) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_stream_proto_msgTypes[0]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use EmotePackUpdated.ProtoReflect.Descriptor instead.
+func (*EmotePackUpdated) Descriptor() ([]byte, []int) {
+ return file_emote_v1_stream_proto_rawDescGZIP(), []int{0}
+}
+
+func (x *EmotePackUpdated) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+func (x *EmotePackUpdated) GetNewPackName() string {
+ if x != nil && x.NewPackName != nil {
+ return *x.NewPackName
+ }
+ return ""
+}
+
+// Event sent when an emote pack is deleted.
+//
+// Should only be sent to users who have the pack equipped.
+// Should also be sent if a user dequips an emote pack, only to the user that dequipped it.
+type EmotePackDeleted struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // ID of the pack that was deleted.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+}
+
+func (x *EmotePackDeleted) Reset() {
+ *x = EmotePackDeleted{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_stream_proto_msgTypes[1]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *EmotePackDeleted) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*EmotePackDeleted) ProtoMessage() {}
+
+func (x *EmotePackDeleted) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_stream_proto_msgTypes[1]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use EmotePackDeleted.ProtoReflect.Descriptor instead.
+func (*EmotePackDeleted) Descriptor() ([]byte, []int) {
+ return file_emote_v1_stream_proto_rawDescGZIP(), []int{1}
+}
+
+func (x *EmotePackDeleted) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+// Event sent when an emote pack is added.
+//
+// Should only be sent to the user who equipped the pack.
+type EmotePackAdded struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // Emote pack that was equipped by the user.
+ Pack *EmotePack `protobuf:"bytes,1,opt,name=pack,proto3" json:"pack,omitempty"`
+}
+
+func (x *EmotePackAdded) Reset() {
+ *x = EmotePackAdded{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_stream_proto_msgTypes[2]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *EmotePackAdded) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*EmotePackAdded) ProtoMessage() {}
+
+func (x *EmotePackAdded) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_stream_proto_msgTypes[2]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use EmotePackAdded.ProtoReflect.Descriptor instead.
+func (*EmotePackAdded) Descriptor() ([]byte, []int) {
+ return file_emote_v1_stream_proto_rawDescGZIP(), []int{2}
+}
+
+func (x *EmotePackAdded) GetPack() *EmotePack {
+ if x != nil {
+ return x.Pack
+ }
+ return nil
+}
+
+// Event sent when an emote pack's emotes were changed.
+//
+// Should only be sent to users who have the pack equipped.
+type EmotePackEmotesUpdated struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // ID of the pack to update the emotes of.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+ // The added emotes.
+ AddedEmotes []*Emote `protobuf:"bytes,2,rep,name=added_emotes,json=addedEmotes,proto3" json:"added_emotes,omitempty"`
+ // The names of the deleted emotes.
+ DeletedEmotes []string `protobuf:"bytes,3,rep,name=deleted_emotes,json=deletedEmotes,proto3" json:"deleted_emotes,omitempty"`
+}
+
+func (x *EmotePackEmotesUpdated) Reset() {
+ *x = EmotePackEmotesUpdated{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_stream_proto_msgTypes[3]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *EmotePackEmotesUpdated) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*EmotePackEmotesUpdated) ProtoMessage() {}
+
+func (x *EmotePackEmotesUpdated) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_stream_proto_msgTypes[3]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use EmotePackEmotesUpdated.ProtoReflect.Descriptor instead.
+func (*EmotePackEmotesUpdated) Descriptor() ([]byte, []int) {
+ return file_emote_v1_stream_proto_rawDescGZIP(), []int{3}
+}
+
+func (x *EmotePackEmotesUpdated) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+func (x *EmotePackEmotesUpdated) GetAddedEmotes() []*Emote {
+ if x != nil {
+ return x.AddedEmotes
+ }
+ return nil
+}
+
+func (x *EmotePackEmotesUpdated) GetDeletedEmotes() []string {
+ if x != nil {
+ return x.DeletedEmotes
+ }
+ return nil
+}
+
+// Describes an emote service event.
+type StreamEvent struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The event type.
+ //
+ // Types that are assignable to Event:
+ // *StreamEvent_EmotePackAdded
+ // *StreamEvent_EmotePackUpdated
+ // *StreamEvent_EmotePackDeleted
+ // *StreamEvent_EmotePackEmotesUpdated
+ Event isStreamEvent_Event `protobuf_oneof:"event"`
+}
+
+func (x *StreamEvent) Reset() {
+ *x = StreamEvent{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_stream_proto_msgTypes[4]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *StreamEvent) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*StreamEvent) ProtoMessage() {}
+
+func (x *StreamEvent) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_stream_proto_msgTypes[4]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use StreamEvent.ProtoReflect.Descriptor instead.
+func (*StreamEvent) Descriptor() ([]byte, []int) {
+ return file_emote_v1_stream_proto_rawDescGZIP(), []int{4}
+}
+
+func (m *StreamEvent) GetEvent() isStreamEvent_Event {
+ if m != nil {
+ return m.Event
+ }
+ return nil
+}
+
+func (x *StreamEvent) GetEmotePackAdded() *EmotePackAdded {
+ if x, ok := x.GetEvent().(*StreamEvent_EmotePackAdded); ok {
+ return x.EmotePackAdded
+ }
+ return nil
+}
+
+func (x *StreamEvent) GetEmotePackUpdated() *EmotePackUpdated {
+ if x, ok := x.GetEvent().(*StreamEvent_EmotePackUpdated); ok {
+ return x.EmotePackUpdated
+ }
+ return nil
+}
+
+func (x *StreamEvent) GetEmotePackDeleted() *EmotePackDeleted {
+ if x, ok := x.GetEvent().(*StreamEvent_EmotePackDeleted); ok {
+ return x.EmotePackDeleted
+ }
+ return nil
+}
+
+func (x *StreamEvent) GetEmotePackEmotesUpdated() *EmotePackEmotesUpdated {
+ if x, ok := x.GetEvent().(*StreamEvent_EmotePackEmotesUpdated); ok {
+ return x.EmotePackEmotesUpdated
+ }
+ return nil
+}
+
+type isStreamEvent_Event interface {
+ isStreamEvent_Event()
+}
+
+type StreamEvent_EmotePackAdded struct {
+ // Send the emote pack added event.
+ EmotePackAdded *EmotePackAdded `protobuf:"bytes,1,opt,name=emote_pack_added,json=emotePackAdded,proto3,oneof"`
+}
+
+type StreamEvent_EmotePackUpdated struct {
+ // Send the emote pack updated event.
+ EmotePackUpdated *EmotePackUpdated `protobuf:"bytes,2,opt,name=emote_pack_updated,json=emotePackUpdated,proto3,oneof"`
+}
+
+type StreamEvent_EmotePackDeleted struct {
+ // Send the emote pack deleted event.
+ EmotePackDeleted *EmotePackDeleted `protobuf:"bytes,3,opt,name=emote_pack_deleted,json=emotePackDeleted,proto3,oneof"`
+}
+
+type StreamEvent_EmotePackEmotesUpdated struct {
+ // Send the emote pack emotes updated event.
+ EmotePackEmotesUpdated *EmotePackEmotesUpdated `protobuf:"bytes,4,opt,name=emote_pack_emotes_updated,json=emotePackEmotesUpdated,proto3,oneof"`
+}
+
+func (*StreamEvent_EmotePackAdded) isStreamEvent_Event() {}
+
+func (*StreamEvent_EmotePackUpdated) isStreamEvent_Event() {}
+
+func (*StreamEvent_EmotePackDeleted) isStreamEvent_Event() {}
+
+func (*StreamEvent_EmotePackEmotesUpdated) isStreamEvent_Event() {}
+
+var File_emote_v1_stream_proto protoreflect.FileDescriptor
+
+var file_emote_v1_stream_proto_rawDesc = []byte{
+ 0x0a, 0x15, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x74, 0x72, 0x65, 0x61,
+ 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f,
+ 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x14, 0x65, 0x6d, 0x6f, 0x74,
+ 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
+ 0x22, 0x66, 0x0a, 0x10, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x27, 0x0a,
+ 0x0d, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x6e, 0x65, 0x77, 0x50, 0x61, 0x63, 0x6b, 0x4e,
+ 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6e, 0x65, 0x77, 0x5f, 0x70,
+ 0x61, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x2b, 0x0a, 0x10, 0x45, 0x6d, 0x6f, 0x74,
+ 0x65, 0x50, 0x61, 0x63, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07,
+ 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70,
+ 0x61, 0x63, 0x6b, 0x49, 0x64, 0x22, 0x42, 0x0a, 0x0e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61,
+ 0x63, 0x6b, 0x41, 0x64, 0x64, 0x65, 0x64, 0x12, 0x30, 0x0a, 0x04, 0x70, 0x61, 0x63, 0x6b, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
+ 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50,
+ 0x61, 0x63, 0x6b, 0x52, 0x04, 0x70, 0x61, 0x63, 0x6b, 0x22, 0x95, 0x01, 0x0a, 0x16, 0x45, 0x6d,
+ 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x55, 0x70, 0x64,
+ 0x61, 0x74, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x3b, 0x0a,
+ 0x0c, 0x61, 0x64, 0x64, 0x65, 0x64, 0x5f, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x18, 0x02, 0x20,
+ 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65,
+ 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x0b, 0x61,
+ 0x64, 0x64, 0x65, 0x64, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x64, 0x65,
+ 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03,
+ 0x28, 0x09, 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x45, 0x6d, 0x6f, 0x74, 0x65,
+ 0x73, 0x22, 0xf7, 0x02, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x45, 0x76, 0x65, 0x6e,
+ 0x74, 0x12, 0x4d, 0x0a, 0x10, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x5f,
+ 0x61, 0x64, 0x64, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x70, 0x72,
+ 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e,
+ 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x41, 0x64, 0x64, 0x65, 0x64, 0x48, 0x00,
+ 0x52, 0x0e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x41, 0x64, 0x64, 0x65, 0x64,
+ 0x12, 0x53, 0x0a, 0x12, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x75,
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x70,
+ 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31,
+ 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
+ 0x64, 0x48, 0x00, 0x52, 0x10, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x55, 0x70,
+ 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x53, 0x0a, 0x12, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x5f, 0x70,
+ 0x61, 0x63, 0x6b, 0x5f, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
+ 0x0b, 0x32, 0x23, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f,
+ 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x44,
+ 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x48, 0x00, 0x52, 0x10, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x50,
+ 0x61, 0x63, 0x6b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x12, 0x66, 0x0a, 0x19, 0x65, 0x6d,
+ 0x6f, 0x74, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x5f,
+ 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e,
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76,
+ 0x31, 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x45, 0x6d, 0x6f, 0x74, 0x65,
+ 0x73, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x48, 0x00, 0x52, 0x16, 0x65, 0x6d, 0x6f, 0x74,
+ 0x65, 0x50, 0x61, 0x63, 0x6b, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x55, 0x70, 0x64, 0x61, 0x74,
+ 0x65, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x42, 0xc8, 0x01, 0x0a, 0x15,
+ 0x63, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f,
+ 0x74, 0x65, 0x2e, 0x76, 0x31, 0x42, 0x0b, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x50, 0x72, 0x6f,
+ 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
+ 0x2f, 0x68, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x2d, 0x64, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70,
+ 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x73, 0x68, 0x69, 0x62, 0x73, 0x68, 0x69, 0x62, 0x2f, 0x67, 0x65,
+ 0x6e, 0x2f, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x76, 0x31, 0xa2, 0x02, 0x03, 0x50, 0x45, 0x58, 0xaa, 0x02, 0x11, 0x50, 0x72, 0x6f, 0x74, 0x6f,
+ 0x63, 0x6f, 0x6c, 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x50,
+ 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x5c, 0x56, 0x31,
+ 0xe2, 0x02, 0x1d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x45, 0x6d, 0x6f, 0x74,
+ 0x65, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
+ 0xea, 0x02, 0x13, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x3a, 0x45, 0x6d, 0x6f,
+ 0x74, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+}
+
+var (
+ file_emote_v1_stream_proto_rawDescOnce sync.Once
+ file_emote_v1_stream_proto_rawDescData = file_emote_v1_stream_proto_rawDesc
+)
+
+func file_emote_v1_stream_proto_rawDescGZIP() []byte {
+ file_emote_v1_stream_proto_rawDescOnce.Do(func() {
+ file_emote_v1_stream_proto_rawDescData = protoimpl.X.CompressGZIP(file_emote_v1_stream_proto_rawDescData)
+ })
+ return file_emote_v1_stream_proto_rawDescData
+}
+
+var file_emote_v1_stream_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
+var file_emote_v1_stream_proto_goTypes = []interface{}{
+ (*EmotePackUpdated)(nil), // 0: protocol.emote.v1.EmotePackUpdated
+ (*EmotePackDeleted)(nil), // 1: protocol.emote.v1.EmotePackDeleted
+ (*EmotePackAdded)(nil), // 2: protocol.emote.v1.EmotePackAdded
+ (*EmotePackEmotesUpdated)(nil), // 3: protocol.emote.v1.EmotePackEmotesUpdated
+ (*StreamEvent)(nil), // 4: protocol.emote.v1.StreamEvent
+ (*EmotePack)(nil), // 5: protocol.emote.v1.EmotePack
+ (*Emote)(nil), // 6: protocol.emote.v1.Emote
+}
+var file_emote_v1_stream_proto_depIdxs = []int32{
+ 5, // 0: protocol.emote.v1.EmotePackAdded.pack:type_name -> protocol.emote.v1.EmotePack
+ 6, // 1: protocol.emote.v1.EmotePackEmotesUpdated.added_emotes:type_name -> protocol.emote.v1.Emote
+ 2, // 2: protocol.emote.v1.StreamEvent.emote_pack_added:type_name -> protocol.emote.v1.EmotePackAdded
+ 0, // 3: protocol.emote.v1.StreamEvent.emote_pack_updated:type_name -> protocol.emote.v1.EmotePackUpdated
+ 1, // 4: protocol.emote.v1.StreamEvent.emote_pack_deleted:type_name -> protocol.emote.v1.EmotePackDeleted
+ 3, // 5: protocol.emote.v1.StreamEvent.emote_pack_emotes_updated:type_name -> protocol.emote.v1.EmotePackEmotesUpdated
+ 6, // [6:6] is the sub-list for method output_type
+ 6, // [6:6] is the sub-list for method input_type
+ 6, // [6:6] is the sub-list for extension type_name
+ 6, // [6:6] is the sub-list for extension extendee
+ 0, // [0:6] is the sub-list for field type_name
+}
+
+func init() { file_emote_v1_stream_proto_init() }
+func file_emote_v1_stream_proto_init() {
+ if File_emote_v1_stream_proto != nil {
+ return
+ }
+ file_emote_v1_types_proto_init()
+ if !protoimpl.UnsafeEnabled {
+ file_emote_v1_stream_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*EmotePackUpdated); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_stream_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*EmotePackDeleted); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_stream_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*EmotePackAdded); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_stream_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*EmotePackEmotesUpdated); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_stream_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*StreamEvent); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ }
+ file_emote_v1_stream_proto_msgTypes[0].OneofWrappers = []interface{}{}
+ file_emote_v1_stream_proto_msgTypes[4].OneofWrappers = []interface{}{
+ (*StreamEvent_EmotePackAdded)(nil),
+ (*StreamEvent_EmotePackUpdated)(nil),
+ (*StreamEvent_EmotePackDeleted)(nil),
+ (*StreamEvent_EmotePackEmotesUpdated)(nil),
+ }
+ type x struct{}
+ out := protoimpl.TypeBuilder{
+ File: protoimpl.DescBuilder{
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+ RawDescriptor: file_emote_v1_stream_proto_rawDesc,
+ NumEnums: 0,
+ NumMessages: 5,
+ NumExtensions: 0,
+ NumServices: 0,
+ },
+ GoTypes: file_emote_v1_stream_proto_goTypes,
+ DependencyIndexes: file_emote_v1_stream_proto_depIdxs,
+ MessageInfos: file_emote_v1_stream_proto_msgTypes,
+ }.Build()
+ File_emote_v1_stream_proto = out.File
+ file_emote_v1_stream_proto_rawDesc = nil
+ file_emote_v1_stream_proto_goTypes = nil
+ file_emote_v1_stream_proto_depIdxs = nil
+}
diff --git a/vendor/github.com/harmony-development/shibshib/gen/emote/v1/types.pb.go b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/types.pb.go
new file mode 100644
index 00000000..c8b37b32
--- /dev/null
+++ b/vendor/github.com/harmony-development/shibshib/gen/emote/v1/types.pb.go
@@ -0,0 +1,1262 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// versions:
+// protoc-gen-go v1.23.0
+// protoc v3.17.3
+// source: emote/v1/types.proto
+
+package emotev1
+
+import (
+ proto "github.com/golang/protobuf/proto"
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
+ reflect "reflect"
+ sync "sync"
+)
+
+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)
+)
+
+// This is a compile-time assertion that a sufficiently up-to-date version
+// of the legacy proto package is being used.
+const _ = proto.ProtoPackageIsVersion4
+
+// Data for a single pack of emotes.
+type EmotePack struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+ // The ID of the user who created the pack.
+ PackOwner uint64 `protobuf:"varint,2,opt,name=pack_owner,json=packOwner,proto3" json:"pack_owner,omitempty"`
+ // The name of the pack.
+ PackName string `protobuf:"bytes,3,opt,name=pack_name,json=packName,proto3" json:"pack_name,omitempty"`
+}
+
+func (x *EmotePack) Reset() {
+ *x = EmotePack{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[0]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *EmotePack) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*EmotePack) ProtoMessage() {}
+
+func (x *EmotePack) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[0]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use EmotePack.ProtoReflect.Descriptor instead.
+func (*EmotePack) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{0}
+}
+
+func (x *EmotePack) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+func (x *EmotePack) GetPackOwner() uint64 {
+ if x != nil {
+ return x.PackOwner
+ }
+ return 0
+}
+
+func (x *EmotePack) GetPackName() string {
+ if x != nil {
+ return x.PackName
+ }
+ return ""
+}
+
+// Data for a single emote.
+type Emote struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The image ID of the emote. This is the ID of the image in the image store
+ // (same place attachments are stored).
+ ImageId string `protobuf:"bytes,1,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
+ // The name of the emote.
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+}
+
+func (x *Emote) Reset() {
+ *x = Emote{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[1]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *Emote) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*Emote) ProtoMessage() {}
+
+func (x *Emote) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[1]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use Emote.ProtoReflect.Descriptor instead.
+func (*Emote) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{1}
+}
+
+func (x *Emote) GetImageId() string {
+ if x != nil {
+ return x.ImageId
+ }
+ return ""
+}
+
+func (x *Emote) GetName() string {
+ if x != nil {
+ return x.Name
+ }
+ return ""
+}
+
+// Used in the `CreateEmotePack` endpoint.
+type CreateEmotePackRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // the name of the pack.
+ PackName string `protobuf:"bytes,1,opt,name=pack_name,json=packName,proto3" json:"pack_name,omitempty"`
+}
+
+func (x *CreateEmotePackRequest) Reset() {
+ *x = CreateEmotePackRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[2]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *CreateEmotePackRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*CreateEmotePackRequest) ProtoMessage() {}
+
+func (x *CreateEmotePackRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[2]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use CreateEmotePackRequest.ProtoReflect.Descriptor instead.
+func (*CreateEmotePackRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{2}
+}
+
+func (x *CreateEmotePackRequest) GetPackName() string {
+ if x != nil {
+ return x.PackName
+ }
+ return ""
+}
+
+// Used in the `CreateEmotePack` endpoint.
+type CreateEmotePackResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+}
+
+func (x *CreateEmotePackResponse) Reset() {
+ *x = CreateEmotePackResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[3]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *CreateEmotePackResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*CreateEmotePackResponse) ProtoMessage() {}
+
+func (x *CreateEmotePackResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[3]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use CreateEmotePackResponse.ProtoReflect.Descriptor instead.
+func (*CreateEmotePackResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{3}
+}
+
+func (x *CreateEmotePackResponse) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+// Used in the `GetEmotePacks` endpoint.
+type GetEmotePacksRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+}
+
+func (x *GetEmotePacksRequest) Reset() {
+ *x = GetEmotePacksRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[4]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *GetEmotePacksRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*GetEmotePacksRequest) ProtoMessage() {}
+
+func (x *GetEmotePacksRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[4]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use GetEmotePacksRequest.ProtoReflect.Descriptor instead.
+func (*GetEmotePacksRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{4}
+}
+
+// Used in the `GetEmotePacks` endpoint.
+type GetEmotePacksResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The list of emote packs.
+ Packs []*EmotePack `protobuf:"bytes,1,rep,name=packs,proto3" json:"packs,omitempty"`
+}
+
+func (x *GetEmotePacksResponse) Reset() {
+ *x = GetEmotePacksResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[5]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *GetEmotePacksResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*GetEmotePacksResponse) ProtoMessage() {}
+
+func (x *GetEmotePacksResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[5]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use GetEmotePacksResponse.ProtoReflect.Descriptor instead.
+func (*GetEmotePacksResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{5}
+}
+
+func (x *GetEmotePacksResponse) GetPacks() []*EmotePack {
+ if x != nil {
+ return x.Packs
+ }
+ return nil
+}
+
+// Used in the `GetEmotes` endpoint.
+type GetEmotePackEmotesRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+}
+
+func (x *GetEmotePackEmotesRequest) Reset() {
+ *x = GetEmotePackEmotesRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[6]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *GetEmotePackEmotesRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*GetEmotePackEmotesRequest) ProtoMessage() {}
+
+func (x *GetEmotePackEmotesRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[6]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use GetEmotePackEmotesRequest.ProtoReflect.Descriptor instead.
+func (*GetEmotePackEmotesRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{6}
+}
+
+func (x *GetEmotePackEmotesRequest) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+// Used in the `GetEmotes` endpoint.
+type GetEmotePackEmotesResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The list of emotes in the pack.
+ Emotes []*Emote `protobuf:"bytes,1,rep,name=emotes,proto3" json:"emotes,omitempty"`
+}
+
+func (x *GetEmotePackEmotesResponse) Reset() {
+ *x = GetEmotePackEmotesResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[7]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *GetEmotePackEmotesResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*GetEmotePackEmotesResponse) ProtoMessage() {}
+
+func (x *GetEmotePackEmotesResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[7]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use GetEmotePackEmotesResponse.ProtoReflect.Descriptor instead.
+func (*GetEmotePackEmotesResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{7}
+}
+
+func (x *GetEmotePackEmotesResponse) GetEmotes() []*Emote {
+ if x != nil {
+ return x.Emotes
+ }
+ return nil
+}
+
+// Used in the `AddEmoteToPack` endpoint.
+type AddEmoteToPackRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+ // The emote to add.
+ Emote *Emote `protobuf:"bytes,2,opt,name=emote,proto3" json:"emote,omitempty"`
+}
+
+func (x *AddEmoteToPackRequest) Reset() {
+ *x = AddEmoteToPackRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[8]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *AddEmoteToPackRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*AddEmoteToPackRequest) ProtoMessage() {}
+
+func (x *AddEmoteToPackRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[8]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use AddEmoteToPackRequest.ProtoReflect.Descriptor instead.
+func (*AddEmoteToPackRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{8}
+}
+
+func (x *AddEmoteToPackRequest) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+func (x *AddEmoteToPackRequest) GetEmote() *Emote {
+ if x != nil {
+ return x.Emote
+ }
+ return nil
+}
+
+// Used in the `AddEmoteToPack` endpoint.
+type AddEmoteToPackResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+}
+
+func (x *AddEmoteToPackResponse) Reset() {
+ *x = AddEmoteToPackResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[9]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *AddEmoteToPackResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*AddEmoteToPackResponse) ProtoMessage() {}
+
+func (x *AddEmoteToPackResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[9]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use AddEmoteToPackResponse.ProtoReflect.Descriptor instead.
+func (*AddEmoteToPackResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{9}
+}
+
+// Used in the `DeleteEmoteFromPack` endpoint.
+type DeleteEmoteFromPackRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+ // The name of the emote to delete.
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
+}
+
+func (x *DeleteEmoteFromPackRequest) Reset() {
+ *x = DeleteEmoteFromPackRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[10]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *DeleteEmoteFromPackRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*DeleteEmoteFromPackRequest) ProtoMessage() {}
+
+func (x *DeleteEmoteFromPackRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[10]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use DeleteEmoteFromPackRequest.ProtoReflect.Descriptor instead.
+func (*DeleteEmoteFromPackRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{10}
+}
+
+func (x *DeleteEmoteFromPackRequest) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+func (x *DeleteEmoteFromPackRequest) GetName() string {
+ if x != nil {
+ return x.Name
+ }
+ return ""
+}
+
+// Used in the `DeleteEmoteFromPack` endpoint.
+type DeleteEmoteFromPackResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+}
+
+func (x *DeleteEmoteFromPackResponse) Reset() {
+ *x = DeleteEmoteFromPackResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[11]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *DeleteEmoteFromPackResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*DeleteEmoteFromPackResponse) ProtoMessage() {}
+
+func (x *DeleteEmoteFromPackResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[11]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use DeleteEmoteFromPackResponse.ProtoReflect.Descriptor instead.
+func (*DeleteEmoteFromPackResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{11}
+}
+
+// Used in the `DeleteEmotePack` endpoint.
+type DeleteEmotePackRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+}
+
+func (x *DeleteEmotePackRequest) Reset() {
+ *x = DeleteEmotePackRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[12]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *DeleteEmotePackRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*DeleteEmotePackRequest) ProtoMessage() {}
+
+func (x *DeleteEmotePackRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[12]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use DeleteEmotePackRequest.ProtoReflect.Descriptor instead.
+func (*DeleteEmotePackRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{12}
+}
+
+func (x *DeleteEmotePackRequest) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+// Used in the `DeleteEmotePack` endpoint.
+type DeleteEmotePackResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+}
+
+func (x *DeleteEmotePackResponse) Reset() {
+ *x = DeleteEmotePackResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[13]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *DeleteEmotePackResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*DeleteEmotePackResponse) ProtoMessage() {}
+
+func (x *DeleteEmotePackResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[13]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use DeleteEmotePackResponse.ProtoReflect.Descriptor instead.
+func (*DeleteEmotePackResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{13}
+}
+
+// Used in the `DequipEmotePack` endpoint.
+type DequipEmotePackRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+}
+
+func (x *DequipEmotePackRequest) Reset() {
+ *x = DequipEmotePackRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[14]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *DequipEmotePackRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*DequipEmotePackRequest) ProtoMessage() {}
+
+func (x *DequipEmotePackRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[14]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use DequipEmotePackRequest.ProtoReflect.Descriptor instead.
+func (*DequipEmotePackRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{14}
+}
+
+func (x *DequipEmotePackRequest) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+// Used in the `DequipEmotePack` endpoint.
+type DequipEmotePackResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+}
+
+func (x *DequipEmotePackResponse) Reset() {
+ *x = DequipEmotePackResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[15]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *DequipEmotePackResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*DequipEmotePackResponse) ProtoMessage() {}
+
+func (x *DequipEmotePackResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[15]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use DequipEmotePackResponse.ProtoReflect.Descriptor instead.
+func (*DequipEmotePackResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{15}
+}
+
+// Used in the `EquipEmotePack` endpoint.
+type EquipEmotePackRequest struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // The ID of the pack.
+ PackId uint64 `protobuf:"varint,1,opt,name=pack_id,json=packId,proto3" json:"pack_id,omitempty"`
+}
+
+func (x *EquipEmotePackRequest) Reset() {
+ *x = EquipEmotePackRequest{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[16]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *EquipEmotePackRequest) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*EquipEmotePackRequest) ProtoMessage() {}
+
+func (x *EquipEmotePackRequest) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[16]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use EquipEmotePackRequest.ProtoReflect.Descriptor instead.
+func (*EquipEmotePackRequest) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{16}
+}
+
+func (x *EquipEmotePackRequest) GetPackId() uint64 {
+ if x != nil {
+ return x.PackId
+ }
+ return 0
+}
+
+// Used in the `EquipEmotePack` endpoint.
+type EquipEmotePackResponse struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+}
+
+func (x *EquipEmotePackResponse) Reset() {
+ *x = EquipEmotePackResponse{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_emote_v1_types_proto_msgTypes[17]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *EquipEmotePackResponse) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*EquipEmotePackResponse) ProtoMessage() {}
+
+func (x *EquipEmotePackResponse) ProtoReflect() protoreflect.Message {
+ mi := &file_emote_v1_types_proto_msgTypes[17]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use EquipEmotePackResponse.ProtoReflect.Descriptor instead.
+func (*EquipEmotePackResponse) Descriptor() ([]byte, []int) {
+ return file_emote_v1_types_proto_rawDescGZIP(), []int{17}
+}
+
+var File_emote_v1_types_proto protoreflect.FileDescriptor
+
+var file_emote_v1_types_proto_rawDesc = []byte{
+ 0x0a, 0x14, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73,
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
+ 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x22, 0x60, 0x0a, 0x09, 0x45, 0x6d, 0x6f,
+ 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69,
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x12,
+ 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x04, 0x52, 0x09, 0x70, 0x61, 0x63, 0x6b, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x1b,
+ 0x0a, 0x09, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
+ 0x09, 0x52, 0x08, 0x70, 0x61, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x36, 0x0a, 0x05, 0x45,
+ 0x6d, 0x6f, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12,
+ 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
+ 0x61, 0x6d, 0x65, 0x22, 0x35, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x6f,
+ 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a,
+ 0x09, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
+ 0x52, 0x08, 0x70, 0x61, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x32, 0x0a, 0x17, 0x43, 0x72,
+ 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x22, 0x16,
+ 0x0a, 0x14, 0x47, 0x65, 0x74, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x73, 0x52,
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x4b, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x45, 0x6d, 0x6f,
+ 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
+ 0x32, 0x0a, 0x05, 0x70, 0x61, 0x63, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c,
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e,
+ 0x76, 0x31, 0x2e, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x05, 0x70, 0x61,
+ 0x63, 0x6b, 0x73, 0x22, 0x34, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50,
+ 0x61, 0x63, 0x6b, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
+ 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
+ 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x22, 0x4e, 0x0a, 0x1a, 0x47, 0x65, 0x74,
+ 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x06, 0x65, 0x6d, 0x6f, 0x74, 0x65,
+ 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
+ 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6d, 0x6f, 0x74,
+ 0x65, 0x52, 0x06, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x73, 0x22, 0x60, 0x0a, 0x15, 0x41, 0x64, 0x64,
+ 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x54, 0x6f, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65,
+ 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
+ 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x05, 0x65,
+ 0x6d, 0x6f, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x70, 0x72, 0x6f,
+ 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x45,
+ 0x6d, 0x6f, 0x74, 0x65, 0x52, 0x05, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x22, 0x18, 0x0a, 0x16, 0x41,
+ 0x64, 0x64, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x54, 0x6f, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x49, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45,
+ 0x6d, 0x6f, 0x74, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75,
+ 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01,
+ 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
+ 0x22, 0x1d, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x46,
+ 0x72, 0x6f, 0x6d, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
+ 0x31, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61,
+ 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63,
+ 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b,
+ 0x49, 0x64, 0x22, 0x19, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x6d, 0x6f, 0x74,
+ 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x31, 0x0a,
+ 0x16, 0x44, 0x65, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b,
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f,
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64,
+ 0x22, 0x19, 0x0a, 0x17, 0x44, 0x65, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50,
+ 0x61, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x30, 0x0a, 0x15, 0x45,
+ 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52, 0x65, 0x71,
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x61, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18,
+ 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x61, 0x63, 0x6b, 0x49, 0x64, 0x22, 0x18, 0x0a,
+ 0x16, 0x45, 0x71, 0x75, 0x69, 0x70, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x52,
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0xc7, 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e,
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x76,
+ 0x31, 0x42, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a,
+ 0x3c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x72, 0x6d,
+ 0x6f, 0x6e, 0x79, 0x2d, 0x64, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x6d, 0x65, 0x6e, 0x74, 0x2f,
+ 0x73, 0x68, 0x69, 0x62, 0x73, 0x68, 0x69, 0x62, 0x2f, 0x67, 0x65, 0x6e, 0x2f, 0x65, 0x6d, 0x6f,
+ 0x74, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x76, 0x31, 0xa2, 0x02, 0x03,
+ 0x50, 0x45, 0x58, 0xaa, 0x02, 0x11, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2e, 0x45,
+ 0x6d, 0x6f, 0x74, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63,
+ 0x6f, 0x6c, 0x5c, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1d, 0x50, 0x72,
+ 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x5c, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x5c, 0x56, 0x31, 0x5c,
+ 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x13, 0x50, 0x72,
+ 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x3a, 0x45, 0x6d, 0x6f, 0x74, 0x65, 0x3a, 0x3a, 0x56,
+ 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
+}
+
+var (
+ file_emote_v1_types_proto_rawDescOnce sync.Once
+ file_emote_v1_types_proto_rawDescData = file_emote_v1_types_proto_rawDesc
+)
+
+func file_emote_v1_types_proto_rawDescGZIP() []byte {
+ file_emote_v1_types_proto_rawDescOnce.Do(func() {
+ file_emote_v1_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_emote_v1_types_proto_rawDescData)
+ })
+ return file_emote_v1_types_proto_rawDescData
+}
+
+var file_emote_v1_types_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
+var file_emote_v1_types_proto_goTypes = []interface{}{
+ (*EmotePack)(nil), // 0: protocol.emote.v1.EmotePack
+ (*Emote)(nil), // 1: protocol.emote.v1.Emote
+ (*CreateEmotePackRequest)(nil), // 2: protocol.emote.v1.CreateEmotePackRequest
+ (*CreateEmotePackResponse)(nil), // 3: protocol.emote.v1.CreateEmotePackResponse
+ (*GetEmotePacksRequest)(nil), // 4: protocol.emote.v1.GetEmotePacksRequest
+ (*GetEmotePacksResponse)(nil), // 5: protocol.emote.v1.GetEmotePacksResponse
+ (*GetEmotePackEmotesRequest)(nil), // 6: protocol.emote.v1.GetEmotePackEmotesRequest
+ (*GetEmotePackEmotesResponse)(nil), // 7: protocol.emote.v1.GetEmotePackEmotesResponse
+ (*AddEmoteToPackRequest)(nil), // 8: protocol.emote.v1.AddEmoteToPackRequest
+ (*AddEmoteToPackResponse)(nil), // 9: protocol.emote.v1.AddEmoteToPackResponse
+ (*DeleteEmoteFromPackRequest)(nil), // 10: protocol.emote.v1.DeleteEmoteFromPackRequest
+ (*DeleteEmoteFromPackResponse)(nil), // 11: protocol.emote.v1.DeleteEmoteFromPackResponse
+ (*DeleteEmotePackRequest)(nil), // 12: protocol.emote.v1.DeleteEmotePackRequest
+ (*DeleteEmotePackResponse)(nil), // 13: protocol.emote.v1.DeleteEmotePackResponse
+ (*DequipEmotePackRequest)(nil), // 14: protocol.emote.v1.DequipEmotePackRequest
+ (*DequipEmotePackResponse)(nil), // 15: protocol.emote.v1.DequipEmotePackResponse
+ (*EquipEmotePackRequest)(nil), // 16: protocol.emote.v1.EquipEmotePackRequest
+ (*EquipEmotePackResponse)(nil), // 17: protocol.emote.v1.EquipEmotePackResponse
+}
+var file_emote_v1_types_proto_depIdxs = []int32{
+ 0, // 0: protocol.emote.v1.GetEmotePacksResponse.packs:type_name -> protocol.emote.v1.EmotePack
+ 1, // 1: protocol.emote.v1.GetEmotePackEmotesResponse.emotes:type_name -> protocol.emote.v1.Emote
+ 1, // 2: protocol.emote.v1.AddEmoteToPackRequest.emote:type_name -> protocol.emote.v1.Emote
+ 3, // [3:3] is the sub-list for method output_type
+ 3, // [3:3] is the sub-list for method input_type
+ 3, // [3:3] is the sub-list for extension type_name
+ 3, // [3:3] is the sub-list for extension extendee
+ 0, // [0:3] is the sub-list for field type_name
+}
+
+func init() { file_emote_v1_types_proto_init() }
+func file_emote_v1_types_proto_init() {
+ if File_emote_v1_types_proto != nil {
+ return
+ }
+ if !protoimpl.UnsafeEnabled {
+ file_emote_v1_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*EmotePack); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*Emote); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*CreateEmotePackRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*CreateEmotePackResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*GetEmotePacksRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*GetEmotePacksResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*GetEmotePackEmotesRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*GetEmotePackEmotesResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*AddEmoteToPackRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*AddEmoteToPackResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*DeleteEmoteFromPackRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*DeleteEmoteFromPackResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*DeleteEmotePackRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*DeleteEmotePackResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*DequipEmotePackRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*DequipEmotePackResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*EquipEmotePackRequest); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_emote_v1_types_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
+ switch v := v.(*EquipEmotePackResponse); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ }
+ type x struct{}
+ out := protoimpl.TypeBuilder{
+ File: protoimpl.DescBuilder{
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
+ RawDescriptor: file_emote_v1_types_proto_rawDesc,
+ NumEnums: 0,
+ NumMessages: 18,
+ NumExtensions: 0,
+ NumServices: 0,
+ },
+ GoTypes: file_emote_v1_types_proto_goTypes,
+ DependencyIndexes: file_emote_v1_types_proto_depIdxs,
+ MessageInfos: file_emote_v1_types_proto_msgTypes,
+ }.Build()
+ File_emote_v1_types_proto = out.File
+ file_emote_v1_types_proto_rawDesc = nil
+ file_emote_v1_types_proto_goTypes = nil
+ file_emote_v1_types_proto_depIdxs = nil
+}