Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerReadmePayload ¶
type ServerReadmePayload struct {
Server string `json:"server"`
Version string `json:"version"`
Content string `json:"content"`
ContentType string `json:"content_type"`
SizeBytes int `json:"size_bytes"`
SHA256 string `json:"sha256"`
FetchedAt time.Time `json:"fetched_at"`
}
ServerReadmePayload is a compact representation of a server README blob.
Click to show internal directories.
Click to hide internal directories.