pinterest

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PinService

type PinService struct {
	Client    *http.Client
	Providers []Provider
}

func NewPin

func NewPin(client *http.Client) *PinService

func (*PinService) Stream

func (p *PinService) Stream(url string) (providers.PinResults, error)

type Provider

type Provider interface {
	Name() string
	BaseURL() string
	Stream(url string) (providers.PinResults, error)
}

func DefaultProviders

func DefaultProviders(client *http.Client) []Provider

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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