Versions in this module Expand all Collapse all v3 v3.1.0 Jan 25, 2023 v3.0.0 Oct 19, 2022 Changes in this version + func SplitFullName(fullName string) (string, string) + type Publisher struct + Id string + Name string + Organizations []url.URL + Repositories []url.URL + func LoadPublishers(path string) ([]Publisher, error) + type Repository struct + CanonicalURL url.URL + FileRawURL string + GitBranch string + Headers map[string]string + Name string + Publisher Publisher + URL url.URL + func (repo *Repository) GenerateID() string + func (repo *Repository) GenerateSlug() string Other modules containing this package github.com/italia/publiccode-crawler/v4