package
Version:
v0.50.0
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExecuteRequest struct {
Command string `json:"command" validate:"required"`
Timeout *uint32 `json:"timeout,omitempty" validate:"optional"`
}
type ExecuteResponse struct {
Code int `json:"code" validate:"required"`
Result string `json:"result" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.