lib

package
v0.0.0-...-20269af Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2018 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PlotGraph

func PlotGraph(title string, timestamps []int64, w io.Writer) error

func WriteCanvasJS

func WriteCanvasJS(timestamps []int64, info github.RepoInfo, w io.Writer) error

func WriteJQPlot

func WriteJQPlot(timestamps []int64, w io.Writer) error

Types

type CanvasData

type CanvasData struct {
	X int64 `json:"x"`
	Y int64 `json:"y"`
}

type CanvasJSON

type CanvasJSON struct {
	CreatedDate string       `json:"created_at"`
	Data        []CanvasData `json:"data"`
}

Directories

Path Synopsis
Package mq wrap the github.com/streadway/amqp library to be able to mock it.
Package mq wrap the github.com/streadway/amqp library to be able to mock it.
gestore
Package gestore contains the implementation of the store.Store interface for the Google Datastore.
Package gestore contains the implementation of the store.Store interface for the Google Datastore.

Jump to

Keyboard shortcuts

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