Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIssueTracker ¶
func GetIssueTracker(id string) (common.IssueTracker, error)
GetIssueTracker can be used to get a common.IssueTracker for the given ID. In case there is no factory registered for the given ID, *ErrUnknownTrackerId is returned.
Types ¶
type ErrUnknownTrackerId ¶
type ErrUnknownTrackerId struct {
// contains filtered or unexported fields
}
func (*ErrUnknownTrackerId) Error ¶
func (err *ErrUnknownTrackerId) Error() string
Click to show internal directories.
Click to hide internal directories.