-
- Downloads
implemented first pass of auth storage. No tests written
Showing
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 4 additions, 0 deletionsgo.sum
- storage/auth/fingerprint.go 18 additions, 0 deletionsstorage/auth/fingerprint.go
- storage/auth/request.go 28 additions, 0 deletionsstorage/auth/request.go
- storage/auth/sentRequest.go 118 additions, 0 deletionsstorage/auth/sentRequest.go
- storage/auth/store.go 353 additions, 0 deletionsstorage/auth/store.go
- storage/utility/contact.go 45 additions, 0 deletionsstorage/utility/contact.go
... | @@ -14,9 +14,9 @@ require ( | ... | @@ -14,9 +14,9 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/comms v0.0.0-20201006010513-3353fb46569a | gitlab.com/elixxir/comms v0.0.0-20201006010513-3353fb46569a | ||
gitlab.com/elixxir/crypto v0.0.0-20201006010428-67a8782d097e | gitlab.com/elixxir/crypto v0.0.0-20201014182120-fb12f042858e | ||
gitlab.com/elixxir/ekv v0.1.3 | gitlab.com/elixxir/ekv v0.1.3 | ||
gitlab.com/elixxir/primitives v0.0.0-20201006010327-c2f93eb587e3 | gitlab.com/elixxir/primitives v0.0.0-20201007223554-4a62c355bb0b | ||
gitlab.com/xx_network/comms v0.0.0-20200924225518-0c867207b1e6 | gitlab.com/xx_network/comms v0.0.0-20200924225518-0c867207b1e6 | ||
gitlab.com/xx_network/crypto v0.0.0-20200812183430-c77a5281c686 | gitlab.com/xx_network/crypto v0.0.0-20200812183430-c77a5281c686 | ||
gitlab.com/xx_network/primitives v0.0.0-20200915204206-eb0287ed0031 | gitlab.com/xx_network/primitives v0.0.0-20200915204206-eb0287ed0031 | ||
... | ... |
storage/auth/fingerprint.go
0 → 100644
storage/auth/request.go
0 → 100644
storage/auth/sentRequest.go
0 → 100644
storage/auth/store.go
0 → 100644
storage/utility/contact.go
0 → 100644
Please register or sign in to comment