Skip to content

Commit 3e61e90

Browse files
committed
remove unused type
Signed-off-by: Grant Linville <grant@acorn.io>
1 parent 3872d0d commit 3e61e90

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

datasets.go

-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ type DatasetElement struct {
1818
BinaryContents []byte `json:"binaryContents"`
1919
}
2020

21-
type Dataset struct {
22-
ID string `json:"id"`
23-
BaseDir string `json:"baseDir,omitempty"`
24-
Elements map[string]DatasetElementMeta `json:"elements"`
25-
}
26-
2721
type datasetRequest struct {
2822
Input string `json:"input"`
2923
DatasetTool string `json:"datasetTool"`

0 commit comments

Comments
 (0)