Skip to content

Commit bdbf515

Browse files
authored
Merge pull request #195 from mymanchan/patch-1
Update README.md to indicate expected ArtifactResponses
2 parents 07b69ba + 9688095 commit bdbf515

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

healthz/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ is implemented as a server-side streaming RPC. The `Artifact` RPC ensures that
174174
a target sends these potentially large artifacts only when explicitly requested
175175
by the client.
176176

177+
Each artifact that is returned in the `Artifact` RPC call should contain
178+
ArtifactResponses in the following order:
179+
- ArtifactHeader
180+
- one or more bytes/proto
181+
- ArtifactTrailer
182+
177183
#### Healthz.Check()
178184

179185
```protobuf

0 commit comments

Comments
 (0)