Documentation
¶
Index ¶
- type Operation
- func (ko *Operation) Delete(filename string) error
- func (ko *Operation) FileExists(filename string) (bool, error)
- func (ko *Operation) List(path string) ([]string, error)
- func (ko *Operation) Read(filename string) ([]byte, error)
- func (ko *Operation) Write(filename string, contents string, appendToFile bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct {
KeybaseBinaryPath string
}
func (*Operation) FileExists ¶
Returns whether the given KBFS file exists
Click to show internal directories.
Click to hide internal directories.