Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StepmanExportSpec ¶
func StepmanExportSpec(stepLibURI string, exportType ExportTypes) (models.StepCollectionModel, error)
StepmanExportSpec ...
Types ¶
type ExportTypes ¶
type ExportTypes string
ExportTypes ...
const ( // ExportTypesFull ... ExportTypesFull ExportTypes = "full" // ExportTypesLatest ... ExportTypesLatest ExportTypes = "latest" // ExportTypesMinimal ... ExportTypesMinimal ExportTypes = "minimal" )
Click to show internal directories.
Click to hide internal directories.