Skip to content

Commit 09a59a4

Browse files
committed
refactor: Remove DataTyper interface
1 parent 65ae4eb commit 09a59a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

interfaces.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
package carbon
22

3-
// DataTyper defines a DataTyper interface
4-
type DataTyper interface {
5-
DataType() string
6-
}
7-
83
// LayoutTyper defines a LayoutTyper interface
94
type LayoutTyper interface {
105
~string

0 commit comments

Comments
 (0)