analysis

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

func (*Controller) GetAnalysis

func (c *Controller) GetAnalysis(analysisID uuid.UUID) (*horusecEntities.Analysis, error)

func (*Controller) SaveAnalysis

func (c *Controller) SaveAnalysis(analysisData *apiEntities.AnalysisData) (uuid.UUID, error)

type IController

type IController interface {
	SaveAnalysis(analysisData *apiEntities.AnalysisData) (uuid.UUID, error)
	GetAnalysis(analysisID uuid.UUID) (*horusecEntities.Analysis, error)
}

func NewAnalysisController

func NewAnalysisController(postgresRead relational.InterfaceRead, postgresWrite relational.InterfaceWrite,
	broker brokerLib.IBroker, config app.IAppConfig) IController

Jump to

Keyboard shortcuts

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