process

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidUUID     = errors.New("invalid uuid provided")
	ErrProcessNotFound = errors.New("process not found")
)
View Source
var (
	ErrSignKeyNotSupported    = errors.New("key type not supported for signing")
	ErrEncryptKeyNotSupported = errors.New("key type not supported for encrypting")
	ErrUnsupportedHosting     = errors.New("unsupported hosting type")
	ErrAggregateModeDisabled  = errors.New("aggregate mode disabled")
)
View Source
var ErrHashNotFound = errors.New("hash not found")

Functions

This section is empty.

Types

type GetFileByHash added in v1.3.0

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

func NewGetFileByHash added in v1.3.0

func NewGetFileByHash(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *GetFileByHash

func (GetFileByHash) Get added in v1.3.0

func (s GetFileByHash) Get(ctx context.Context, hash string) ([]byte, error)

type GetProcessByID added in v1.3.0

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

func NewGetProcessByID added in v1.3.0

func NewGetProcessByID(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *GetProcessByID

func (GetProcessByID) Get added in v1.3.0

func (g GetProcessByID) Get(ctx context.Context, processID string) (domain.Process, error)

type ListProcess added in v1.3.0

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

func NewListProcess added in v1.3.0

func NewListProcess(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *ListProcess

func (ListProcess) List added in v1.3.0

type ProcessService

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

func (ProcessService) LoadUrl

func (s ProcessService) LoadUrl(ctx context.Context, url *url.URL) (domain.File, error)

func (ProcessService) Process

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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