Documentation
¶
Index ¶
Constants ¶
View Source
const Version = 1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Index ¶
type ManifestMetadata ¶
type MetadataClient ¶
type Registry ¶
type Registry struct {
Repo string `json:"repo"`
SourceRepo string `json:"source_repo"`
Visibility string `json:"visibility"`
DefaultBranch string `json:"default_branch,omitempty"`
HeadSHA string `json:"head_sha,omitempty"`
ManifestPresent bool `json:"manifest_present"`
Manifest ManifestMetadata `json:"manifest"`
SkillCount int `json:"skill_count"`
KitCount int `json:"kit_count"`
LastFetchedAt time.Time `json:"last_fetched_at"`
Tags []string `json:"tags,omitempty"`
}
func BuildEntry ¶
func BuildEntry(ctx context.Context, rc config.RegistryConfig, m *manifest.Manifest, client MetadataClient) (Registry, error)
Click to show internal directories.
Click to hide internal directories.