Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(scheme string, fn RegisterFunc)
Register registers new connectionhelper for scheme
Types ¶
type EngineConn ¶
type EngineConn interface { Connect(ctx context.Context, cfg *Config) (*http.Client, error) Close() error }
func Get ¶
func Get(host string) (EngineConn, error)
type RegisterFunc ¶
type RegisterFunc func(*url.URL) (EngineConn, error)
Click to show internal directories.
Click to hide internal directories.