mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
add vendor
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package dbtest
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func (dbs *DBServer) ProcessTest() *os.Process {
|
||||
if dbs.server == nil {
|
||||
return nil
|
||||
}
|
||||
return dbs.server.Process
|
||||
}
|
||||
Reference in New Issue
Block a user