sql model template

This commit is contained in:
Asim Aslam
2020-08-23 21:30:46 +01:00
parent d28f0670d6
commit 1a6652fe6b
3 changed files with 145 additions and 2 deletions

View File

@@ -34,8 +34,6 @@ type Entity interface {
Value() interface{}
// Attributes of the entity
Attributes() map[string]interface{}
// Read a value as a concrete type
Read(v interface{}) error
}
type Options struct {