Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Issue struct + func New(options ...Option) *Issue + func (svc *Issue) GetIssuesByStates(req apistructs.WorkbenchRequest) (map[uint64]*apistructs.WorkbenchProjectItem, error) + type Option func(*Issue) + func WithIssueDBClient(db *dao.DBClient) Option