mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
comment unused struct fields
This commit is contained in:
@ -15,8 +15,8 @@ import (
|
||||
)
|
||||
|
||||
type Engine struct {
|
||||
execQueue chan *Job
|
||||
clock clock.Clock
|
||||
execQueue chan *Job
|
||||
//clock clock.Clock
|
||||
ticker *Ticker
|
||||
scheduler Scheduler
|
||||
evalHandler EvalHandler
|
||||
|
@ -16,7 +16,7 @@ type RuleReader interface {
|
||||
|
||||
type DefaultRuleReader struct {
|
||||
sync.RWMutex
|
||||
serverID string
|
||||
//serverID string
|
||||
serverPosition int
|
||||
clusterSize int
|
||||
log log.Logger
|
||||
|
@ -179,7 +179,7 @@ type CopyTableDataMigration struct {
|
||||
targetTable string
|
||||
sourceCols []string
|
||||
targetCols []string
|
||||
colMap map[string]string
|
||||
//colMap map[string]string
|
||||
}
|
||||
|
||||
func NewCopyTableDataMigration(targetTable string, sourceTable string, colMap map[string]string) *CopyTableDataMigration {
|
||||
|
Reference in New Issue
Block a user