service

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package service provides the core functionality of the application.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	Engine                gengine.Interface
	Evaluator             *eval.Evaluator
	ReleaseNotesBuilder   *notes.Builder
	Notifier              notify.Destination
	SquashCommitMessageRx *regexp.Regexp
}

Service wraps repository storage and services

func (*Service) Changelog added in v0.7.0

func (s *Service) Changelog(ctx context.Context, fromExpr, toExpr string) error

Changelog makes a release between two commit SHAs.

Directories

Path Synopsis
Package eval provides a common evaluator for templated expressions, that may make requests to remote services.
Package eval provides a common evaluator for templated expressions, that may make requests to remote services.
Package notes wraps engine interfaces with common logic unrelated to any particular engine implementation.
Package notes wraps engine interfaces with common logic unrelated to any particular engine implementation.

Jump to

Keyboard shortcuts

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