feat: new registry
This commit is contained in:
9
internal/registry_new/conversion.go
Normal file
9
internal/registry_new/conversion.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package registrynew
|
||||
|
||||
// Conversion
|
||||
type Conversion interface {
|
||||
InRepr() string
|
||||
OutRepr() string
|
||||
|
||||
Run(Expr) (Expr, error)
|
||||
}
|
||||
Reference in New Issue
Block a user