Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + type MockTableWriter struct + func NewMockTableWriter(ctrl *gomock.Controller) *MockTableWriter + func (m *MockTableWriter) EXPECT() *MockTableWriterMockRecorder + func (m *MockTableWriter) EndColumn() + func (m *MockTableWriter) EndHeaderRow() + func (m *MockTableWriter) EndRow() + func (m *MockTableWriter) EndTable() + func (m *MockTableWriter) InTable() bool + func (m *MockTableWriter) RightAlignColumn(index int) + func (m *MockTableWriter) SortByColumn(index int) + func (m *MockTableWriter) StartColumn() + func (m *MockTableWriter) StartHeaderRow() + func (m *MockTableWriter) StartRow() + func (m *MockTableWriter) StartTable(properties reflectable.TableProperties) + func (m *MockTableWriter) WriteValue(value any) + type MockTableWriterMockRecorder struct + func (mr *MockTableWriterMockRecorder) EndColumn() *gomock.Call + func (mr *MockTableWriterMockRecorder) EndHeaderRow() *gomock.Call + func (mr *MockTableWriterMockRecorder) EndRow() *gomock.Call + func (mr *MockTableWriterMockRecorder) EndTable() *gomock.Call + func (mr *MockTableWriterMockRecorder) InTable() *gomock.Call + func (mr *MockTableWriterMockRecorder) RightAlignColumn(index any) *gomock.Call + func (mr *MockTableWriterMockRecorder) SortByColumn(index any) *gomock.Call + func (mr *MockTableWriterMockRecorder) StartColumn() *gomock.Call + func (mr *MockTableWriterMockRecorder) StartHeaderRow() *gomock.Call + func (mr *MockTableWriterMockRecorder) StartRow() *gomock.Call + func (mr *MockTableWriterMockRecorder) StartTable(properties any) *gomock.Call + func (mr *MockTableWriterMockRecorder) WriteValue(value any) *gomock.Call