Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
876 changes: 448 additions & 428 deletions apis/serviceconn/gateway_event/pb/gw_event.pb.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions apis/serviceconn/gateway_event/pb/gw_event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ message ListEventsReq {
string location = 9; // city / venue filter for in-person events
ClientInfo client_info = 10;
string group_slug = 11; // target community for GetGroupEvents
string date_filter = 12; // "this-week", "this-month", "all"
string sort_by = 13; // "soonest", "popular", "newest"
}

message ListEventsResp {
Expand Down
1,262 changes: 636 additions & 626 deletions apis/serviceconn/gateway_user/pb/gw_user.pb.go

Large diffs are not rendered by default.

Loading
Loading