Let's instrument the search string with the duration
This commit is contained in:
parent
5eca3843cc
commit
c6354c46c8
4 changed files with 7 additions and 7 deletions
|
@ -4,5 +4,5 @@ import "time"
|
|||
|
||||
type Instrument interface {
|
||||
Visit(section string, id string, search string, fmt string)
|
||||
Duration(section string, duration time.Duration)
|
||||
Duration(section string, search string, duration time.Duration)
|
||||
}
|
||||
|
|
Reference in a new issue