Documentation
¶
Index ¶
- func Download(ctx context.Context, baseUrl string, gitoid string) (dsse.Envelope, error)
- func DownloadWithWriter(ctx context.Context, baseUrl, gitoid string, dst io.Writer) error
- func GraphQlQuery[TRes any, TVars any](ctx context.Context, baseUrl, query string, vars TVars) (TRes, error)
- type StoreResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadWithWriter ¶
Types ¶
type StoreResponse ¶
type StoreResponse struct {
Gitoid string `json:"gitoid"`
}
func StoreWithReader ¶
Click to show internal directories.
Click to hide internal directories.