Documentation
¶
Index ¶
- Constants
- func CompactTime(value time.Time) string
- func CompactTimeOmit(value time.Time) string
- func ListItemToDisplay(item app.ListItem) listItemDisplay
- func PrintJSON(value any) error
- func PrintQueryResult(result app.QueryResult)
- func PrintSDKIndexSummary(index sdk.Index)
- func PrintSearchResult(result app.SearchResult)
- func QueryResultJSON(result app.QueryResult) (string, error)
- func SDKCachedIndexesToDisplay(infos []sdk.CachedIndexInfo) []sdkCachedIndexDisplay
- func SDKEntriesToDisplay(entries []sdk.InstalledEntry) []sdkInstalledEntryDisplay
- func SDKIndexPlatformRows(index sdk.Index) [][]any
- func SDKIndexSummary(index sdk.Index) sdkIndexSummaryDisplay
- func SDKIndexVersionRows(index sdk.Index, limit int) [][]any
- func SDKResultNotes(cached, resumed bool) string
- func SearchResultJSON(result app.SearchResult) (string, error)
- func ShowResultToDisplay(result app.ShowResult) showResultDisplay
- func TruncateTableText(value string, max int) string
Constants ¶
View Source
const CompactTimeLayout = "2006-01-02T15:04:05"
Variables ¶
This section is empty.
Functions ¶
func CompactTime ¶
func CompactTimeOmit ¶
func ListItemToDisplay ¶
func PrintQueryResult ¶
func PrintQueryResult(result app.QueryResult)
func PrintSDKIndexSummary ¶
func PrintSearchResult ¶
func PrintSearchResult(result app.SearchResult)
func QueryResultJSON ¶
func QueryResultJSON(result app.QueryResult) (string, error)
func SDKCachedIndexesToDisplay ¶
func SDKCachedIndexesToDisplay(infos []sdk.CachedIndexInfo) []sdkCachedIndexDisplay
func SDKEntriesToDisplay ¶
func SDKEntriesToDisplay(entries []sdk.InstalledEntry) []sdkInstalledEntryDisplay
func SDKIndexPlatformRows ¶
func SDKIndexSummary ¶
func SDKResultNotes ¶
func SearchResultJSON ¶
func SearchResultJSON(result app.SearchResult) (string, error)
func ShowResultToDisplay ¶
func ShowResultToDisplay(result app.ShowResult) showResultDisplay
func TruncateTableText ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.