plugin

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2022 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Options

type Options struct {
	// The filename the generator will output into.
	// Defaults to `"index.ts"`.
	Filename string

	// The insertion point in the target file the generator
	// use.
	// Defaults to `""` (ie. no insertion point)
	InsertionPoint string

	// ExcludeResourceDefinitions disables generation of resource names
	// based on resource definitions in the file.
	// Defaults to false.
	ExcludeResourceDefinitions bool
}

func (*Options) Unmarshal

func (o *Options) Unmarshal(s *string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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