package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Sep 25, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FSWriter struct {
Root string
}
FSWriter is implementation of Writer interface for writing blobs to the file system
type Writer interface {
Write(name, path string, resourceContent []byte) error
}
Writer writes blobs with name to a given path
Source Files
¶
Click to show internal directories.
Click to hide internal directories.