Discover Packages
github.com/jessedearing/service-catalog
graph
model
package
Version:
v0.0.0-...-18d4f34
Opens a new window with list of versions in this module.
Published: Oct 7, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Service struct {
ID uuid .UUID `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Versions []*Version `json:"versions"`
}
type Version struct {
ID uuid .UUID `json:"id"`
Version string `json:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.