Versions in this module Expand all Collapse all v1 v1.26.3 Jun 20, 2024 Changes in this version + var ErrNoAuthToken = errors.New(...) + var ErrNoProject = errors.New(...) + func BuildRequest(ctx context.Context, dir, configPath string, results []*QuerySetArchive, ...) (*pb.UploadArchiveRequest, error) + type QuerySetArchive struct + Name string + Queries []string + Request *plugin.GenerateRequest + Schema []string + type Uploader struct + func NewUploader(configPath, dir string, conf *config.Config) *Uploader + func (up *Uploader) DumpRequestOut(ctx context.Context, result []*QuerySetArchive) error + func (up *Uploader) Upload(ctx context.Context, result []*QuerySetArchive, tags []string) error + func (up *Uploader) Validate() error