package
0.8.0
Repository: https://github.com/michaelmure/git-bug.git
Documentation: pkg.go.dev

# Functions

ActorFilter return a Filter that match a bug actor.
AuthorFilter return a Filter that match a bug author.
LabelFilter return a Filter that match a label.
MetadataFilter return a Filter that match a bug metadata at creation time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NoLabelFilter return a Filter that match the absence of labels.
ParticipantFilter return a Filter that match a bug participant.
StatusFilter return a Filter that match a bug status.
TitleFilter return a Filter that match if the title contains the given query.

# Variables

No description provided by the author

# Structs

BugCache is a wrapper around a Bug.
BugExcerpt hold a subset of the bug values to be able to sort and filter bugs efficiently without having to read and compile each raw bugs.
IdentityCache is a wrapper around an Identity for caching.
IdentityExcerpt hold a subset of the identity values to be able to sort and filter identities efficiently without having to read and compile each raw identity.
identity.Bare data are directly embedded in the bug excerpt.
No description provided by the author
Matcher is a collection of Filter that implement a complex filter.
MultiRepoCache is the root cache, holding multiple RepoCache.
RepoCache is a cache for a Repository.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
Filter is a predicate that match a subset of bugs.
No description provided by the author