| 10 | ) |
| 11 | |
| 12 | type IExportModule[T any] interface { |
| 13 | ExportAll(ctx context.Context) ([]*T, error) |
| 14 | } |
| 15 | |
| 16 | type ISettingModule interface { |
| 17 | Get(ctx context.Context) *system_dto.Setting |
nothing calls this directly
no outgoing calls
no test coverage detected