Documentation ¶
Index ¶
- func NewEventMatcher(event _database.APIEvent) gomock.Matcher
- func Run()
- type APIEventTest
- func (t *APIEventTest) WithEventType(eventType models.APIType) *APIEventTest
- func (t *APIEventTest) WithHasProvidedSpecDiff(hasProvidedSpecDiff bool) *APIEventTest
- func (t *APIEventTest) WithHasReconstructedSpecDiff(hasReconstructedSpecDiff bool) *APIEventTest
- func (t *APIEventTest) WithIsNonAPI(isNonAPI bool) *APIEventTest
- func (t *APIEventTest) WithSpecDiffType(diffType models.DiffType) *APIEventTest
- type Backend
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIEventTest ¶
type APIEventTest struct {
// contains filtered or unexported fields
}
func (*APIEventTest) WithEventType ¶
func (t *APIEventTest) WithEventType(eventType models.APIType) *APIEventTest
func (*APIEventTest) WithHasProvidedSpecDiff ¶
func (t *APIEventTest) WithHasProvidedSpecDiff(hasProvidedSpecDiff bool) *APIEventTest
func (*APIEventTest) WithHasReconstructedSpecDiff ¶
func (t *APIEventTest) WithHasReconstructedSpecDiff(hasReconstructedSpecDiff bool) *APIEventTest
func (*APIEventTest) WithIsNonAPI ¶
func (t *APIEventTest) WithIsNonAPI(isNonAPI bool) *APIEventTest
func (*APIEventTest) WithSpecDiffType ¶
func (t *APIEventTest) WithSpecDiffType(diffType models.DiffType) *APIEventTest
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func CreateBackend ¶
func CreateBackend(config *_config.Config, monitor *k8smonitor.Monitor, speculators *speculators_repo.Repository, dbHandler *_database.Handler, modulesManager modules.ModulesManager, notifier *_notifier.Notifier) *Backend
Click to show internal directories.
Click to hide internal directories.