definitions

package
v0.386.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Definition

type Definition struct {
	Schema   *Position           `json:"schema"`
	Function *FunctionDefinition `json:"function"`
}

func GetDefinition

func GetDefinition(schemaFiles []*reader.SchemaFile, pos Position) *Definition

type FunctionDefinition

type FunctionDefinition struct {
	Name string `json:"name"`
}

type Position

type Position struct {
	Filename string `json:"filename"`
	Line     int    `json:"line"`
	Column   int    `json:"column"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL