Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Settings ¶
type Settings struct {
Name string
Oas OAS
Http string
Cluster string
Dependencies []*Dependency
}
func (Settings) FindDependency ¶
func (s Settings) FindDependency(name string) (dep *Dependency, has bool)
Click to show internal directories.
Click to hide internal directories.