imdb_searcher

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImdbMinimalTitle

type ImdbMinimalTitle struct {
	Id    string
	Type  string
	Title string
}

type ImdbSearchClient

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

func NewSearchClient

func NewSearchClient(searchClientConfig SearchClientConfig) (*ImdbSearchClient, error)

func (*ImdbSearchClient) GetClosestImdbTitle

func (searchClient *ImdbSearchClient) GetClosestImdbTitle(fileName string) ImdbMinimalTitle

type SearchClientConfig

type SearchClientConfig struct {
	MeiliSearchConfig meilisearch.ClientConfig
	Logger            *zap.Logger
}

Jump to

Keyboard shortcuts

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