Documentation ¶
Overview ¶
File IO commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commands ¶
func (*Commands) Write ¶
func (self *Commands) Write(destination interface{}, args *WriteArgs) (*WriteResponse, error)
Write a value or a stream of data to a file at the given path. The destination path can be a local filesystem path, a URI that uses a custom scheme registered outside of the application, or the string "temporary", which will write to a temporary file whose path will be returned in the response.
type WriteResponse ¶
Click to show internal directories.
Click to hide internal directories.