Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { ReadWriteTruncate(src, dst string) (ok bool) WriteTruncate(name string, data any) (ok bool) WriteAppend(name string, data any) (ok bool) WriteGoCode(name string, data any) (ok bool) WriteBinary(name string, data any) (ok bool) WriteJson(name string, Obj any) (ok bool) WriteHjson(name string, Obj any) (ok bool) ToLines(data any) (lines []string, ok bool) ReadToLines(path string) (lines []string, ok bool) GoCode() string Copy(source, destination string) (ok bool) }
Click to show internal directories.
Click to hide internal directories.