Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Mar 11, 2024
1 parent a7eca3d commit b288ea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions def.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ type MixinEntity interface {

Build(*Option) *EntityDescriptor
}

type Schemaer interface {
Build(opt *Option) *Schema
}

0 comments on commit b288ea6

Please sign in to comment.