Documentation ¶
Overview ¶
Package analyzer implements the `analyze` sub-command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunMigrations ¶
RunMigrations runs migrations defined in sourceURL against databaseURL.
Types ¶
type Service ¶
type Service struct { Analyzers map[string]analyzer.Analyzer // contains filtered or unexported fields }
Service is Oasis Nexus's analysis service.
func Init ¶
func Init(cfg *config.AnalysisConfig) (*Service, error)
Init initializes the analysis service.
func NewService ¶
func NewService(cfg *config.AnalysisConfig) (*Service, error)
NewService creates new Service.
Click to show internal directories.
Click to hide internal directories.