Documentation
¶
Index ¶
- func Delete(host string, port int, filePath string) error
- func Get(host string, port int, filePath string) ([]byte, error)
- func GetEntries(host string, port int, filePathPrefix string) (entries []*master.Entry, err error)
- func GetEntry(host string, port int, filePath string) (entry *master.Entry, err error)
- func Heartbeat(host string, port int, ss *master.StorageStatus) error
- func InsertEntry(host string, port int, entry *master.Entry) error
- func Upload(host string, port int, dstFilePath, srcFilePath string) error
- func WriteData(host string, port int, filePath string, data *[]byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEntries ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.