comment

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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 {
	ShortDiff  string
	Path       string
	PrettyPlan string
}

Jump to

Keyboard shortcuts

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