Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveBridge ¶
type BridgeController ¶
type BridgeController struct {
// contains filtered or unexported fields
}
func NewBridgeController ¶
func NewBridgeController(db *gorm.DB) *BridgeController
func (*BridgeController) ListActiveBridgesController ¶
func (c *BridgeController) ListActiveBridgesController(ctx echo.Context) error
func (*BridgeController) StartBridgeController ¶
func (c *BridgeController) StartBridgeController(ctx echo.Context) error
func (*BridgeController) StopBridgeController ¶
func (c *BridgeController) StopBridgeController(ctx echo.Context) error
type StartBridgeRequest ¶
Click to show internal directories.
Click to hide internal directories.