structure

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2024 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BodyReq added in v0.0.2

type BodyReq struct {
	OwnerName string `json:"ownerName"`
	RepoName  string `json:"repoName"`
}

type Commits

type Commits struct {
	Author  *string   `bson:"author" json:"author"`
	Repos   *string   `bson:"repos" json:"repos"`
	Email   *string   `json:"email" bson:"email"`
	Comment *string   `bson:"comment" json:"comment" `
	Date    time.Time `json:"date" bson:"date,omitempty"`
}

type CommitsTotal

type CommitsTotal struct {
	EmployeeName string    `json:"employee-name" bson:"employee-name"`
	Commit       []Commits `json:"commit" bson:"commit"`
	Total        int       `json:"total" bson:"total"`
}

type Creds

type Creds struct {
	Status  int         `bson:"status" json:"status"`
	Message string      `json:"message" bson:"message"`
	Data    interface{} `json:"data" bson:"data"`
}

Jump to

Keyboard shortcuts

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