Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller[T any] interface { Register(scheme string, options ...Option[T]) Open(ctx context.Context, url string) (T, error) }
func NewController ¶
func NewController[T any]() Controller[T]
type Convertible ¶
type Option ¶
func WithCustomOpener ¶
Click to show internal directories.
Click to hide internal directories.