func()

in internal/provider/provider.go [158:163]


func (p *ModuleTelemetryProvider) Functions(ctx context.Context) []func() function.Function {
	return []func() function.Function{
		NewModuleSourceFunction,
		NewModuleVersionFunction,
	}
}