logwork

package
v0.0.0-...-a2589b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jira

type Jira struct {
	// contains filtered or unexported fields
}

func NewJira

func NewJira(endpoint string, userName string, apiToken string) *Jira

func (*Jira) GetDayToLog

func (j *Jira) GetDayToLog() ([]types.LogWorkStatus, error)

func (*Jira) GetTicketToLog

func (j *Jira) GetTicketToLog() ([]types.Ticket, error)

func (*Jira) LogWork

func (j *Jira) LogWork(ticket []types.Ticket, logworkList []types.LogWorkStatus) error

type ProjectTracking

type ProjectTracking interface {
	GetTicketToLog() ([]types.Ticket, error)
	GetDayToLog() ([]types.LogWorkStatus, error)
	LogWork(ticket []types.Ticket, logworkList []types.LogWorkStatus) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL