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
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
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
func (l ListProcess) List(ctx context.Context, pq utils.PaginationQuery) ([]domain.Process, utils.Pagination, error)
type ProcessService ¶
type ProcessService struct {
// contains filtered or unexported fields
}
func NewProcessService ¶
func NewProcessService(ctx context.Context, l zerolog.Logger, ent *connection.EntConnection) *ProcessService
func (ProcessService) Process ¶
func (s ProcessService) Process(ctx context.Context, req request.ProcessRequest) (*response.ProcessResponse, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.