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
|
@ -10,5 +10,5 @@ func Init() Instrument {
|
|||
return &dummyInst{}
|
||||
}
|
||||
|
||||
func (i dummyInst) Visit(section string, id string, search string, fmt string) {}
|
||||
func (i dummyInst) Duration(section string, duration time.Duration) {}
|
||||
func (i dummyInst) Visit(section string, id string, search string, fmt string) {}
|
||||
func (i dummyInst) Duration(section string, search string, duration time.Duration) {}
|
||||
|
|
Reference in a new issue