repos

package
v0.0.0-...-eb64f0e Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Service expose serviceProvider
	Service *serviceProvider
)

Functions

This section is empty.

Types

type Language

type Language struct {
	Language   string  `bson:"Language" json:"language"`
	Proportion float32 `bson:"Proportion" json:"proportion"`
}

Language - represents the GitHub repository program language information.

type Repos

type Repos struct {
	ID        bson.ObjectId `bson:"_id,omitempty" json:"id"`
	Owner     *string       `bson:"Owner" json:"owner"`
	Avatar    *string       `bson:"Avatar" json:"avatar"`
	Name      *string       `bson:"Name" json:"name"`
	Image     *string       `bson:"Image" json:"image"`
	Intro     *string       `bson:"Intro" json:"intro"`
	Readme    *string       `bson:"Readme" json:"readme"`
	Stars     *int          `bson:"Stars" json:"stars"`
	Forks     *int          `bson:"Forks" json:"forks"`
	Topics    []string      `bson:"Topics" json:"topics"`
	Languages []Language    `bson:"Languages" json:"languages"`
	Active    bool          `bson:"Active" json:"active"`
	Created   time.Time     `bson:"Created" json:"created"`
}

Repos - represents the GitHub repository information.

Jump to

Keyboard shortcuts

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