package
2.0.0
Repository: https://github.com/aos-dev/go-storage.git
Documentation: pkg.go.dev

# Functions

NewHTTP will create a static endpoint from parsed URL.
NewHTTPS will create a static endpoint from parsed URL.
Parse will parse config string to create a endpoint Provider.

# Constants

ProtocolHTTP is the http credential protocol.
ProtocolHTTPS is the https credential protocol.

# Variables

ErrInvalidValue means value is invalid.
ErrUnsupportedProtocol will return if protocol is unsupported.

# Structs

Error represents error related to endpoint.
Static is the static endpoint.
Value is the required info to connect a service.

# Interfaces

Provider will return all info needed to connect a service.