iterator

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Iterator

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

func NewIterator

func NewIterator(ctx context.Context, client *gitlab.Client, capacity int, projectID string, since time.Time) *Iterator

NewIterator create a new iterator

func (*Iterator) Error

func (i *Iterator) Error() error

Error return last encountered error

func (*Iterator) IssueValue

func (i *Iterator) IssueValue() *gitlab.Issue

func (*Iterator) LabelEventValue

func (i *Iterator) LabelEventValue() *gitlab.LabelEvent

func (*Iterator) NextIssue

func (i *Iterator) NextIssue() bool

func (*Iterator) NextLabelEvent

func (i *Iterator) NextLabelEvent() bool

func (*Iterator) NextNote

func (i *Iterator) NextNote() bool

func (*Iterator) NoteValue

func (i *Iterator) NoteValue() *gitlab.Note

Jump to

Keyboard shortcuts

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