Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
Aggregator is an autogenerated mock type for the Aggregator type
func NewAggregator ¶
func NewAggregator(t interface { mock.TestingT Cleanup(func()) }) *Aggregator
NewAggregator creates a new instance of Aggregator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Aggregator) Aggregate ¶
func (_m *Aggregator) Aggregate(ctx context.Context, fs vfs.FS, currentMilestone int, aggregateFilePath string, relnotesDir string) ([]byte, error)
Aggregate provides a mock function with given fields: ctx, fs, currentMilestone, aggregateFilePath, relnotesDir
func (*Aggregator) ListNoteFiles ¶
func (_m *Aggregator) ListNoteFiles(ctx context.Context, fs vfs.FS, notesDir string) ([]string, error)
ListNoteFiles provides a mock function with given fields: ctx, fs, notesDir
Click to show internal directories.
Click to hide internal directories.