aboutsummaryrefslogtreecommitdiff
path: root/blockd.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-04-01 16:11:24 +0700
committerShulhan <ms@kilabit.info>2023-04-01 16:15:08 +0700
commit3e188c30249222b58504ca87da66564b31f63d11 (patch)
treeb3a4b8ecb11e73d6304d587c97894f77acae9325 /blockd.go
parent482ff43bdd061d194875920f43ae335a69053946 (diff)
downloadrescached-3e188c30249222b58504ca87da66564b31f63d11.tar.xz
all: update go doc comments
While at it, use "_" for unused parameter on methods.
Diffstat (limited to 'blockd.go')
-rw-r--r--blockd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/blockd.go b/blockd.go
index 398bb96..f1d4b9b 100644
--- a/blockd.go
+++ b/blockd.go
@@ -18,6 +18,7 @@ const (
lastUpdatedFormat = "2006-01-02 15:04:05 MST"
)
+// Blockd define the container for each block.d section in configuration.
type Blockd struct {
lastUpdated time.Time