aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/xorm.io/xorm/interface.go')
-rw-r--r--vendor/xorm.io/xorm/interface.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/xorm.io/xorm/interface.go b/vendor/xorm.io/xorm/interface.go
index 6aac4ae843..0fe9cbe1ed 100644
--- a/vendor/xorm.io/xorm/interface.go
+++ b/vendor/xorm.io/xorm/interface.go
@@ -120,6 +120,7 @@ type EngineInterface interface {
TableInfo(bean interface{}) (*schemas.Table, error)
TableName(interface{}, ...bool) string
UnMapType(reflect.Type)
+ EnableSessionID(bool)
}
var (