Init commit

This commit is contained in:
世界
2022-07-01 16:58:18 +08:00
commit 60691819b1
39 changed files with 2202 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package adapter
type Inbound interface {
Service
Type() string
Tag() string
}