mirror of
https://2025-dev.shylinux.com/x/20250211-service
synced 2025-04-25 04:38:06 +08:00
add some
This commit is contained in:
parent
ccd911fe84
commit
ac814e6782
@ -17,7 +17,7 @@ import (
|
|||||||
|
|
||||||
type gateway struct {
|
type gateway struct {
|
||||||
travel.Travel
|
travel.Travel
|
||||||
list string `name:"list space auto" help:"应用网关"`
|
list string `name:"list space auto" help:"服务网关"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s gateway) List(m *ice.Message, arg ...string) {
|
func (s gateway) List(m *ice.Message, arg ...string) {
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "2025-dev.shylinux.com/x/20250211-service/src/gateway"
|
|
||||||
"shylinux.com/x/ice"
|
"shylinux.com/x/ice"
|
||||||
|
|
||||||
|
_ "2025-dev.shylinux.com/x/20250211-service/src/gateway"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() { print(ice.Run()) }
|
func main() { print(ice.Run()) }
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
title "ContextOS-Service"
|
title "ContextOS-Service"
|
||||||
refer `
|
refer `
|
||||||
网址 https://dev.shylinux.com
|
官网 https://dev.shylinux.com
|
||||||
`
|
源码 https://git.shylinux.com/dev/service
|
||||||
|
后台 https://dev.shylinux.com/s/20250211-service
|
||||||
|
`
|
||||||
|
field web.chat.dev.service.gateway
|
Loading…
x
Reference in New Issue
Block a user