rpc

package
v0.0.0-...-a295026 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryRPCRequest

type BinaryRPCRequest struct {
	store.CommitOrPatchset
	BinaryName      string `json:"binary_name"`
	CompileTaskName string `json:"compile_task_name"`
}

type BinaryRPCResponse

type BinaryRPCResponse struct {
	Metadata common.BloatyOutputMetadata `json:"metadata"`

	// Rows represents the rows in the two-dimensional JavaScript array that the front-end passes to
	// google.visualization.arrayToDataTable().
	Rows []bloaty.TreeMapDataTableRow `json:"rows" go2ts:"ignorenil"`
}

type BinarySizeDiffRPCRequest

type BinarySizeDiffRPCRequest struct {
	store.CommitOrPatchset
	BinaryName      string `json:"binary_name"`
	CompileTaskName string `json:"compile_task_name"`
}

type BinarySizeDiffRPCResponse

type BinarySizeDiffRPCResponse struct {
	Metadata common.BloatyOutputMetadata `json:"metadata"`

	// RawDiff is the verbatim Bloaty size diff output in plain-text format.
	RawDiff string `json:"raw_diff"`
}

type MostRecentBinariesRPCResponse

type MostRecentBinariesRPCResponse struct {
	Binaries []store.BinariesFromCommitOrPatchset `json:"binaries"`
}

Jump to

Keyboard shortcuts

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