-
- Downloads
XX-4460 / channel file transfer bindings
parent
2c5409eb
Branches
Tags
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- main.go 4 additions, 0 deletionsmain.go
- wasm/channelsFileTransfer.go 558 additions, 0 deletionswasm/channelsFileTransfer.go
- wasm/channelsFileTransfer_test.go 98 additions, 0 deletionswasm/channelsFileTransfer_test.go
- wasm/docs.go 3 additions, 0 deletionswasm/docs.go
... | ... | @@ -7,7 +7,7 @@ require ( |
github.com/hack-pad/go-indexeddb v0.2.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
gitlab.com/elixxir/client/v4 v4.6.2-0.20230405174419-7a880a2be748 | ||
gitlab.com/elixxir/client/v4 v4.6.2-0.20230405181235-5ee75042bd4d | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230405173828-f811be53be9a | ||
gitlab.com/elixxir/primitives v0.0.3-0.20230214180039-9a25e2d3969c | ||
gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd | ||
... | ... |
wasm/channelsFileTransfer.go
0 → 100644
This diff is collapsed.
wasm/channelsFileTransfer_test.go
0 → 100644
Please register or sign in to comment