package tfdiags type SourceRange struct { Filename string Start, End SourcePos } type SourcePos struct { Line, Column, Byte int }