Go to file
Derrick Hammer 8281729888
refactor: need to add in node level wait group to optionally wait and keep the node running
2024-01-09 09:11:36 -05:00
config refactor: move config to its own package 2024-01-06 13:23:54 -05:00
ed25519 fix: bad return on PublicKeyRaw 2024-01-07 05:22:00 -05:00
encoding refactor: rename CID decode to CIDFromString 2024-01-09 08:23:35 -05:00
interfaces refactor: need to add in node level wait group to optionally wait and keep the node running 2024-01-09 09:11:36 -05:00
internal/bases refactor: move test consts under testdata folder in pkg 2024-01-04 02:51:05 -05:00
metadata refactor: rename CID decode to CIDFromString 2024-01-09 08:23:35 -05:00
net refactor: send every message in a coroutine and manage errors in a dedicated channel 2024-01-08 12:08:15 -05:00
node refactor: need to add in node level wait group to optionally wait and keep the node running 2024-01-09 09:11:36 -05:00
protocol refactor: rename CID decode to CIDFromString 2024-01-09 08:23:35 -05:00
serialize chore: remove commented code 2024-01-05 07:41:33 -05:00
service refactor: need to add in node level wait group to optionally wait and keep the node running 2024-01-09 09:11:36 -05:00
storage refactor: change NewStorageLocationProvider to use a splat for locationTypes 2024-01-09 08:17:56 -05:00
structs refactor: add interface to map 2024-01-07 03:57:12 -05:00
types feat: add storage types 2024-01-09 05:14:08 -05:00
utils fix: DecodeMsgpackURLArray needs to parse urls and create *url.URL 2024-01-08 12:04:21 -05:00
LICENSE chore: LICENSE 2024-01-03 03:48:50 -05:00
README.md Initial commit 2024-01-02 15:21:09 +00:00
go.mod dep: add resty 2024-01-09 08:15:21 -05:00
service.go feat: wip networking 2024-01-06 06:34:15 -05:00

README.md

libs5-go