This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
renguanyu
/
gin-vue-admin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dddd
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107
Commits
4
Branches
0
Tags
51 MiB
Tree:
cdd938a052
dev
master
qin_1
ren
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cdd938a052'
${ noResults }
gin-vue-admin
/
gin_server_admin
/
model
/
system
/
sys_initdb.go
6 lines
66 B
Raw
Normal View
History
初始化
4 years ago
package
system
type
InitDBFunc
interface
{
Init
(
)
(
err
error
)
}