Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package schemes includes the schemes supported in this project
Index ¶
Constants ¶
      View Source
      
  
const ( SchemeFile = "file" SchemeFTP = "ftp" SchemeHTTP = "http" SchemeHTTPS = "https" SchemeS3 = "s3" SchemeSFTP = "sftp" )
Variables ¶
      View Source
      
  
var ( Schemes = []string{ SchemeFile, SchemeFTP, SchemeHTTP, SchemeHTTPS, SchemeS3, SchemeSFTP, } )
Functions ¶
This section is empty.
Types ¶
type ErrUnknownScheme ¶
type ErrUnknownScheme struct {
	Scheme string
}
    func (*ErrUnknownScheme) Error ¶
func (e *ErrUnknownScheme) Error() string
 Click to show internal directories. 
   Click to hide internal directories.