typeAst

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2020 License: Apache-2.0 Imports: 13 Imported by: 3

README

TypeAst can

  • build a typeAst by reading a spec dir
  • save to spec dir
  • give you a type ast for more actions...

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Format = "json"

Functions

This section is empty.

Types

type TypeAst

type TypeAst struct {
	Path     string // relative path of spec file to SpecDir
	FileName string
	TypeSpec specSpec.Type
}

func (*TypeAst) GetProtoTarget

func (a *TypeAst) GetProtoTarget() (proto string)

func (*TypeAst) Save

func (a *TypeAst) Save(specDir string)

Stores the spec to disc

func (*TypeAst) ToJson

func (a *TypeAst) ToJson() (d []byte, err error)

func (*TypeAst) ToJsonFlat

func (a *TypeAst) ToJsonFlat() (d []byte, err error)

returns unindented json

func (*TypeAst) ToYaml

func (a *TypeAst) ToYaml() (d []byte, err error)

type Typelist

type Typelist struct {
	TypesByName          map[string]*TypeAst
	InstalledTypesByName map[string]*TypeAst
	SpecDir              string
}

func (*Typelist) DeleteType

func (l *Typelist) DeleteType(typename string)

Deletes the spec from disk and removes the element from List

func (*Typelist) LoadInstalledTypeSpecsFromDir

func (l *Typelist) LoadInstalledTypeSpecsFromDir(specDir ...string)

loads a spec directory and installed specs to the typelist

func (*Typelist) LoadTypeSpecsFromDir

func (l *Typelist) LoadTypeSpecsFromDir(specDir string)

loads a spec directory and installed specs to the typelist

func (*Typelist) ResolveProtoImportForType

func (l *Typelist) ResolveProtoImportForType(fqTypeName string) (imp string, typeFound bool)

func (*Typelist) SaveAllTypeSpecsToDir

func (l *Typelist) SaveAllTypeSpecsToDir(specDir string)

stores the typelist to the spec directory

func (*Typelist) UpdateImports

func (l *Typelist) UpdateImports()

updates the imports on each type

Jump to

Keyboard shortcuts

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