di

package
v0.0.0-...-cc6e33c Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessClosedDI

func ProcessClosedDI(issueDB, diDB *sql.DB, repo, sig string, startTime, endTime time.Time) error

func ProcessClosedDIs

func ProcessClosedDIs(issueDB, diDB *sql.DB, repo, sig string, startTime, endTime time.Time, frequency time.Duration) error

func ProcessCreatedDI

func ProcessCreatedDI(issueDB, diDB *sql.DB, repo, sig string, startTime, endTime time.Time) error

func ProcessCreatedDIs

func ProcessCreatedDIs(issueDB, diDB *sql.DB, repo, sig string, startTime, endTime time.Time, frequency time.Duration) error

func ProcessDI

func ProcessDI(issueDB, diDB *sql.DB, repo, sig string, time time.Time) error

func ProcessDIs

func ProcessDIs(issueDB, diDB *sql.DB, repo, sig string, startTime, endTime time.Time, frequency time.Duration) error

Types

type InstantDI

type InstantDI struct {
	Time  time.Time
	Value float64
}

Instant DI struct

type IntervalDI

type IntervalDI struct {
	StartTime time.Time
	EndTime   time.Time
	Value     float64
}

Interval DI struct

type Issue

type Issue struct {
	ID           uint
	Number       int
	RepositoryID int
	Closed       bool
	ClosedAt     time.Time
	CreatedAt    time.Time
	Title        string
	Label        map[string][]string
}

Issue struct

Jump to

Keyboard shortcuts

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