comment

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HasManagedMarker added in v0.13.0

func HasManagedMarker(body string) bool

func WithManagedMarker added in v0.13.0

func WithManagedMarker(body string) string

Types

type Comment

type Comment interface {
	Generate(string) (string, error)
}

type DefaultComment

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

func NewDefaultComment

func NewDefaultComment(layers []configv1alpha1.TerraformLayer, datastore datastore.Client) *DefaultComment

func (*DefaultComment) Generate

func (c *DefaultComment) Generate(commit string) (string, error)

type DefaultCommentInput

type DefaultCommentInput struct {
}

type InitialComment

type InitialComment struct {
}

func NewInitialComment

func NewInitialComment() *InitialComment

type ReportedLayer

type ReportedLayer struct {
	Name       string
	ShortDiff  string
	Path       string
	PrettyPlan string
}

Jump to

Keyboard shortcuts

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