gojs/modules/registers.go

11 lines
154 B
Go
Raw Normal View History

2024-10-02 00:07:02 +08:00
package js
func init() {
RegisterConsoleModel()
RegisterDBModel()
RegisterFileModel()
RegisterHTTPModel()
RegisterLogModel()
RegisterUtilModel()
}