Files
sonr/pkg/workers/handlers/sync.go
T

9 lines
156 B
Go
Raw Normal View History

package handlers
import "github.com/labstack/echo/v4"
func GetDatabaseSchema(e echo.Context) error {
// Implement database schema endpoint
return nil
}