admin: Display commit ID in admin interface
This commit is contained in:
parent
92bb409764
commit
2645109839
9 changed files with 30 additions and 5 deletions
|
|
@ -19,6 +19,8 @@ import (
|
|||
type Importer interface {
|
||||
// Kind returns information about the Importer, for human interrest.
|
||||
Kind() string
|
||||
// Id returns information about the current state (commit id, ...).
|
||||
Id() *string
|
||||
// init performs the importer initialization.
|
||||
Init() error
|
||||
// sync tries to pull the latest modification of the underlying storage.
|
||||
|
|
|
|||
Reference in a new issue