sourcemaps

package
v1.17.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSourcemapsCmd

func NewSourcemapsCmd(client resources.Client, analyticsTrackerFn analytics.TrackerFn) *cobra.Command

func NewUploadCmd

func NewUploadCmd(client resources.Client, analyticsTrackerFn analytics.TrackerFn) *cobra.Command

Types

type ApiKeyResponse

type ApiKeyResponse struct {
	Data struct {
		Credential struct {
			ProjectID string `json:"project_id"`
			APIKey    string `json:"api_key"`
		} `json:"ld_credential"`
	} `json:"data"`
	Errors []struct {
		Message string `json:"message"`
	} `json:"errors"`
}

type SourceMapFile

type SourceMapFile struct {
	Path string
	Name string
}

type SourceMapUrlsResponse

type SourceMapUrlsResponse struct {
	Data struct {
		GetSourceMapUploadUrls []string `json:"get_source_map_upload_urls_ld"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL