Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitExplorer ¶
type CommitExplorer struct {
// contains filtered or unexported fields
}
func NewCommitExplorer ¶
func NewCommitExplorer(l *utils.StandardLogger, db *gorm.DB, basePath string, btdClient btdprotos.UsedBuildToolsClient, gradleClient gpprotos.GradleParseServiceClient, mcdClient mcdprotos.DownloaderClient, rmHost string, store files.Storage) *CommitExplorer
NewCommitExplorer creates a new Analyzer
func (*CommitExplorer) ExploreCommit ¶
func (c *CommitExplorer) ExploreCommit(ctx context.Context, rr *protos.ExploreCommitRequest) (*protos.ExploreCommitResponse, error)
ExploreCommit performs the analysis for a specific commitId and projectId
Click to show internal directories.
Click to hide internal directories.