service backend
This commit is contained in:
7
api/pkg/db/repository/builder/field.go
Normal file
7
api/pkg/db/repository/builder/field.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package builder
|
||||
|
||||
type Field interface {
|
||||
Dot(field string) Field
|
||||
CopyWith(field string) Field
|
||||
Build() string
|
||||
}
|
||||
Reference in New Issue
Block a user