github

package
v1.21.12 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type License added in v1.21.4

type License struct {
	Name string `json:"spdx_id"`
}

type Project added in v1.21.4

type Project struct {
	Name        string    `json:"name"`
	Description string    `json:"description"`
	URL         string    `json:"html_url"`
	Topics      []string  `json:"topics"`
	Fork        bool      `json:"fork"`
	License     License   `json:"license"`
	Language    string    `json:"language"`
	CreatedAt   time.Time `json:"created_at"`
	UpdatedAt   time.Time `json:"updated_at"`
}

type VCService

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

func NewVCService

func NewVCService(rawURL string) (VCService, error)

func (VCService) Projects

func (s VCService) Projects(ctx context.Context) ([]*josegpt.ProjectUpsert, error)

Jump to

Keyboard shortcuts

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