We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b7ce7 commit 2237ff0Copy full SHA for 2237ff0
v2/pkgs/tools.go
@@ -59,11 +59,11 @@ var (
59
//
60
// It requires an Index Resource to search for tools
61
type Tools struct {
62
- index *index.Resource
63
- folder string
64
- behaviour string
65
- installed map[string]string
66
- mutex sync.RWMutex
+ index *index.Resource
+ folder string
+ behaviour string
+ installed map[string]string
+ mutex sync.RWMutex
67
verifySignaturePubKey *rsa.PublicKey // public key used to verify the signature of a command sent to the boards
68
}
69
0 commit comments