1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 01:48:27 +08:00
icebergs/base/ssh/ssh.go
2021-10-22 12:43:09 +08:00

12 lines
234 B
Go

package ssh
import (
ice "shylinux.com/x/icebergs"
)
const SSH = "ssh"
var Index = &ice.Context{Name: SSH, Help: "终端模块"}
func init() { ice.Index.Register(Index, &Frame{}, SOURCE, TARGET, PROMPT, PRINTF, SCREEN, RETURN) }