文件名称:grogro:Golang活动采购框架
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-08 11:28:41
Go
格罗格罗 grogro是golang的可扩展事件源框架。 目前尚未完成,它是WIP项目。 为什么选择1.15而不是1.16? 最初使用的是Go 1.16,但是Go 1.15允许更轻松地进行模糊测试。 当go-fuzz获得对go 1.16的支持时,或者当我弄清楚如何在go 1.16中使用它时, go.mod项目将切换为1.16。
【文件预览】:
grogro-master
----.gitignore(21B)
----go.mod(85B)
----uuid_util.go(2KB)
----snapshot_test.go(312B)
----store_db.go(4KB)
----aggregate_stored.go(1KB)
----__fuzz()
--------.gitignore(72B)
--------fuzz.sh(387B)
--------gopath_dir()
--------fuzz_in_memory_store()
--------fuzz_example()
----dummy()
--------doc.go(300B)
--------dummy.go(2KB)
----LICENSE.md(1023B)
----uuid_util_test.go(551B)
----fuzz()
--------fuzz_store.go(3KB)
----store_test.go(433B)
----error.go(571B)
----decl.go(511B)
----event.go(2KB)
----store_mem.go(3KB)
----go.sum(163B)
----aggregate.go(1KB)
----README.md(349B)
----util.go(683B)
----tests()
--------doc.go(453B)
--------util.go(250B)
--------snapshot.go(4KB)
--------store.go(6KB)
----snapshot_db.go(3KB)
----snapshot.go(2KB)
----evnet_stored.go(978B)
----event_handler.go(680B)
----store.go(3KB)
----snapshot_mem.go(2KB)