Documentation
¶
Index ¶
- func Render(ctx echo.Context, statusCode int, t ...templ.Component) error
- type Handler
- func (h *Handler) DeleteAccount(c echo.Context) error
- func (h *Handler) DeleteConnector(c echo.Context) error
- func (h *Handler) GetAccountRow(c echo.Context) error
- func (h *Handler) GetAccountsPage(c echo.Context) error
- func (h *Handler) GetConnectorRow(c echo.Context) error
- func (h *Handler) GetConnectorsPage(c echo.Context) error
- func (h *Handler) GetData(c echo.Context) error
- func (h *Handler) GetDataPage(c echo.Context) error
- func (h *Handler) GetEditAccountRow(c echo.Context) error
- func (h *Handler) GetEditConnectorRow(c echo.Context) error
- func (h *Handler) GetEditDataRow(c echo.Context) error
- func (h *Handler) GetNewAccountPage(c echo.Context) error
- func (h *Handler) GetNewConnectorPage(c echo.Context) error
- func (h *Handler) PostAccount(c echo.Context) error
- func (h *Handler) PostConnector(c echo.Context) error
- func (h *Handler) PostConnectorUpdate(c echo.Context) error
- func (h *Handler) PostDataSync(c echo.Context) error
- func (h *Handler) PutAccount(c echo.Context) error
- func (h *Handler) PutConnector(c echo.Context) error
- func (h *Handler) PutData(c echo.Context) error
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
ConnectorManager connectormanager.ConnectorManager
}
type Server ¶
type Server struct {
DB *sqlx.DB
ConnectorManager *connectormanager.ConnectorManager
}
func (*Server) Start ¶
func (s *Server) Start(connManager connectormanager.ConnectorManager) error
Click to show internal directories.
Click to hide internal directories.