Client implementation for the Go signer
Find a file
Jan Dittberner 91d4f69a9b Initial signer client implementation
This commit adds the project setup and implements a basic signer client that
sends health check commands to the signer.
2022-11-29 16:23:16 +01:00
cmd/signerclient Initial signer client implementation 2022-11-29 16:23:16 +01:00
internal Initial signer client implementation 2022-11-29 16:23:16 +01:00
.gitattributes Initial signer client implementation 2022-11-29 16:23:16 +01:00
.gitignore Initial signer client implementation 2022-11-29 16:23:16 +01:00
.golangci.yml Initial signer client implementation 2022-11-29 16:23:16 +01:00
go.mod Initial signer client implementation 2022-11-29 16:23:16 +01:00
go.sum Initial signer client implementation 2022-11-29 16:23:16 +01:00
Makefile Initial signer client implementation 2022-11-29 16:23:16 +01:00