feat: new registry
This commit is contained in:
7
internal/registry_new/expr.go
Normal file
7
internal/registry_new/expr.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package registrynew
|
||||
|
||||
type Expr interface {
|
||||
Repr() string
|
||||
|
||||
Data() any
|
||||
}
|
||||
Reference in New Issue
Block a user