diff --git a/structs.go b/structs.go index f5e8b38..26c2d85 100644 --- a/structs.go +++ b/structs.go @@ -47,7 +47,7 @@ type Request struct { id string } -// Represents a search Response from elasticsearch +// Represents a Response from elasticsearch type Response struct { Ok bool Acknowledged bool