mirror of
https://shylinux.com/x/icebergs
synced 2025-04-27 01:48:27 +08:00
8 lines
217 B
Go
8 lines
217 B
Go
package nfs
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
var Index = &ice.Context{Name: "nfs", Help: "存储模块"}
|
|
|
|
func init() { ice.Index.Register(Index, nil, TAR, CAT, DIR, DEFS, SAVE, PUSH, COPY, LINK, TAIL, TRASH) }
|