Documentation
¶
Overview ¶
Package surveyor is the discovery framework: plugins that inspect an environment and return Saga fragments, which are merged so the descriptor can write itself.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry holds surveyors keyed by name.
type Request ¶
type Request struct {
Surveyor string
Scope plugin.SurveyScope
}
Request asks a named surveyor to survey a scope.
Click to show internal directories.
Click to hide internal directories.