mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
fa5065b0f3
commit
439bd78535
17
src/h3/h3.go
Normal file
17
src/h3/h3.go
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
package h3
|
||||||
|
|
||||||
|
import (
|
||||||
|
"shylinux.com/x/ice"
|
||||||
|
)
|
||||||
|
|
||||||
|
type h3 struct {
|
||||||
|
ice.Zone
|
||||||
|
|
||||||
|
list string `name:"list zone id auto insert" help:"h3"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s h3) List(m *ice.Message, arg ...string) {
|
||||||
|
s.Zone.List(m, arg...)
|
||||||
|
}
|
||||||
|
|
||||||
|
func init() { ice.Cmd("web.code.h3.h3", h3{}) }
|
4
src/h3/h3.shy
Normal file
4
src/h3/h3.shy
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
chapter "h3"
|
||||||
|
|
||||||
|
field web.code.h3.h3
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user