gitlab.com/evatix-go/core@v1.3.55/codestack/FileWithLiner.go (about)

     1  package codestack
     2  
     3  type FileWithLiner interface {
     4  	FullFilePath() string
     5  	LineNumber() int
     6  }