excel-export/export/entity.go

8 lines
94 B
Go

package export
type Entity interface {
Title() []string
Size() int
Data() []interface{}
}