Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶ added in v0.7.0
type Driver interface {
// WithAuth sets the authentication context to be used by this driver.
WithAuth()
}
type HTTPDriver ¶
func NewHTTPDriver ¶
func NewHTTPDriver(basePath string, transport http.RoundTripper) *HTTPDriver
func (*HTTPDriver) CreateDomain ¶
func (driver *HTTPDriver) CreateDomain(ctx context.Context, name string) error
func (*HTTPDriver) ResolvePURL ¶
Click to show internal directories.
Click to hide internal directories.