update proto
This commit is contained in:
parent
e0b5807570
commit
2acf60b365
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.33.0
|
||||
// protoc-gen-go v1.28.1
|
||||
// protoc v3.21.12
|
||||
// source: notifyer.proto
|
||||
|
||||
@ -72,7 +72,7 @@ type GetQuizzesResponse struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
QuizIds []string `protobuf:"bytes,1,rep,name=quiz_ids,json=quizIds,proto3" json:"quiz_ids,omitempty"`
|
||||
QuizIds []int64 `protobuf:"varint,1,rep,packed,name=quiz_ids,json=quizIds,proto3" json:"quiz_ids,omitempty"`
|
||||
}
|
||||
|
||||
func (x *GetQuizzesResponse) Reset() {
|
||||
@ -107,7 +107,7 @@ func (*GetQuizzesResponse) Descriptor() ([]byte, []int) {
|
||||
return file_notifyer_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *GetQuizzesResponse) GetQuizIds() []string {
|
||||
func (x *GetQuizzesResponse) GetQuizIds() []int64 {
|
||||
if x != nil {
|
||||
return x.QuizIds
|
||||
}
|
||||
@ -166,7 +166,7 @@ type GetStartedQuizzesResponse struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
QuizIds []string `protobuf:"bytes,1,rep,name=quiz_ids,json=quizIds,proto3" json:"quiz_ids,omitempty"`
|
||||
QuizIds []int64 `protobuf:"varint,1,rep,packed,name=quiz_ids,json=quizIds,proto3" json:"quiz_ids,omitempty"`
|
||||
}
|
||||
|
||||
func (x *GetStartedQuizzesResponse) Reset() {
|
||||
@ -201,7 +201,7 @@ func (*GetStartedQuizzesResponse) Descriptor() ([]byte, []int) {
|
||||
return file_notifyer_proto_rawDescGZIP(), []int{3}
|
||||
}
|
||||
|
||||
func (x *GetStartedQuizzesResponse) GetQuizIds() []string {
|
||||
func (x *GetStartedQuizzesResponse) GetQuizIds() []int64 {
|
||||
if x != nil {
|
||||
return x.QuizIds
|
||||
}
|
||||
@ -218,14 +218,14 @@ var file_notifyer_proto_rawDesc = []byte{
|
||||
0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x2f,
|
||||
0x0a, 0x12, 0x47, 0x65, 0x74, 0x51, 0x75, 0x69, 0x7a, 0x7a, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70,
|
||||
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x71, 0x75, 0x69, 0x7a, 0x5f, 0x69, 0x64, 0x73,
|
||||
0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x71, 0x75, 0x69, 0x7a, 0x49, 0x64, 0x73, 0x22,
|
||||
0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x71, 0x75, 0x69, 0x7a, 0x49, 0x64, 0x73, 0x22,
|
||||
0x39, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x51, 0x75, 0x69,
|
||||
0x7a, 0x7a, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x61,
|
||||
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
||||
0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x36, 0x0a, 0x19, 0x47, 0x65,
|
||||
0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x51, 0x75, 0x69, 0x7a, 0x7a, 0x65, 0x73, 0x52,
|
||||
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x71, 0x75, 0x69, 0x7a, 0x5f,
|
||||
0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x71, 0x75, 0x69, 0x7a, 0x49,
|
||||
0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x71, 0x75, 0x69, 0x7a, 0x49,
|
||||
0x64, 0x73, 0x32, 0xb8, 0x01, 0x0a, 0x0b, 0x51, 0x75, 0x69, 0x7a, 0x53, 0x65, 0x72, 0x76, 0x69,
|
||||
0x63, 0x65, 0x12, 0x49, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x51, 0x75, 0x69, 0x7a, 0x7a, 0x65, 0x73,
|
||||
0x12, 0x1b, 0x2e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x51,
|
||||
|
Loading…
Reference in New Issue
Block a user