thistlegit.sr.ht/~adnano/thistle/fieldset Index | Files

package fieldset

import "git.sr.ht/~adnano/thistle/fieldset"

Package fieldset provides functions for parsing _FieldSet scalars.

Index

Types

type Field

type Field struct {
	Name     string
	Position *ast.Position
}

Field represents a field in a _FieldSet.

func Parse

func Parse(source *ast.Source) ([]Field, error)

Parse parses a _FieldSet scalar from the given source.

Source Files

parser.go

Version
v0.0.0-20230629043621-3712696d8056 (latest)
Published
Jun 29, 2023
Platform
linux/amd64
Imports
3 packages
Last checked
2 months ago

Tools for package owners.