Documentation ¶ Index ¶ type Checker type Doer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Checker ¶ type Checker interface { // Validate that the integration can be registered for future calls Validate(ctx context.Context) error } type Doer ¶ type Doer interface { Do(ctx context.Context) error // Validate that the integration can be performed with the parameters provided Validate(ctx context.Context) error } Source Files ¶ View all Source files integration.go Directories ¶ Show internal Expand all Path Synopsis dependencytrack Click to show internal directories. Click to hide internal directories.