chore: tweak comments

This commit is contained in:
Steven
2024-05-20 22:15:51 +08:00
parent 613c9e9416
commit f54b05a521
16 changed files with 45 additions and 45 deletions

View File

@@ -306,7 +306,7 @@ type SearchUsersRequest struct {
unknownFields protoimpl.UnknownFields
// Filter is used to filter users returned in the list.
// Format: "username == frank"
// Format: "username == 'frank'"
Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}