mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
10 lines
243 B
Go
10 lines
243 B
Go
package nfs
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
const NFS = "nfs"
|
|
|
|
var Index = &ice.Context{Name: "nfs", Help: "存储模块"}
|
|
|
|
func init() { ice.Index.Register(Index, nil, CAT, DIR, PACK, DEFS, SAVE, PUSH, COPY, LINK, GREP, TAIL, TRASH) }
|