Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Port ¶
type Port interface { // Store save given reader and use given string as the id of that reader. // Depends on the implementation this may be a file name or some uuid. This // Store will be responsible for closing the reader. Store(io.ReadCloser, string) // Remove do remove given file id. Depends on the implementation this may // be a file path and filename or some uuid. Remove(string) }
Port signature for storage pkg.
Click to show internal directories.
Click to hide internal directories.