gitlab.com/evatix-go/core@v1.3.55/coreinterface/loggerinf/Caller.go (about) 1 package loggerinf 2 3 type Caller interface { 4 LineNumber() int 5 FullFilePath() string 6 }