modelInfo and indexInfo

This commit is contained in:
Asdine El Hrychy
2016-03-07 23:31:34 +01:00
parent 2ea0226646
commit c03487dcfc
7 changed files with 268 additions and 48 deletions

8
errors.go Normal file
View File

@@ -0,0 +1,8 @@
package storm
import "errors"
// Errors
var (
ErrNoID = errors.New("missing struct tag id or ID field")
)