Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URL ¶
type URL struct {
// contains filtered or unexported fields
}
func NewURL ¶
func NewURL( repo interfaces.URLRepo, hash interfaces.Hash, opts ...URLOpt, ) *URL
func (*URL) GetFullURL ¶
type URLOpt ¶
type URLOpt func(*URL)
func WithLogger ¶
func WithLogger(logger interfaces.Logger) URLOpt
Click to show internal directories.
Click to hide internal directories.