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