Files
sonr/pkg/gateway/handlers/pin.go
T

12 lines
165 B
Go
Raw Normal View History

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