cargo

package
v1.19.3 Latest Latest
Warning

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

Go to latest
Published: May 3, 2023 License: MIT Imports: 18 Imported by: 3

Documentation

Index

Constants

View Source
const (
	IndexRepositoryName = "_cargo-index"
	ConfigFileName      = "config.json"
)

Variables

This section is empty.

Functions

func AddOrUpdatePackageIndex

func AddOrUpdatePackageIndex(ctx context.Context, doer, owner *user_model.User, packageID int64) error

func BuildPackagePath

func BuildPackagePath(name string) string

func InitializeIndexRepository

func InitializeIndexRepository(ctx context.Context, doer, owner *user_model.User) error

func RebuildIndex

func RebuildIndex(ctx context.Context, doer, owner *user_model.User) error

Types

type Config

type Config struct {
	DownloadURL string `json:"dl"`
	APIURL      string `json:"api"`
}

type IndexVersionEntry

type IndexVersionEntry struct {
	Name         string                     `json:"name"`
	Version      string                     `json:"vers"`
	Dependencies []*cargo_module.Dependency `json:"deps"`
	FileChecksum string                     `json:"cksum"`
	Features     map[string][]string        `json:"features"`
	Yanked       bool                       `json:"yanked"`
	Links        string                     `json:"links,omitempty"`
}

Jump to

Keyboard shortcuts

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