types

package
v0.0.0-...-b028101 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	GetName() string
	GetConfigurations(page string) map[string]ProviderConfig
	GetConfigOptions(configname string, options ...string) []ProviderConfigOptions
}

type ProviderConfig

type ProviderConfig struct {
	Name     string
	Page     []string
	Order    int
	Query    string
	Disabled bool
}

type ProviderConfigOptions

type ProviderConfigOptions struct {
	Name     string
	Value    string
	Default  bool
	Disabled bool
}

Jump to

Keyboard shortcuts

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