Skip to content

Commit

Permalink
docs(logic): re-generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Jan 13, 2024
1 parent b70ecc9 commit ded7588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/proto/logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ Answer represents the answer to a logic query.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `success` | [bool](#bool) | | result is the result of the query. |
| `success` | [bool](#bool) | | success specifies if the query was successful. |
| `error` | [string](#string) | | error specifies the error message if the query caused an error. |
| `has_more` | [bool](#bool) | | has_more specifies if there are more solutions than the ones returned. |
| `variables` | [string](#string) | repeated | variables represent all the variables in the query. |
| `results` | [Result](#logic.v1beta2.Result) | repeated | results represent all the results of the query. |
Expand Down

0 comments on commit ded7588

Please sign in to comment.