Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoBackend = fmt.Errorf("no supported backend")
Functions ¶
Types ¶
type Backend ¶
type FileBackend ¶
type FileBackend struct {
// contains filtered or unexported fields
}
func (*FileBackend) URI ¶
func (b *FileBackend) URI() string
type SFTPBackend ¶
type SFTPBackend struct {
// contains filtered or unexported fields
}
func (*SFTPBackend) Close ¶
func (b *SFTPBackend) Close() error
func (*SFTPBackend) URI ¶
func (b *SFTPBackend) URI() string
Click to show internal directories.
Click to hide internal directories.