Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientRequest ¶
type ClientRequest struct {
GetObjectRequest *GetObjectRequest
YieldRequest *YieldRequest
}
type GetObjectRequest ¶
type GetObjectResponse ¶
type ServerMessage ¶
type ServerMessage struct {
GetObjectResponse *GetObjectResponse
YieldResponse *YieldResponse
}
ServerMessage types are sent in response to requests from the client and also due to internal state changes in the server.
type YieldRequest ¶
type YieldResponse ¶
Click to show internal directories.
Click to hide internal directories.