Autogenerated update for 91df514bd6...db2e2e990f
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.28.1
|
||||
// protoc v3.12.4
|
||||
// protoc v3.21.12
|
||||
// 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 *_struct.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 *structpb.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() *_struct.Struct {
|
||||
func (x *EventCreate) GetData() *structpb.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 *_struct.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 *structpb.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() *_struct.Struct {
|
||||
func (x *EventItem) GetData() *structpb.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
|
||||
(*_struct.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
|
||||
(*structpb.Struct)(nil), // 6: google.protobuf.Struct
|
||||
}
|
||||
var file_events_proto_depIdxs = []int32{
|
||||
6, // 0: events.EventCreate.Data:type_name -> google.protobuf.Struct
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||
// versions:
|
||||
// - protoc-gen-go-grpc v1.2.0
|
||||
// - protoc v3.12.4
|
||||
// - protoc v3.21.12
|
||||
// source: events.proto
|
||||
|
||||
package events
|
||||
|
||||
Reference in New Issue
Block a user