repositories

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IFileParsedRepository

type IFileParsedRepository interface {
	All() *os.File
}

type ISqliteRepository

type ISqliteRepository interface {
	Migrate() error
	All(int) ([]entity.Commands, int, error)
	Pagination(int, int) ([]entity.Commands, error)
	Count() (int, error)
	InsertParsed(string)
	Search(string, int, int) ([]entity.Commands, int, error)
	SearchCount(string) (int, error)
}

type SqliteCmd

type SqliteCmd entity.Commands

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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