Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIGeneralResult ¶ added in v1.0.4
type APIGeneralResult struct { Code int `json:"code"` Message string `json:"message"` Data interface{} `json:"data"` }
============================================ Created by andy pangaribuan on 2021/05/03 Copyright andypangaribuan. All rights reserved. ============================================
type DbUnsafeSelectError ¶ added in v1.0.4
type IDbMaster ¶ added in v1.0.4
type IDbMaster interface { Ping() error Exec(sqlQuery string, sqlPars ...interface{}) error Transaction() (IDbTransaction, error) }
============================================ Created by andy pangaribuan on 2021/05/19 Copyright andypangaribuan. All rights reserved. ============================================
type IDbTransaction ¶ added in v1.0.4
type NonBlockConcurrentProcessHolder ¶ added in v1.0.4
type NonBlockConcurrentProcessHolder struct {
Done func()
}
Click to show internal directories.
Click to hide internal directories.