mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
re-enable gifs (#244)
This commit is contained in:
@@ -20,7 +20,7 @@ const (
|
||||
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
||||
)
|
||||
|
||||
// Search for a gif
|
||||
// Search for a GIF
|
||||
type SearchRequest struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
|
||||
@@ -8,7 +8,7 @@ service Gifs {
|
||||
rpc Search(SearchRequest) returns (SearchResponse) {}
|
||||
}
|
||||
|
||||
// Search for a gif
|
||||
// Search for a GIF
|
||||
message SearchRequest {
|
||||
// The search term
|
||||
string query = 1;
|
||||
|
||||
Reference in New Issue
Block a user