pak

package
v0.0.0-...-a09fd22 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FS

type FS func(fn Func) error

func Dir

func Dir(dir string) FS

func Packr

func Packr(prefix string, b *packr.Box) FS

type Func

type Func func(path string, rc io.ReadCloser) error

type Pak

type Pak struct {
	Name     string         `yaml:"name"`
	URL      string         `yaml:"url"`
	Version  string         `yaml:"version"`
	Overlays model.Overlays `yaml:"overlays"`
	Indexes  model.Indexes  `yaml:"indexes,omitempty"`
	Schemas  model.Schemas  `yaml:"schemas,omitempty"`
	Values   model.Values   `yaml:"values,omitempty"`
}

func (*Pak) Store

func (pk *Pak) Store(tx storage.Gorm) error

Jump to

Keyboard shortcuts

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