Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConnectionTypeWsh = "wsh" ConnectionTypeS3 = "s3" ConnectionTypeWave = "wavefile" ConnHostCurrent = "current" ConnHostWaveSrv = "wavesrv" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
func ParseURI ¶
func ParseURI(uri string) (*Connection, error)
ParseURI parses a connection URI and returns the connection type, host/path, and parameters.
func ParseURIAndReplaceCurrentHost ¶
func ParseURIAndReplaceCurrentHost(ctx context.Context, uri string) (*Connection, error)
func (*Connection) GetFullURI ¶
func (c *Connection) GetFullURI() string
func (*Connection) GetPathWithHost ¶
func (c *Connection) GetPathWithHost() string
func (*Connection) GetSchemeParts ¶
func (c *Connection) GetSchemeParts() []string
func (*Connection) GetType ¶
func (c *Connection) GetType() string
Click to show internal directories.
Click to hide internal directories.