From 7d888ae6ed55209e3e93c3483a2841e7eb935638 Mon Sep 17 00:00:00 2001 From: itzaname Date: Sun, 19 Mar 2023 19:13:58 +0000 Subject: [PATCH] Autogenerated update for https://git.itzana.me/StrafesNET/protobufs/compare/3412dc34c189becea6c2ad789c3b2765167137c6...91df514bd6541f52cdda12cc9a6dbaa172438233 --- times/times.pb.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/times/times.pb.go b/times/times.pb.go index 4d6a063..e6541e4 100644 --- a/times/times.pb.go +++ b/times/times.pb.go @@ -497,7 +497,11 @@ type ListRequest struct { Filter *TimeFilter `protobuf:"bytes,1,opt,name=Filter,proto3" json:"Filter,omitempty"` Blacklisted bool `protobuf:"varint,2,opt,name=Blacklisted,proto3" json:"Blacklisted,omitempty"` Page *Pagination `protobuf:"bytes,3,opt,name=Page,proto3" json:"Page,omitempty"` - Sort uint32 `protobuf:"varint,4,opt,name=Sort,proto3" json:"Sort,omitempty"` + // 0 - time ASC + // 1 - time DSC + // 2 - date ASC + // 3 - date DSC + Sort uint32 `protobuf:"varint,4,opt,name=Sort,proto3" json:"Sort,omitempty"` } func (x *ListRequest) Reset() {