Autogenerated update for 91df514bd6...db2e2e990f
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user