package
Version:
v0.0.0-...-b66c160
Opens a new window with list of versions in this module.
Published: Sep 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FeatureBundle struct {
OrgName string `json:"OrgName"`
Name string `json:"Name"`
Version string `json:"Version"`
Data string `json:"Data"`
}
type FeatureBundleKey struct {
OrgName string `json:"OrgName"`
Name string `json:"Name"`
Version string `json:"Version"`
}
type Module struct {
OrgName string `json:"OrgName"`
Name string `json:"Name"`
Version string `json:"Version"`
URL string `json:"URL"`
Summary string `json:"Summary"`
Data string `json:"Data"`
}
type ModuleKey struct {
OrgName string `json:"OrgName"`
Name string `json:"Name"`
Version string `json:"Version"`
}
type NewFeatureBundle struct {
OrgName string `json:"OrgName"`
Data string `json:"Data"`
}
type NewModule struct {
OrgName string `json:"OrgName"`
Data string `json:"Data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.