store

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Package

type Package struct {
	WriterCreator writer.Creator `json:"-"`
	PackageName   string         `json:"package_name"`
	PackageDir    string         `json:"package_dir"`
	GenDir        string         `json:"gen_dir"`
}

func NewPackage

func NewPackage(
	writerCreator writer.Creator,
	packageDir string,
	genDir string,
) (Package, error)

func (Package) Generate

func (p Package) Generate() error

Jump to

Keyboard shortcuts

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