package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Apr 11, 2025
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 Config struct {
Servers map[string]Server `json:"servers" yaml:"servers"`
}
type Server struct {
Type string `json:"type" yaml:"type"`
URL string `json:"url" yaml:"url"`
Command string `json:"command" yaml:"command"`
Env map[string]string `json:"env" yaml:"env"`
Args []string `json:"args" yaml:"args"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.