package builder type Field interface { Dot(field string) Field CopyWith(field string) Field Build() string }