Add framework resolver impl

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-22 16:13:36 +01:00
parent b749c1277a
commit 8bb1911156
15 changed files with 614 additions and 68 deletions

View File

@@ -2,6 +2,10 @@
package console_v1
import "github.com/getprobo/probo/pkg/probo"
type (
Resolver struct{}
Resolver struct {
svc *probo.Service
}
)