Documentation ¶
Index ¶
- Constants
- Variables
- func Append(m *ice.Message, p string, cb ice.Any)
- func AppendFile(m *ice.Message, p string) (io.ReadWriteCloser, string, error)
- func Close(m *ice.Message, p ice.Any)
- func Copy(m *ice.Message, w io.Writer, r io.Reader, cb ice.Any)
- func CopyFile(m *ice.Message, to, from string, cb func([]byte, int) []byte)
- func CopyStream(m *ice.Message, to io.Writer, from io.Reader, cache, total int, cb ice.Any)
- func Create(m *ice.Message, p string, cb ice.Any)
- func CreateFile(m *ice.Message, p string) (io.WriteCloser, string, error)
- func Dir(m *ice.Message, field string) *ice.Message
- func DirDeepAll(m *ice.Message, root, dir string, cb func(ice.Maps), arg ...string) *ice.Message
- func DirList(m *ice.Message, arg ...string) bool
- func Document(m *ice.Message, p string, arg ...ice.Any) string
- func Exists(m *ice.Message, p string, cb ...func(string)) bool
- func ExistsFile(m *ice.Message, p string) bool
- func IsSourceFile(m *ice.Message, ext string) bool
- func Link(m *ice.Message, oldname string, newname string) error
- func MkdirAll(m *ice.Message, p string) string
- func NewReadCloser(r io.Reader) io.ReadCloser
- func NewWriteCloser(w func([]byte) (int, error), c func() error) io.WriteCloser
- func Open(m *ice.Message, p string, cb ice.Any)
- func OpenFile(m *ice.Message, p string) (io.ReadCloser, error)
- func OptionFiles(m *ice.Message, f ...file.File) file.File
- func OptionLoad(m *ice.Message, p string) *ice.Message
- func Pipe(m *ice.Message, cb ice.Any) io.WriteCloser
- func Prefix(arg ...string) string
- func ReadAll(m *ice.Message, r io.Reader) []byte
- func ReadDir(m *ice.Message, p string) ([]os.FileInfo, error)
- func ReadFile(m *ice.Message, p string) (b []byte, e error)
- func Relative(m *ice.Message, p string) string
- func Remove(m *ice.Message, p string) error
- func RemoveAll(m *ice.Message, p string) error
- func Rename(m *ice.Message, oldname string, newname string) error
- func Rewrite(m *ice.Message, p string, cb func(string) string)
- func Save(m *ice.Message, w io.Writer, s string, cb ice.Any)
- func Show(m *ice.Message, file string) bool
- func SplitPath(m *ice.Message, p string) []string
- func StatFile(m *ice.Message, p string) (os.FileInfo, error)
- func Symlink(m *ice.Message, oldname string, newname string) error
- func TarExport(m *ice.Message, path string, file ...string)
- func Temp(m *ice.Message, cb func(p string))
- func TempName(m *ice.Message) string
- func Template(m *ice.Message, p string, data ...ice.Any) string
- func Trash(m *ice.Message, p string, arg ...string) *ice.Message
- func WriteFile(m *ice.Message, p string, b []byte) error
Constants ¶
View Source
const ( CAT_CONTENT = "cat_content" CONFIGURE = "configure" STDIO = "stdio" TAGS = "tags" MODULE = "module" SOURCE = "source" TARGET = "target" BINARY = "binary" SCRIPT = "script" CLONE = "clone" REPOS = "repos" REMOTE = "remote" ORIGIN = "origin" COMMIT = "commit" BRANCH = "branch" MASTER = "master" VERSION = "version" COMPILE = "compile" )
View Source
const ( HTML = ice.HTML CSS = ice.CSS SVG = ice.SVG JS = ice.JS GO = ice.GO SH = ice.SH SHY = ice.SHY CSV = ice.CSV JSON = ice.JSON PROTO = "proto" YAML = "yaml" CONF = "conf" XML = "xml" YML = "yml" TXT = "txt" MD = "md" PY = "py" IMAGE = "image" JPEG = "jpeg" JPG = "jpg" PNG = "png" MP4 = "mp4" MOV = "mov" PDF = "pdf" DF = ice.DF PS = ice.PS PT = ice.PT )
View Source
const ( PWD = "./" SRC = "src/" ETC = "etc/" BIN = "bin/" VAR = "var/" USR = "usr/" ETC_LOCAL_SH = "etc/local.sh" SRC_DOCUMENT = "src/document/" SRC_TEMPLATE = ice.SRC_TEMPLATE USR_ICEBERGS = ice.USR_ICEBERGS USR_PUBLISH = ice.USR_PUBLISH USR_PORTAL = ice.USR_PORTAL USR_LOCAL = ice.USR_LOCAL USR_LOCAL_WORK = ice.USR_LOCAL_WORK USR_LOCAL_IMAGE = "usr/local/image/" USR_LEARNING_PORTAL = "usr/learning/portal/" USR_MODULES = "usr/node_modules/" USR_PACKAGE = "usr/package.json" USR_ICONS_AVATAR = "usr/icons/avatar.jpg" USR_ICONS_CONTEXTS = "usr/icons/contexts.jpg" USR_ICONS_ICEBERGS = "usr/icons/icebergs.png" USR_ICONS_VOLCANOS = "usr/icons/volcanos.png" USR_ICONS = "usr/icons/" REQUIRE_MODULES = "/require/modules/" REQUIRE_USR = "/require/usr/" REQUIRE_SRC = "/require/src/" REQUIRE = "/require/" VOLCANOS = "/volcanos/" INTSHELL = "/intshell/" SHARE_LOCAL = "/share/local/" PATHNAME = "pathname" FILENAME = "filename" TYPE_ALL = "all" TYPE_BIN = "bin" TYPE_CAT = "cat" TYPE_DIR = "dir" TYPE_BOTH = "both" DIR_ROOT = "dir_root" DIR_TYPE = "dir_type" DIR_DEEP = "dir_deep" DIR_REG = "dir_reg" DIR_DEF_FIELDS = "time,path,size,action" DIR_WEB_FIELDS = "time,path,size,link,action" DIR_CLI_FIELDS = "path,size,time" ROOT = "root" TREE = "tree" FULL = "full" PATH = "path" FILE = "file" NAME = "name" SIZE = "size" LINE = "line" )
View Source
const ( CONTENT = "content" OFFSET = "offset" ALIAS = "alias" FROM = "from" TO = "to" )
View Source
const ( XZ = "xz" GZ = "gz" TGZ = "tgz" )
View Source
const CAT = "cat"
View Source
const COPY = "copy"
View Source
const DEFS = "defs"
View Source
const DIR = "dir"
View Source
const DOCUMENT = "document"
View Source
const FIND = "find"
View Source
const GREP = "grep"
View Source
const HEX = "hex"
View Source
const LINK = "link"
View Source
const LOAD = "load"
View Source
const MOVE = "move"
View Source
const NFS = "nfs"
View Source
const (
OPENS = "opens"
)
View Source
const PACK = "pack"
View Source
const PUSH = "push"
View Source
const SAVE = "save"
View Source
const TAR = "tar"
View Source
const TEMPLATE = "template"
View Source
const TRASH = "trash"
View Source
const ZIP = "zip"
Variables ¶
View Source
var DiskFile = file.NewDiskFile()
View Source
var DocumentPath = func(m *ice.Message, arg ...string) string { return path.Join(USR_LEARNING_PORTAL, m.PrefixKey(), path.Join(arg...)) }
View Source
var DocumentText = func(m *ice.Message, p string) string { return m.Cmdx(CAT, DocumentPath(m, path.Base(p))) }
View Source
var ImageResize = func(m *ice.Message, p string, height, width uint) bool { return false }
View Source
var PackFile = file.NewPackFile()
Functions ¶
func AppendFile ¶ added in v1.2.9
func CopyFile ¶ added in v1.3.0
func CopyStream ¶ added in v1.5.5
func CreateFile ¶ added in v1.2.9
func DirDeepAll ¶ added in v1.4.3
func NewReadCloser ¶ added in v0.5.6
func NewReadCloser(r io.Reader) io.ReadCloser
func NewWriteCloser ¶ added in v1.2.9
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.