Go to file
Derrick Hammer 38e330e02b
feat: add an interface for handling http methods to be handled abstractly and implement the basic upload endpoint
2024-01-14 20:53:44 -05:00
build feat: add build package to allow build time consts 2024-01-10 09:18:09 -05:00
config feat: add http config structs 2024-01-10 09:35:47 -05:00
ed25519 fix: bad return on PublicKeyRaw 2024-01-07 05:22:00 -05:00
encoding fix: move everything using endian to uint64 2024-01-10 11:00:01 -05:00
interfaces feat: add an interface for handling http methods to be handled abstractly and implement the basic upload endpoint 2024-01-14 20:53:44 -05:00
internal/bases refactor: move test consts under testdata folder in pkg 2024-01-04 02:51:05 -05:00
metadata feat: add support for directories in GetMetadataByCID 2024-01-09 16:34:07 -05:00
mocks fix: dummy file to make go get happy 2024-01-12 07:55:39 -05:00
net fix: add a new property on messages and peers to prevent messages from being processed before the handshake is done 2024-01-13 11:22:01 -05:00
node feat: initial HTTP service with version and P2P endpoints 2024-01-10 09:19:21 -05:00
protocol fix: add a new property on messages and peers to prevent messages from being processed before the handshake is done 2024-01-13 11:22:01 -05:00
serialize chore: remove commented code 2024-01-05 07:41:33 -05:00
service feat: add an interface for handling http methods to be handled abstractly and implement the basic upload endpoint 2024-01-14 20:53:44 -05:00
storage fix: rewrite StorageLocationMap DecodeMsgpack as it only works with a temporary map 2024-01-09 15:50:14 -05:00
structs refactor: add interface to map 2024-01-07 03:57:12 -05:00
types fix: add a new property on messages and peers to prevent messages from being processed before the handshake is done 2024-01-13 11:22:01 -05:00
utils fix: move everything using endian to uint64 2024-01-10 11:00:01 -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 feat: initial HTTP service with version and P2P endpoints 2024-01-10 09:19:21 -05:00

README.md

libs5-go