Documentation ¶
Index ¶
- type JiraColl
- func (c *JiraColl) AddJira(iJira *models.Jira) (*models.Jira, error)
- func (c *JiraColl) DeleteJira() error
- func (c *JiraColl) EnsureIndex(ctx context.Context) error
- func (c *JiraColl) GetCollectionName() string
- func (c *JiraColl) GetJira() (*models.Jira, error)
- func (c *JiraColl) UpdateJira(iJira *models.Jira) (*models.Jira, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JiraColl ¶
type JiraColl struct { *mongo.Collection // contains filtered or unexported fields }
func NewJiraColl ¶
func NewJiraColl() *JiraColl
func (*JiraColl) DeleteJira ¶
func (*JiraColl) GetCollectionName ¶
Click to show internal directories.
Click to hide internal directories.