Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "initialize", Doc: "loads data to be used by other analyzers in the schema extractor pass", Run: Run, ResultType: reflect.TypeFor[Result](), RunDespiteErrors: true, }
Analyzer prepares data prior to the schema extractor runs, e.g. loads FTL types for reference by other analyzers.
Functions ¶
Types ¶
type Result ¶
type Result struct {
// contains filtered or unexported fields
}
func (Result) IsContextType ¶
IsContextType will return true if the provided type is assertable to the `context.Context` type.
Click to show internal directories.
Click to hide internal directories.