Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type IssueState struct + func New(options ...Option) *IssueState + func (is *IssueState) GetIssuesStatesNameByID(id []int64) ([]apistructs.IssueStatus, error) + func (is *IssueState) InitProjectState(projectID int64, locale string) error + type Option func(*IssueState) + func WithBundle(bdl *bundle.Bundle) Option + func WithDBClient(db *dao.DBClient) Option