discovery

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(gh *github.Client) *Service

func (*Service) Trending

func (s *Service) Trending(ctx context.Context, opts TrendingOpts) ([]*TrendingRepo, error)

type TrendingOpts

type TrendingOpts struct {
	Since  string
	Lang   string
	Top    int
	Source string
}

type TrendingRepo

type TrendingRepo struct {
	Rank        int
	FullName    string
	Description string
	URL         string
	Stars       int
	Forks       int
	Language    string
	Topics      []string
}

Jump to

Keyboard shortcuts

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