Documentation ¶
Index ¶
- type InstanceServer
- func (InstanceServer) CreateInstance(c echo.Context) error
- func (InstanceServer) DeleteInstance(ctx echo.Context, id string) error
- func (InstanceServer) GetInstance(ctx echo.Context, id string) error
- func (InstanceServer) ListAllInstances(ctx echo.Context) error
- func (InstanceServer) StartInstance(ctx echo.Context, instanceID string) error
- func (InstanceServer) StopInstance(ctx echo.Context, instanceID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceServer ¶
type InstanceServer struct{}
func (InstanceServer) CreateInstance ¶
func (InstanceServer) CreateInstance(c echo.Context) error
func (InstanceServer) DeleteInstance ¶
func (InstanceServer) DeleteInstance(ctx echo.Context, id string) error
func (InstanceServer) GetInstance ¶
func (InstanceServer) GetInstance(ctx echo.Context, id string) error
func (InstanceServer) ListAllInstances ¶
func (InstanceServer) ListAllInstances(ctx echo.Context) error
func (InstanceServer) StartInstance ¶
func (InstanceServer) StartInstance(ctx echo.Context, instanceID string) error
func (InstanceServer) StopInstance ¶
func (InstanceServer) StopInstance(ctx echo.Context, instanceID string) error
Click to show internal directories.
Click to hide internal directories.