yaml

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

func NewProcessor

func NewProcessor(r io.Reader) (*Processor, error)

func (*Processor) Encode

func (p *Processor) Encode(w io.Writer) error

func (*Processor) FindRebaseAnnotations

func (p *Processor) FindRebaseAnnotations() ([]RebaseAnnotation, error)

type RebaseAnnotation

type RebaseAnnotation struct {
	Identifier string
	Name       string
	Tag        string
	// contains filtered or unexported fields
}

func (RebaseAnnotation) TagWithoutDigest

func (a RebaseAnnotation) TagWithoutDigest() string

func (*RebaseAnnotation) UpdateTagDigest

func (a *RebaseAnnotation) UpdateTagDigest(newDigest string)

UpdateTagDigest updates the YAML node for the tag with a new digest.

Jump to

Keyboard shortcuts

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