Versions in this module Expand all Collapse all v0 v0.1.0 Dec 3, 2019 Changes in this version + func CheckIsRootUser(ctx context.Context, userUUID string) bool + func ExecTrans(ctx context.Context, transModel model.ITrans, fn TransFunc) error + func ExecTransWithLock(ctx context.Context, transModel model.ITrans, fn TransFunc) error + func GetRootUser() *schema.User + type TransFunc func(context.Context) error