generator

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 2020 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

View Source
const (
	RFC3339Date = "2006-01-02"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator interface {
	Generate() error
}

func New

func New(opts Opts) Generator

type MRScopeObjectAdapter

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

func NewMRScopeObjectAdapter

func NewMRScopeObjectAdapter(mr gitlab.MergeRequest) *MRScopeObjectAdapter

func (*MRScopeObjectAdapter) Entry

func (a *MRScopeObjectAdapter) Entry() string

func (*MRScopeObjectAdapter) IncludeAuthor

func (a *MRScopeObjectAdapter) IncludeAuthor()

func (*MRScopeObjectAdapter) Labels

func (a *MRScopeObjectAdapter) Labels() []string

type MockGenerator

type MockGenerator struct {
	mock.Mock
}

MockGenerator is an autogenerated mock type for the Generator type

func (*MockGenerator) Generate

func (_m *MockGenerator) Generate() error

Generate provides a mock function with given fields:

type Opts

type Opts struct {
	ProjectID string
	Release   string

	StartingPoint        string
	StartingPointMatcher string

	ChangelogFile string

	ConfigFile string
}

Jump to

Keyboard shortcuts

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