package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 7, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bridge struct {
Services []Service `hcl:"service,block"`
}
type FlagError struct {
}
FlagError is a special type marking that the error is a result of a flag parsing error.
type Service struct {
Name string `hcl:"name,label"`
Target string `hcl:"target"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.