client/

directory
v0.0.0-...-d60a78d Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: Apache-2.0

README

luci-go: LUCI in Go: client code

GoDoc

Installing clients

go get -u go.chromium.org/luci/client/cmd/...

Code layout

  • /client/cmd/... contains the individual executables, one per subdirectory.
  • /client/internal/... contains shared internal packages for use by other packages in this repository that are not meant to be used by other packages outside /client/.... See https://golang.org/s/go14internal for more details.
  • Anything else is APIs (reusable packages) that can be reused.

Directories

Path Synopsis
Package archiver implements the pipeline to efficiently archive file sets to an isolated server as fast as possible.
Package archiver implements the pipeline to efficiently archive file sets to an isolated server as fast as possible.
cmd
devshell
Command devshell is a Devshell server.
Command devshell is a Devshell server.
docker-credential-luci
Command docker-credential-luci is a Docker credential helper.
Command docker-credential-luci is a Docker credential helper.
git-credential-luci
Command git-credential-luci is a Git credential helper.
Command git-credential-luci is a Git credential helper.
gsutil-auth
Command gsutil-auth implements "gsutil -> LUCI auth" shim server.
Command gsutil-auth implements "gsutil -> LUCI auth" shim server.
isolate
Package main is a .isolate compiler that compiles .isolate files into .isolated files and can also act as a client to an Isolate server.
Package main is a .isolate compiler that compiles .isolate files into .isolated files and can also act as a client to an Isolate server.
isolated
Package main is an Isolate server client.
Package main is an Isolate server client.
swarming
Package main is a client to a Swarming server.
Package main is a client to a Swarming server.
Package archiver implements the pipeline to efficiently archive file sets to an isolated server as fast as possible.
Package archiver implements the pipeline to efficiently archive file sets to an isolated server as fast as possible.
Package flagpb defines a flag format for protobuf messages, implements a parser and a formatter.
Package flagpb defines a flag format for protobuf messages, implements a parser and a formatter.
internal
common
Package common implements code and utilities shared across all packages in client/.
Package common implements code and utilities shared across all packages in client/.
progress
Package progress implements a progress indicator for text mode applications.
Package progress implements a progress indicator for text mode applications.
Package isolate implements the code to process '.isolate' files to generate '.isolated' files.
Package isolate implements the code to process '.isolate' files to generate '.isolated' files.
Package versioncli implements a subcommand for obtaining version with the CLI.
Package versioncli implements a subcommand for obtaining version with the CLI.

Jump to

Keyboard shortcuts

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