Documentation ¶
Overview ¶
Copyright (C) 2024 early (LGPL)
Copyright (C) 2024 early (LGPL)
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Opener ¶
type Opener interface {
Open() (io.ReadCloser, error)
}
type OpenerFunc ¶
type OpenerFunc func() (io.ReadCloser, error)
func (OpenerFunc) Open ¶
func (opener OpenerFunc) Open() (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.