mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
compat skynet 1.0 lua module
This commit is contained in:
1
lualib/compat10/cluster.lua
Normal file
1
lualib/compat10/cluster.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.cluster"
|
||||
1
lualib/compat10/crypt.lua
Normal file
1
lualib/compat10/crypt.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.crypt"
|
||||
1
lualib/compat10/datacenter.lua
Normal file
1
lualib/compat10/datacenter.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.datacenter"
|
||||
1
lualib/compat10/debugchannel.lua
Normal file
1
lualib/compat10/debugchannel.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.debugchannel"
|
||||
1
lualib/compat10/dns.lua
Normal file
1
lualib/compat10/dns.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.dns"
|
||||
1
lualib/compat10/memory.lua
Normal file
1
lualib/compat10/memory.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.memory"
|
||||
1
lualib/compat10/mongo.lua
Normal file
1
lualib/compat10/mongo.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.mongo"
|
||||
1
lualib/compat10/mqueue.lua
Normal file
1
lualib/compat10/mqueue.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.mqueue"
|
||||
1
lualib/compat10/multicast.lua
Normal file
1
lualib/compat10/multicast.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.multicast"
|
||||
1
lualib/compat10/mysql.lua
Normal file
1
lualib/compat10/mysql.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.db.mysql"
|
||||
1
lualib/compat10/netpack.lua
Normal file
1
lualib/compat10/netpack.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.netpack"
|
||||
1
lualib/compat10/profile.lua
Normal file
1
lualib/compat10/profile.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.profile"
|
||||
1
lualib/compat10/redis.lua
Normal file
1
lualib/compat10/redis.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.db.redis"
|
||||
1
lualib/compat10/sharedata.lua
Normal file
1
lualib/compat10/sharedata.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.sharedata"
|
||||
1
lualib/compat10/sharemap.lua
Normal file
1
lualib/compat10/sharemap.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.sharemap"
|
||||
1
lualib/compat10/socket.lua
Normal file
1
lualib/compat10/socket.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.socket"
|
||||
1
lualib/compat10/socketchannel.lua
Normal file
1
lualib/compat10/socketchannel.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.socketchannel"
|
||||
1
lualib/compat10/socketdriver.lua
Normal file
1
lualib/compat10/socketdriver.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.socketdriver"
|
||||
1
lualib/compat10/stm.lua
Normal file
1
lualib/compat10/stm.lua
Normal file
@@ -0,0 +1 @@
|
||||
return require "skynet.stm"
|
||||
Reference in New Issue
Block a user