multini/internal/types/element.go

10 lines
122 B
Go
Raw Normal View History

2020-04-25 23:42:14 +00:00
package types
type Element interface {
Full() string
Fulln() string
Line() string
Indent() string
Type() TElement
}