Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchTceRelease ¶
TODO: Return a custom Release struct which contains only the list of links to different assets in a release i.e link to download the assets. TODO: Maybe make token optional. We need to pass token for higher privileges - to access draft releases / non-published releases. But we don't need token for fetching published releases that are public
Types ¶
type AuthenticatedClient ¶
type AuthenticatedClient struct {
// contains filtered or unexported fields
}
AuthenticatedClient implements the net/http.RoundTripper interface
func NewAuthenticatedClient ¶
func NewAuthenticatedClient(token string) (*AuthenticatedClient, error)
Click to show internal directories.
Click to hide internal directories.