Autogenerated update for ed3f01440a...3b8af798d4

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

View File

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

View File

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

View File

@ -1,15 +1,15 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.26.0 // protoc-gen-go v1.28.1
// protoc v3.21.5 // protoc v3.12.4
// source: datastore.proto // source: datastore.proto
package datastore package datastore
import ( import (
_struct "github.com/golang/protobuf/ptypes/struct"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
reflect "reflect" reflect "reflect"
sync "sync" sync "sync"
) )
@ -74,8 +74,8 @@ type UpdateMessage struct {
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,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"` Updates *_struct.Struct `protobuf:"bytes,2,opt,name=Updates,proto3" json:"Updates,omitempty"`
Deletes *structpb.Struct `protobuf:"bytes,3,opt,name=Deletes,proto3" json:"Deletes,omitempty"` Deletes *_struct.Struct `protobuf:"bytes,3,opt,name=Deletes,proto3" json:"Deletes,omitempty"`
} }
func (x *UpdateMessage) Reset() { func (x *UpdateMessage) Reset() {
@ -117,14 +117,14 @@ func (x *UpdateMessage) GetKey() string {
return "" return ""
} }
func (x *UpdateMessage) GetUpdates() *structpb.Struct { func (x *UpdateMessage) GetUpdates() *_struct.Struct {
if x != nil { if x != nil {
return x.Updates return x.Updates
} }
return nil return nil
} }
func (x *UpdateMessage) GetDeletes() *structpb.Struct { func (x *UpdateMessage) GetDeletes() *_struct.Struct {
if x != nil { if x != nil {
return x.Deletes return x.Deletes
} }
@ -137,7 +137,7 @@ type ObjectResponse struct {
unknownFields protoimpl.UnknownFields unknownFields protoimpl.UnknownFields
Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,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"` Data *_struct.Struct `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
} }
func (x *ObjectResponse) Reset() { func (x *ObjectResponse) Reset() {
@ -179,7 +179,7 @@ func (x *ObjectResponse) GetKey() string {
return "" return ""
} }
func (x *ObjectResponse) GetData() *structpb.Struct { func (x *ObjectResponse) GetData() *_struct.Struct {
if x != nil { if x != nil {
return x.Data return x.Data
} }
@ -284,7 +284,7 @@ var file_datastore_proto_goTypes = []interface{}{
(*UpdateMessage)(nil), // 1: datastore.UpdateMessage (*UpdateMessage)(nil), // 1: datastore.UpdateMessage
(*ObjectResponse)(nil), // 2: datastore.ObjectResponse (*ObjectResponse)(nil), // 2: datastore.ObjectResponse
(*NullResponse)(nil), // 3: datastore.NullResponse (*NullResponse)(nil), // 3: datastore.NullResponse
(*structpb.Struct)(nil), // 4: google.protobuf.Struct (*_struct.Struct)(nil), // 4: google.protobuf.Struct
} }
var file_datastore_proto_depIdxs = []int32{ var file_datastore_proto_depIdxs = []int32{
4, // 0: datastore.UpdateMessage.Updates:type_name -> google.protobuf.Struct 4, // 0: datastore.UpdateMessage.Updates:type_name -> google.protobuf.Struct

View File

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

View File

@ -1,15 +1,15 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.28.0 // protoc-gen-go v1.28.1
// protoc v3.21.2 // protoc v3.12.4
// source: events.proto // source: events.proto
package events package events
import ( import (
_struct "github.com/golang/protobuf/ptypes/struct"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
reflect "reflect" reflect "reflect"
sync "sync" sync "sync"
) )
@ -30,7 +30,7 @@ type EventCreate struct {
Server string `protobuf:"bytes,2,opt,name=Server,proto3" json:"Server,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"` GameID int32 `protobuf:"varint,3,opt,name=GameID,proto3" json:"GameID,omitempty"`
Date int64 `protobuf:"varint,4,opt,name=Date,proto3" json:"Date,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"` Data *_struct.Struct `protobuf:"bytes,5,opt,name=Data,proto3" json:"Data,omitempty"`
} }
func (x *EventCreate) Reset() { func (x *EventCreate) Reset() {
@ -93,7 +93,7 @@ func (x *EventCreate) GetDate() int64 {
return 0 return 0
} }
func (x *EventCreate) GetData() *structpb.Struct { func (x *EventCreate) GetData() *_struct.Struct {
if x != nil { if x != nil {
return x.Data return x.Data
} }
@ -110,7 +110,7 @@ type EventItem struct {
Server string `protobuf:"bytes,3,opt,name=Server,proto3" json:"Server,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"` GameID int32 `protobuf:"varint,4,opt,name=GameID,proto3" json:"GameID,omitempty"`
Date int64 `protobuf:"varint,5,opt,name=Date,proto3" json:"Date,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"` Data *_struct.Struct `protobuf:"bytes,6,opt,name=Data,proto3" json:"Data,omitempty"`
} }
func (x *EventItem) Reset() { func (x *EventItem) Reset() {
@ -180,7 +180,7 @@ func (x *EventItem) GetDate() int64 {
return 0 return 0
} }
func (x *EventItem) GetData() *structpb.Struct { func (x *EventItem) GetData() *_struct.Struct {
if x != nil { if x != nil {
return x.Data return x.Data
} }
@ -459,7 +459,7 @@ var file_events_proto_goTypes = []interface{}{
(*Pagination)(nil), // 3: events.Pagination (*Pagination)(nil), // 3: events.Pagination
(*LatestResponse)(nil), // 4: events.LatestResponse (*LatestResponse)(nil), // 4: events.LatestResponse
(*NullResponse)(nil), // 5: events.NullResponse (*NullResponse)(nil), // 5: events.NullResponse
(*structpb.Struct)(nil), // 6: google.protobuf.Struct (*_struct.Struct)(nil), // 6: google.protobuf.Struct
} }
var file_events_proto_depIdxs = []int32{ var file_events_proto_depIdxs = []int32{
6, // 0: events.EventCreate.Data:type_name -> google.protobuf.Struct 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. // Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions: // versions:
// - protoc-gen-go-grpc v1.2.0 // - protoc-gen-go-grpc v1.2.0
// - protoc v3.21.2 // - protoc v3.12.4
// source: events.proto // source: events.proto
package events package events

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.26.0 // protoc-gen-go v1.28.1
// protoc v3.21.7 // protoc v3.12.4
// source: ranks.proto // source: ranks.proto
package ranks package ranks

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,16 +1,16 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// versions: // versions:
// protoc-gen-go v1.28.0 // protoc-gen-go v1.28.1
// protoc v3.21.2 // protoc v3.12.4
// source: transactions.proto // source: transactions.proto
package transactions package transactions
import ( import (
users "git.itzana.me/strafesnet/go-grpc/users" users "git.itzana.me/strafesnet/go-grpc/users"
_struct "github.com/golang/protobuf/ptypes/struct"
protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl" protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
reflect "reflect" reflect "reflect"
sync "sync" sync "sync"
) )
@ -30,7 +30,7 @@ type TransactionCreate struct {
UserID int64 `protobuf:"varint,1,opt,name=UserID,proto3" json:"UserID,omitempty"` UserID int64 `protobuf:"varint,1,opt,name=UserID,proto3" json:"UserID,omitempty"`
Value int64 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"` Value int64 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"`
StateID int32 `protobuf:"varint,3,opt,name=StateID,proto3" json:"StateID,omitempty"` StateID int32 `protobuf:"varint,3,opt,name=StateID,proto3" json:"StateID,omitempty"`
Data *structpb.Struct `protobuf:"bytes,4,opt,name=Data,proto3" json:"Data,omitempty"` Data *_struct.Struct `protobuf:"bytes,4,opt,name=Data,proto3" json:"Data,omitempty"`
} }
func (x *TransactionCreate) Reset() { func (x *TransactionCreate) Reset() {
@ -86,7 +86,7 @@ func (x *TransactionCreate) GetStateID() int32 {
return 0 return 0
} }
func (x *TransactionCreate) GetData() *structpb.Struct { func (x *TransactionCreate) GetData() *_struct.Struct {
if x != nil { if x != nil {
return x.Data return x.Data
} }
@ -101,7 +101,7 @@ type TransactionUpdate struct {
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,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"` 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"` 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"` Data *_struct.Struct `protobuf:"bytes,4,opt,name=Data,proto3,oneof" json:"Data,omitempty"`
} }
func (x *TransactionUpdate) Reset() { func (x *TransactionUpdate) Reset() {
@ -157,7 +157,7 @@ func (x *TransactionUpdate) GetStateID() int64 {
return 0 return 0
} }
func (x *TransactionUpdate) GetData() *structpb.Struct { func (x *TransactionUpdate) GetData() *_struct.Struct {
if x != nil { if x != nil {
return x.Data return x.Data
} }
@ -175,7 +175,7 @@ type TransactionItem struct {
StateID int32 `protobuf:"varint,4,opt,name=StateID,proto3" json:"StateID,omitempty"` StateID int32 `protobuf:"varint,4,opt,name=StateID,proto3" json:"StateID,omitempty"`
Created int64 `protobuf:"varint,5,opt,name=Created,proto3" json:"Created,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"` Updated int64 `protobuf:"varint,6,opt,name=Updated,proto3" json:"Updated,omitempty"`
Data *structpb.Struct `protobuf:"bytes,7,opt,name=Data,proto3" json:"Data,omitempty"` Data *_struct.Struct `protobuf:"bytes,7,opt,name=Data,proto3" json:"Data,omitempty"`
} }
func (x *TransactionItem) Reset() { func (x *TransactionItem) Reset() {
@ -252,7 +252,7 @@ func (x *TransactionItem) GetUpdated() int64 {
return 0 return 0
} }
func (x *TransactionItem) GetData() *structpb.Struct { func (x *TransactionItem) GetData() *_struct.Struct {
if x != nil { if x != nil {
return x.Data return x.Data
} }
@ -780,7 +780,7 @@ var file_transactions_proto_goTypes = []interface{}{
(*IdMessage)(nil), // 8: transactions.IdMessage (*IdMessage)(nil), // 8: transactions.IdMessage
(*UserIdMessage)(nil), // 9: transactions.UserIdMessage (*UserIdMessage)(nil), // 9: transactions.UserIdMessage
(*NullResponse)(nil), // 10: transactions.NullResponse (*NullResponse)(nil), // 10: transactions.NullResponse
(*structpb.Struct)(nil), // 11: google.protobuf.Struct (*_struct.Struct)(nil), // 11: google.protobuf.Struct
(*users.UserResponse)(nil), // 12: users.UserResponse (*users.UserResponse)(nil), // 12: users.UserResponse
} }
var file_transactions_proto_depIdxs = []int32{ var file_transactions_proto_depIdxs = []int32{

View File

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

View File

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

View File

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