package handlers import "github.com/labstack/echo/v4" func PinVault(c echo.Context) error { return nil } func PublishVault(c echo.Context) error { return nil }