1
0
forked from x/icebergs
icebergs/core/chat/macos/session.go
2023-05-03 23:23:49 +08:00

11 lines
216 B
Go

package macos
import (
ice "shylinux.com/x/icebergs"
"shylinux.com/x/icebergs/base/mdb"
)
const SESSION = "session"
func init() { Index.MergeCommands(ice.Commands{SESSION: {Actions: CmdHashAction(mdb.NAME)}}) }