We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f149b31 commit f8bad84Copy full SHA for f8bad84
docs/tools.md
@@ -10,7 +10,8 @@
10
```go
11
type Tools struct {
12
Directory string
13
- IndexURL string
+ IndexURL string
14
+ LastRefresh time.Time
15
Logger log.StdLogger
16
}
17
```
@@ -20,6 +21,7 @@ to download a tool from the arduino servers.
20
21
22
- *Directory* contains the location where the tools are downloaded.
23
- *IndexURL* contains the url where the tools description is contained.
24
+- *LastRefresh* contains the last update time
25
- *Logger* is a StdLogger used for reporting debug and info messages
26
- *installed* contains a map of the tools and their exact location
27
0 commit comments