Autogenerated update for ed3f01440a...3b8af798d4

This commit is contained in:
2022-10-29 04:45:02 +00:00
parent 1c875e3b8d
commit 5d59156508
18 changed files with 82 additions and 74 deletions

View File

@@ -1,15 +1,15 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.28.0
// protoc v3.21.2
// protoc-gen-go v1.28.1
// protoc v3.12.4
// source: events.proto
package events
import (
_struct "github.com/golang/protobuf/ptypes/struct"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
reflect "reflect"
sync "sync"
)
@@ -26,11 +26,11 @@ type EventCreate struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Event string `protobuf:"bytes,1,opt,name=Event,proto3" json:"Event,omitempty"`
Server string `protobuf:"bytes,2,opt,name=Server,proto3" json:"Server,omitempty"`
GameID int32 `protobuf:"varint,3,opt,name=GameID,proto3" json:"GameID,omitempty"`
Date int64 `protobuf:"varint,4,opt,name=Date,proto3" json:"Date,omitempty"`
Data *structpb.Struct `protobuf:"bytes,5,opt,name=Data,proto3" json:"Data,omitempty"`
Event string `protobuf:"bytes,1,opt,name=Event,proto3" json:"Event,omitempty"`
Server string `protobuf:"bytes,2,opt,name=Server,proto3" json:"Server,omitempty"`
GameID int32 `protobuf:"varint,3,opt,name=GameID,proto3" json:"GameID,omitempty"`
Date int64 `protobuf:"varint,4,opt,name=Date,proto3" json:"Date,omitempty"`
Data *_struct.Struct `protobuf:"bytes,5,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (x *EventCreate) Reset() {
@@ -93,7 +93,7 @@ func (x *EventCreate) GetDate() int64 {
return 0
}
func (x *EventCreate) GetData() *structpb.Struct {
func (x *EventCreate) GetData() *_struct.Struct {
if x != nil {
return x.Data
}
@@ -105,12 +105,12 @@ type EventItem struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
Event string `protobuf:"bytes,2,opt,name=Event,proto3" json:"Event,omitempty"`
Server string `protobuf:"bytes,3,opt,name=Server,proto3" json:"Server,omitempty"`
GameID int32 `protobuf:"varint,4,opt,name=GameID,proto3" json:"GameID,omitempty"`
Date int64 `protobuf:"varint,5,opt,name=Date,proto3" json:"Date,omitempty"`
Data *structpb.Struct `protobuf:"bytes,6,opt,name=Data,proto3" json:"Data,omitempty"`
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
Event string `protobuf:"bytes,2,opt,name=Event,proto3" json:"Event,omitempty"`
Server string `protobuf:"bytes,3,opt,name=Server,proto3" json:"Server,omitempty"`
GameID int32 `protobuf:"varint,4,opt,name=GameID,proto3" json:"GameID,omitempty"`
Date int64 `protobuf:"varint,5,opt,name=Date,proto3" json:"Date,omitempty"`
Data *_struct.Struct `protobuf:"bytes,6,opt,name=Data,proto3" json:"Data,omitempty"`
}
func (x *EventItem) Reset() {
@@ -180,7 +180,7 @@ func (x *EventItem) GetDate() int64 {
return 0
}
func (x *EventItem) GetData() *structpb.Struct {
func (x *EventItem) GetData() *_struct.Struct {
if x != nil {
return x.Data
}
@@ -453,13 +453,13 @@ func file_events_proto_rawDescGZIP() []byte {
var file_events_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_events_proto_goTypes = []interface{}{
(*EventCreate)(nil), // 0: events.EventCreate
(*EventItem)(nil), // 1: events.EventItem
(*LatestRequest)(nil), // 2: events.LatestRequest
(*Pagination)(nil), // 3: events.Pagination
(*LatestResponse)(nil), // 4: events.LatestResponse
(*NullResponse)(nil), // 5: events.NullResponse
(*structpb.Struct)(nil), // 6: google.protobuf.Struct
(*EventCreate)(nil), // 0: events.EventCreate
(*EventItem)(nil), // 1: events.EventItem
(*LatestRequest)(nil), // 2: events.LatestRequest
(*Pagination)(nil), // 3: events.Pagination
(*LatestResponse)(nil), // 4: events.LatestResponse
(*NullResponse)(nil), // 5: events.NullResponse
(*_struct.Struct)(nil), // 6: google.protobuf.Struct
}
var file_events_proto_depIdxs = []int32{
6, // 0: events.EventCreate.Data:type_name -> google.protobuf.Struct

View File

@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.2.0
// - protoc v3.21.2
// - protoc v3.12.4
// source: events.proto
package events