mirror of
https://shylinux.com/x/icebergs
synced 2025-06-26 18:37:29 +08:00
opt web
This commit is contained in:
parent
b4159f31ad
commit
5ed8e75b40
@ -62,7 +62,7 @@ func (f *Frame) Start(m *ice.Message, arg ...string) bool {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
gdb.Event(m, SERVE_START, arg)
|
gdb.Event(m, SERVE_START, arg)
|
||||||
defer gdb.Event(m, SERVE_STOP)
|
defer gdb.Event(m, SERVE_STOP, arg)
|
||||||
switch cb := m.OptionCB("").(type) {
|
switch cb := m.OptionCB("").(type) {
|
||||||
case func(http.Handler):
|
case func(http.Handler):
|
||||||
cb(f)
|
cb(f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user