logos

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func (*Client) Lookup

func (c *Client) Lookup(name string) (*Logo, error)

type Grabber

type Grabber interface {
	Lookup(name string) (*Logo, error)
}

func NewGrabber

func NewGrabber() Grabber

func NewNopGrabber added in v0.8.0

func NewNopGrabber() Grabber
type Logo struct {
	Name string `json:"name"`
	URL  string `json:"url"`
}

Jump to

Keyboard shortcuts

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