Documentation ¶
Index ¶
- func EchoErrorHandler() echo.MiddlewareFunc
- func EchoLogger(logger *zap.Logger) echo.MiddlewareFunc
- func EchoMetrics(p *prometheus.Prometheus) echo.MiddlewareFunc
- func EchoRecover() echo.MiddlewareFunc
- func NewRpcHandler(systemAdminKey *key.ServerPrivate, repository domain.Repository, ...) (string, http.Handler)
- func Start(ctx context.Context, c *config.Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EchoErrorHandler ¶ added in v0.7.0
func EchoErrorHandler() echo.MiddlewareFunc
func EchoLogger ¶
func EchoMetrics ¶ added in v0.6.0
func EchoMetrics(p *prometheus.Prometheus) echo.MiddlewareFunc
func EchoRecover ¶
func EchoRecover() echo.MiddlewareFunc
func NewRpcHandler ¶
func NewRpcHandler(systemAdminKey *key.ServerPrivate, repository domain.Repository, handler apiconnect.IonscaleServiceHandler) (string, http.Handler)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.