Documentation ¶
Index ¶
- type Manager
- func (_m *Manager) CreateEmpty(ctx context.Context, projectID int64) error
- func (_m *Manager) Get(ctx context.Context, projectID int64) (*models.CVEAllowlist, error)
- func (_m *Manager) GetSys(ctx context.Context) (*models.CVEAllowlist, error)
- func (_m *Manager) Set(ctx context.Context, projectID int64, list models.CVEAllowlist) error
- func (_m *Manager) SetSys(ctx context.Context, list models.CVEAllowlist) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func (*Manager) CreateEmpty ¶
CreateEmpty provides a mock function with given fields: ctx, projectID
Click to show internal directories.
Click to hide internal directories.