MCPcopy Index your code
hub / github.com/cli/cli / Release

Struct Release

pkg/cmd/release/list/http.go:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type Release struct {
27 Name string
28 TagName string
29 IsDraft bool
30 IsImmutable bool `graphql:"immutable"`
31 IsLatest bool
32 IsPrerelease bool
33 CreatedAt time.Time
34 PublishedAt time.Time
35}
36
37func (r *Release) ExportData(fields []string) map[string]interface{} {
38 return cmdutil.StructExportData(r, fields)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected