1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-27 01:48:27 +08:00
icebergs/base/nfs/nfs.go
2021-11-29 17:36:37 +08:00

10 lines
222 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, TAIL, TRASH, SAVE, PUSH, COPY, LINK, DEFS) }