Let's instrument the search string with the duration

This commit is contained in:
Las Zenow 2017-06-06 14:40:59 +00:00
parent 5eca3843cc
commit c6354c46c8
4 changed files with 7 additions and 7 deletions

View file

@ -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)
}