chore: improve comments
parent
367c9f1349
commit
1a3f1752e8
|
@ -11,7 +11,7 @@ import (
|
|||
//go:embed *.json
|
||||
var content embed.FS
|
||||
|
||||
// BinLayoutsStore represents a layout store using data generated by go-bindata
|
||||
// BinLayoutsStore represents a embedded layout store
|
||||
type BinLayoutsStore struct {
|
||||
Logger chronograf.Logger
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
//go:embed *.json
|
||||
var content embed.FS
|
||||
|
||||
// BinProtoboardsStore represents a protoboards store using data generated by go-bindata
|
||||
// BinProtoboardsStore represents a embedded protoboards store
|
||||
type BinProtoboardsStore struct {
|
||||
Logger chronograf.Logger
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue