overview

package
v1.75.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package overview provides info about a backend

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackendConfig

type BackendConfig struct {
	Backend          string   `yaml:"backend"`
	Name             string   `yaml:"name"`
	Tier             string   `yaml:"tier"`
	Maintainers      string   `yaml:"maintainers"`
	FeaturesScore    int      `yaml:"features_score"`
	IntegrationTests string   `yaml:"integration_tests"`
	DataIntegrity    string   `yaml:"data_integrity"`
	Performance      string   `yaml:"performance"`
	Adoption         string   `yaml:"adoption"`
	Docs             string   `yaml:"docs"`
	Security         string   `yaml:"security"`
	Virtual          bool     `yaml:"virtual"`
	Remote           string   `yaml:"remote"`
	Features         []string `yaml:"features"`
	Hashes           []string `yaml:"hashes"`
	Precision        int      `yaml:"precision"`
}

BackendConfig defines information about the backend

func GetBackendConfig

func GetBackendConfig(name string) (*BackendConfig, error)

GetBackendConfig from docs/data/backends

Jump to

Keyboard shortcuts

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