diff --git a/bots/bots.pb.go b/bots/bots.pb.go index 4ba74e1..655597b 100644 --- a/bots/bots.pb.go +++ b/bots/bots.pb.go @@ -1,7 +1,7 @@ // 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: bots.proto package bots diff --git a/bots/bots_grpc.pb.go b/bots/bots_grpc.pb.go index bc58568..fbda74c 100644 --- a/bots/bots_grpc.pb.go +++ b/bots/bots_grpc.pb.go @@ -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: bots.proto package bots diff --git a/datastore/datastore.pb.go b/datastore/datastore.pb.go index 6b2bc8b..3d58c5c 100644 --- a/datastore/datastore.pb.go +++ b/datastore/datastore.pb.go @@ -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: datastore.proto package datastore 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" ) @@ -73,9 +73,9 @@ type UpdateMessage struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"` - Updates *_struct.Struct `protobuf:"bytes,2,opt,name=Updates,proto3" json:"Updates,omitempty"` - Deletes *_struct.Struct `protobuf:"bytes,3,opt,name=Deletes,proto3" json:"Deletes,omitempty"` + Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"` + Updates *structpb.Struct `protobuf:"bytes,2,opt,name=Updates,proto3" json:"Updates,omitempty"` + Deletes *structpb.Struct `protobuf:"bytes,3,opt,name=Deletes,proto3" json:"Deletes,omitempty"` } func (x *UpdateMessage) Reset() { @@ -117,14 +117,14 @@ func (x *UpdateMessage) GetKey() string { return "" } -func (x *UpdateMessage) GetUpdates() *_struct.Struct { +func (x *UpdateMessage) GetUpdates() *structpb.Struct { if x != nil { return x.Updates } return nil } -func (x *UpdateMessage) GetDeletes() *_struct.Struct { +func (x *UpdateMessage) GetDeletes() *structpb.Struct { if x != nil { return x.Deletes } @@ -136,8 +136,8 @@ type ObjectResponse struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"` - Data *_struct.Struct `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"` + Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"` + Data *structpb.Struct `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"` } func (x *ObjectResponse) Reset() { @@ -179,7 +179,7 @@ func (x *ObjectResponse) GetKey() string { return "" } -func (x *ObjectResponse) GetData() *_struct.Struct { +func (x *ObjectResponse) GetData() *structpb.Struct { if x != nil { return x.Data } @@ -280,11 +280,11 @@ func file_datastore_proto_rawDescGZIP() []byte { var file_datastore_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_datastore_proto_goTypes = []interface{}{ - (*KeyMessage)(nil), // 0: datastore.KeyMessage - (*UpdateMessage)(nil), // 1: datastore.UpdateMessage - (*ObjectResponse)(nil), // 2: datastore.ObjectResponse - (*NullResponse)(nil), // 3: datastore.NullResponse - (*_struct.Struct)(nil), // 4: google.protobuf.Struct + (*KeyMessage)(nil), // 0: datastore.KeyMessage + (*UpdateMessage)(nil), // 1: datastore.UpdateMessage + (*ObjectResponse)(nil), // 2: datastore.ObjectResponse + (*NullResponse)(nil), // 3: datastore.NullResponse + (*structpb.Struct)(nil), // 4: google.protobuf.Struct } var file_datastore_proto_depIdxs = []int32{ 4, // 0: datastore.UpdateMessage.Updates:type_name -> google.protobuf.Struct diff --git a/datastore/datastore_grpc.pb.go b/datastore/datastore_grpc.pb.go index 029f5c9..dc23508 100644 --- a/datastore/datastore_grpc.pb.go +++ b/datastore/datastore_grpc.pb.go @@ -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: datastore.proto package datastore diff --git a/events/events.pb.go b/events/events.pb.go index 93626a3..b59d503 100644 --- a/events/events.pb.go +++ b/events/events.pb.go @@ -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 diff --git a/events/events_grpc.pb.go b/events/events_grpc.pb.go index b8d255f..59fc813 100644 --- a/events/events_grpc.pb.go +++ b/events/events_grpc.pb.go @@ -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 diff --git a/maps/maps.pb.go b/maps/maps.pb.go index 66c8fcb..c7714b3 100644 --- a/maps/maps.pb.go +++ b/maps/maps.pb.go @@ -1,7 +1,7 @@ // 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: maps.proto package maps diff --git a/maps/maps_grpc.pb.go b/maps/maps_grpc.pb.go index ac01ea4..1faecb2 100644 --- a/maps/maps_grpc.pb.go +++ b/maps/maps_grpc.pb.go @@ -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: maps.proto package maps diff --git a/ranks/ranks.pb.go b/ranks/ranks.pb.go index 907c12d..25d33aa 100644 --- a/ranks/ranks.pb.go +++ b/ranks/ranks.pb.go @@ -1,7 +1,7 @@ // 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: ranks.proto package ranks diff --git a/ranks/ranks_grpc.pb.go b/ranks/ranks_grpc.pb.go index ae1e61b..fce02b8 100644 --- a/ranks/ranks_grpc.pb.go +++ b/ranks/ranks_grpc.pb.go @@ -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: ranks.proto package ranks diff --git a/servers/servers.pb.go b/servers/servers.pb.go index 09b4b3f..175a983 100644 --- a/servers/servers.pb.go +++ b/servers/servers.pb.go @@ -1,7 +1,7 @@ // 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: servers.proto package servers diff --git a/servers/servers_grpc.pb.go b/servers/servers_grpc.pb.go index 8a52232..dc13050 100644 --- a/servers/servers_grpc.pb.go +++ b/servers/servers_grpc.pb.go @@ -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: servers.proto package servers diff --git a/times/times.pb.go b/times/times.pb.go index e6541e4..9d27050 100644 --- a/times/times.pb.go +++ b/times/times.pb.go @@ -1,7 +1,7 @@ // 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: times.proto package times diff --git a/times/times_grpc.pb.go b/times/times_grpc.pb.go index e6a11fb..6fbd025 100644 --- a/times/times_grpc.pb.go +++ b/times/times_grpc.pb.go @@ -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: times.proto package times diff --git a/transactions/transactions.pb.go b/transactions/transactions.pb.go index 422deba..9114df5 100644 --- a/transactions/transactions.pb.go +++ b/transactions/transactions.pb.go @@ -1,16 +1,16 @@ // 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: transactions.proto package transactions import ( users "git.itzana.me/strafesnet/go-grpc/users" - _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" ) @@ -27,11 +27,11 @@ type TransactionCreate struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` - UserID int64 `protobuf:"varint,2,opt,name=UserID,proto3" json:"UserID,omitempty"` - Value int64 `protobuf:"varint,3,opt,name=Value,proto3" json:"Value,omitempty"` - StateID int32 `protobuf:"varint,4,opt,name=StateID,proto3" json:"StateID,omitempty"` - Data *_struct.Struct `protobuf:"bytes,5,opt,name=Data,proto3" json:"Data,omitempty"` + ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` + UserID int64 `protobuf:"varint,2,opt,name=UserID,proto3" json:"UserID,omitempty"` + Value int64 `protobuf:"varint,3,opt,name=Value,proto3" json:"Value,omitempty"` + StateID int32 `protobuf:"varint,4,opt,name=StateID,proto3" json:"StateID,omitempty"` + Data *structpb.Struct `protobuf:"bytes,5,opt,name=Data,proto3" json:"Data,omitempty"` } func (x *TransactionCreate) Reset() { @@ -94,7 +94,7 @@ func (x *TransactionCreate) GetStateID() int32 { return 0 } -func (x *TransactionCreate) GetData() *_struct.Struct { +func (x *TransactionCreate) GetData() *structpb.Struct { if x != nil { return x.Data } @@ -106,10 +106,10 @@ type TransactionUpdate struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` - Value *int64 `protobuf:"varint,2,opt,name=Value,proto3,oneof" json:"Value,omitempty"` - StateID *int64 `protobuf:"varint,3,opt,name=StateID,proto3,oneof" json:"StateID,omitempty"` - Data *_struct.Struct `protobuf:"bytes,4,opt,name=Data,proto3,oneof" json:"Data,omitempty"` + ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` + Value *int64 `protobuf:"varint,2,opt,name=Value,proto3,oneof" json:"Value,omitempty"` + StateID *int64 `protobuf:"varint,3,opt,name=StateID,proto3,oneof" json:"StateID,omitempty"` + Data *structpb.Struct `protobuf:"bytes,4,opt,name=Data,proto3,oneof" json:"Data,omitempty"` } func (x *TransactionUpdate) Reset() { @@ -165,7 +165,7 @@ func (x *TransactionUpdate) GetStateID() int64 { return 0 } -func (x *TransactionUpdate) GetData() *_struct.Struct { +func (x *TransactionUpdate) GetData() *structpb.Struct { if x != nil { return x.Data } @@ -183,7 +183,7 @@ type TransactionItem struct { StateID int32 `protobuf:"varint,4,opt,name=StateID,proto3" json:"StateID,omitempty"` Created int64 `protobuf:"varint,5,opt,name=Created,proto3" json:"Created,omitempty"` Updated int64 `protobuf:"varint,6,opt,name=Updated,proto3" json:"Updated,omitempty"` - Data *_struct.Struct `protobuf:"bytes,7,opt,name=Data,proto3" json:"Data,omitempty"` + Data *structpb.Struct `protobuf:"bytes,7,opt,name=Data,proto3" json:"Data,omitempty"` } func (x *TransactionItem) Reset() { @@ -260,7 +260,7 @@ func (x *TransactionItem) GetUpdated() int64 { return 0 } -func (x *TransactionItem) GetData() *_struct.Struct { +func (x *TransactionItem) GetData() *structpb.Struct { if x != nil { return x.Data } @@ -789,7 +789,7 @@ var file_transactions_proto_goTypes = []interface{}{ (*IdMessage)(nil), // 8: transactions.IdMessage (*UserIdMessage)(nil), // 9: transactions.UserIdMessage (*NullResponse)(nil), // 10: transactions.NullResponse - (*_struct.Struct)(nil), // 11: google.protobuf.Struct + (*structpb.Struct)(nil), // 11: google.protobuf.Struct (*users.UserResponse)(nil), // 12: users.UserResponse } var file_transactions_proto_depIdxs = []int32{ diff --git a/transactions/transactions_grpc.pb.go b/transactions/transactions_grpc.pb.go index 236258d..0a7337f 100644 --- a/transactions/transactions_grpc.pb.go +++ b/transactions/transactions_grpc.pb.go @@ -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: transactions.proto package transactions diff --git a/users/users.pb.go b/users/users.pb.go index 3d3cab6..356e7f7 100644 --- a/users/users.pb.go +++ b/users/users.pb.go @@ -1,7 +1,7 @@ // 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: users.proto package users diff --git a/users/users_grpc.pb.go b/users/users_grpc.pb.go index 8596b07..4b1f60d 100644 --- a/users/users_grpc.pb.go +++ b/users/users_grpc.pb.go @@ -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: users.proto package users