github

package
v0.0.0-...-0f007cf Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package github provides a simplified GitHub client.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	ListRepositories(ctx context.Context) ([]*Repository, error)
}

A Client is a GitHub client.

func NewClient

func NewClient(username string) Client

NewClient creates a GitHub client that retrieves information for the user specified by username.

type Repository

type Repository struct {
	Name        string
	Link        string
	Description string
	Tag         string
}

A Repository contains metadata about a GitHub repository.

Jump to

Keyboard shortcuts

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