re-enable gifs (#244)

This commit is contained in:
Dominic Wong
2021-10-26 10:04:53 +01:00
committed by GitHub
parent abb8275370
commit f0019e576a
4 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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;