package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Nov 2, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type File struct {
Name string `json:"name"`
Size string `json:"size,omitempty"`
Date string `json:"date,omitempty"`
Hash string `json:"hash,omitempty"`
}
type Suite struct {
Name string `json:"name"`
File []File `json:"file,omitempty"`
Hash string `json:"hash,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.