package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Sep 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const DockerCatalogURL = "https://desktop.docker.com/mcp/catalog/v2/catalog.yaml"
type Secret struct {
Name string `json:"name" yaml:"name"`
Env string `json:"env" yaml:"env"`
Example string `json:"example" yaml:"example"`
}
type Server struct {
Secrets []Secret `json:"secrets,omitempty" yaml:"secrets,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.