parse

package
v0.0.0-...-f50302e Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2021 License: Apache-2.0 Imports: 6 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 {
	Wither bool
	Getter bool
	Name   string
	Fields []DefinitionField
}

func Find

func Find(filename string) (string, map[string]string, []Definition, error)

type DefinitionField

type DefinitionField struct {
	Name string
	Type string
}

func (*DefinitionField) GetName

func (df *DefinitionField) GetName() string

func (*DefinitionField) IsPrivate

func (df *DefinitionField) IsPrivate() bool

Jump to

Keyboard shortcuts

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