serializers

package
v0.0.0-...-e75809f Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Board

type Board struct {
	ID   string
	Name string
}

Board ...

type Sprint

type Sprint struct {
	ID       string
	BoardID  string
	Name     string
	FromDate *time.Time
	ToDate   *time.Time
}

Sprint ...

type Task

type Task struct {
	Key             string
	TrackerUniqueID string
	ProjectID       string
	Summary         string
	Description     string
	Type            string
	Priority        string
	Estimate        *float64
	Assignee        string
	Status          string
}

Task ...

type TimeProvider

type TimeProvider struct {
	DisplayName string
	Name        string
}

TimeProvider ...

type TimeProvidersSerializer

type TimeProvidersSerializer struct {
	TimeProviders []TimeProvider
}

TimeProvidersSerializer ...

Jump to

Keyboard shortcuts

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