Documentation
¶
Index ¶
- func AfterStrings(value string, a string) string
- func BetweenStrings(value string, a string, b string) string
- func ConcatMultipleSlices[T any](slices [][]T) []T
- func GetPositionOfNode(node yamlv3.Node, query []string) (lsp.Position, error)
- func PointToPosition(point sitter.Point) lsp.Position
- func PositionToPoint(position lsp.Position) sitter.Point
- func URIToPath(docuri uri.URI) (string, error)
- func ValueAt(str string, index int) string
- func WordAt(str string, index int) string
- type YamlPath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AfterStrings ¶
AfterStrings gets the substring after a string.
func BetweenStrings ¶
BetweenStrings gets the substring between two strings.
func ConcatMultipleSlices ¶ added in v0.0.4
func ConcatMultipleSlices[T any](slices [][]T) []T
func GetPositionOfNode ¶ added in v0.0.6
Types ¶
type YamlPath ¶ added in v0.0.6
type YamlPath struct {
TableNames []string
}
func NewYamlPath ¶ added in v0.0.6
func (YamlPath) IsCapabilitiesPath ¶ added in v0.0.6
func (YamlPath) IsChartPath ¶ added in v0.0.6
func (YamlPath) IsFilesPath ¶ added in v0.0.6
func (YamlPath) IsReleasePath ¶ added in v0.0.6
func (YamlPath) IsValuesPath ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.