Documentation ¶
Overview ¶
Package apex provides an Apex release store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { Name string `json:"name"` Key string `json:"key"` Size int64 `json:"size"` URL string `json:"url"` }
File model.
type Release ¶
type Release struct { Version string `json:"version"` Notes string `json:"notes"` Files []*File `json:"files"` CreatedAt time.Time `json:"created_at"` }
Release model.
type Store ¶
Store is the store implementation.
func (*Store) GetRelease ¶
GetRelease returns the specified release or ErrNotFound.
Click to show internal directories.
Click to hide internal directories.