Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrDefaultProfileNotSet ¶
type ErrDefaultProfileNotSet struct{}
func (*ErrDefaultProfileNotSet) Error ¶
func (e *ErrDefaultProfileNotSet) Error() string
type ErrInsufficientArguments ¶
type ErrInsufficientArguments struct{}
func (*ErrInsufficientArguments) Error ¶
func (e *ErrInsufficientArguments) Error() string
type ErrLocalPathNotSet ¶
type ErrLocalPathNotSet struct{}
func (*ErrLocalPathNotSet) Error ¶
func (e *ErrLocalPathNotSet) Error() string
type ErrNoBucketSelected ¶
type ErrNoBucketSelected struct{}
func (*ErrNoBucketSelected) Error ¶
func (e *ErrNoBucketSelected) Error() string
type ErrNoProfileSelected ¶
type ErrNoProfileSelected struct{}
func (*ErrNoProfileSelected) Error ¶
func (e *ErrNoProfileSelected) Error() string
type ErrNotDirectory ¶
type ErrNotDirectory struct{}
func (*ErrNotDirectory) Error ¶
func (e *ErrNotDirectory) Error() string
type ErrProfileNotFound ¶
type ErrProfileNotFound struct {
Name string
}
func (*ErrProfileNotFound) Error ¶
func (e *ErrProfileNotFound) Error() string
type ErrProviderInactive ¶
type ErrProviderInactive struct{}
func (*ErrProviderInactive) Error ¶
func (e *ErrProviderInactive) Error() string
type ErrRemotePathNotSet ¶
type ErrRemotePathNotSet struct{}
func (*ErrRemotePathNotSet) Error ¶
func (e *ErrRemotePathNotSet) Error() string
type RuntimeError ¶
type RuntimeError struct{}
func (*RuntimeError) Error ¶
func (e *RuntimeError) Error() string
Click to show internal directories.
Click to hide internal directories.