fabric-samples/off_chain_data/application-go/processor
Stanislav Jakuschevskij 81efd2cc61
Refactor parser package, decompose files
Every struct was put in its own file. Every method which is not used
outside the parser package was given package scope. All interfaces were
removed, they are implemented by the structs which are now used
everywhere needed as return values. There is no clear benefit of using
interfaces in this sample.

Signed-off-by: Stanislav Jakuschevskij <stas@two-giants.com>
2025-02-24 13:14:48 +01:00
..
block.go Refactor parser package, decompose files 2025-02-24 13:14:48 +01:00
transaction.go Refactor parser package, decompose files 2025-02-24 13:14:48 +01:00