leveldb.go 322 B

12345678910
  1. // Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
  2. // All rights reserved. Use of this source code is governed by an MIT-style
  3. // license that can be found in the LICENSE file.
  4. package stats
  5. // Same key space as files/leveldb.go keyType* constants
  6. const (
  7. keyTypeNodeStatistic = iota + 30
  8. )