modulepackage
0.0.0-20220216154903-c21b4ad3cb14
Repository: https://github.com/eparis/bugzilla.git
Documentation: pkg.go.dev
# Functions
GetTestClient returns a client which acts on the data in a json file specified in path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrettyStatus returns: - "status (resolution)" if both status and resolution are not empty - "status" if only resolution is empty - "any status with resolution RESOLUTION" if only status is empty - "" if both status and resolution are empty This is useful in user-facing messages that communicate bug state information.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AddExternalBugParameters are the parameters required to add an external tracker bug to a Bugtzilla bug.
AdvancedQuery allows the user to specifc the Field and Operation (required) and optional Value and Negation.
Bug is a record of a bug.
BugComment contains the fields used when updating a comment on a Bug.
No description provided by the author
BugList holds a list of bugs.
BugUpdate contains fields to update on a Bug.
No description provided by the author
ExternalBug contains details about an external bug linked to a Bugzilla bug.
ExternalBugType holds identifying metadata for a tracker.
Fake is a fake Bugzilla client with injectable fields.
Flag holds information about a flag set on a bug.
No description provided by the author
No description provided by the author
No description provided by the author
NewExternalBugIdentifier holds fields used to identify new external bugs when adding them using the JSONRPC API.
Query is translated into bugzilla URL parameters.
User holds information about a user.
# Interfaces
No description provided by the author