multini/internal/types/element.go
2020-11-03 10:47:19 +03:00

10 lines
122 B
Go

package types
type Element interface {
Full() string
Fulln() string
Line() string
Indent() string
Type() TElement
}