Versions in this module Expand all Collapse all v0 v0.1.1 May 13, 2025 Changes in this version + type MockSchemaManager struct + func NewMockSchemaManager(ctrl *gomock.Controller) *MockSchemaManager + func (m *MockSchemaManager) BackupSchema() error + func (m *MockSchemaManager) EXPECT() *MockSchemaManagerMockRecorder + func (m *MockSchemaManager) Generate(ctx context.Context, entities []entity.Entity) error + func (m *MockSchemaManager) RemoveEntityFromSchema(fileName string) error + func (m *MockSchemaManager) RevertSchema() error + func (m *MockSchemaManager) WriteEntityToSchema(entityTemplateData generator.EntityTemplateData) error + type MockSchemaManagerMockRecorder struct + func (mr *MockSchemaManagerMockRecorder) BackupSchema() *gomock.Call + func (mr *MockSchemaManagerMockRecorder) Generate(ctx, entities interface{}) *gomock.Call + func (mr *MockSchemaManagerMockRecorder) RemoveEntityFromSchema(fileName interface{}) *gomock.Call + func (mr *MockSchemaManagerMockRecorder) RevertSchema() *gomock.Call + func (mr *MockSchemaManagerMockRecorder) WriteEntityToSchema(entityTemplateData interface{}) *gomock.Call v0.1.0-mod2 May 13, 2025