Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateWorkerRequest ¶
type CreateWorkerRequest struct{}
type CreateWorkerResponse ¶
type CreateWorkerResponse struct {
ID uint64
}
type DestroyWorkerRequest ¶
type DestroyWorkerRequest struct {
ID uint64
}
type DestroyWorkerResponse ¶
type DestroyWorkerResponse struct{}
type GetWorkerRequest ¶
type GetWorkerRequest struct {
ID uint64
}
type GetWorkerResponse ¶
type MessageError ¶
type MessageResponse ¶
type MessageResponse struct {
// contains filtered or unexported fields
}
func (MessageResponse) Data ¶
func (m MessageResponse) Data() any
func (MessageResponse) Error ¶
func (m MessageResponse) Error() *MessageError
func (MessageResponse) Request ¶
func (m MessageResponse) Request() connector.Message
Click to show internal directories.
Click to hide internal directories.