domain

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPClient

type HTTPClient interface {
	Do(req *http.Request) (*http.Response, error)
}

type HasherService

type HasherService struct {
	// contains filtered or unexported fields
}

func NewHasherService

func NewHasherService(h hash.Hash, opts ...HasherServiceOption) *HasherService

func (*HasherService) HashURLContent

type HasherServiceOption

type HasherServiceOption func(*HasherService)

func HasherServiceWithClient

func HasherServiceWithClient(c *http.Client) HasherServiceOption

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL