repository

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileScanAdapter

type FileScanAdapter interface {
	Get(string, string) ([]domain.FilescanRes, error)
	Find(int64) (domain.FileScan, error)
	Save(*domain.FileScan) error
	RemoveList(context.Context, []int64) error
	AddList(context.Context, []domain.FileScan) ([]domain.FileScan, error)
	FindByRepoIdAndFiles(ctx context.Context, queries []domain.FileScan) ([]domain.FileScan, error)
}

Jump to

Keyboard shortcuts

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