Documentation ¶ Index ¶ type Config type Preview func New(c Config) *Preview func (p *Preview) Expand(rel release.Struct) (release.Slice, error) func (p *Preview) Render(pre []cache.Object) ([]byte, error) type Resource Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Env envvar.Env Git *github.Client Inp []byte } type Preview ¶ type Preview struct { // contains filtered or unexported fields } func New ¶ func New(c Config) *Preview func (*Preview) Expand ¶ func (p *Preview) Expand(rel release.Struct) (release.Slice, error) func (*Preview) Render ¶ func (p *Preview) Render(pre []cache.Object) ([]byte, error) type Resource ¶ type Resource struct { Ser *scanner.Scanner Tas *scanner.Scanner Dom *scanner.Scanner Tar *scanner.Scanner Lis *scanner.Scanner } Source Files ¶ View all Source files error.goexpand.goimage.gopreview.gopriority.gorender.goresource.gotags.go Click to show internal directories. Click to hide internal directories.