repository

package
v0.0.0-...-8a7be7b Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	Property string
	Value    string
}

type Repository

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

func NewRepository

func NewRepository(filepath string) *Repository

func (*Repository) AddData

func (r *Repository) AddData(l []string) error

func (*Repository) Count

func (r *Repository) Count() (int, error)

func (*Repository) Filepath

func (r *Repository) Filepath() string

func (*Repository) Filter

func (r *Repository) Filter(fs []*Filter) ([][]string, error)

func (*Repository) GetData

func (r *Repository) GetData() ([][]string, error)

func (*Repository) GetHeaders

func (r *Repository) GetHeaders() ([]string, error)

func (*Repository) Type

func (r *Repository) Type() string

Jump to

Keyboard shortcuts

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