Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HasherService ¶
type HasherService struct {
// contains filtered or unexported fields
}
func NewHasherService ¶
func NewHasherService(h hash.Hash, opts ...HasherServiceOption) *HasherService
func (*HasherService) HashURLContent ¶
func (svc *HasherService) HashURLContent(ctx context.Context, in hasher.HashURLContentInput) (*hasher.HashURLContentOutput, error)
type HasherServiceOption ¶
type HasherServiceOption func(*HasherService)
func HasherServiceWithClient ¶
func HasherServiceWithClient(c *http.Client) HasherServiceOption
Click to show internal directories.
Click to hide internal directories.