lib

package
v0.0.0-...-4a11b79 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2020 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Overview

Package lib is used to implement the parent package main.

Index

Constants

View Source
const IsolateVersion = "0.6"

IsolateVersion must be updated whenever functional change (behavior arguments, supported commands) is done.

Variables

This section is empty.

Functions

func CmdArchive

func CmdArchive(defaultAuthOpts auth.Options) *subcommands.Command

CmdArchive returns an object for the `archive` subcommand.

func CmdBatchArchive

func CmdBatchArchive(defaultAuthOpts auth.Options) *subcommands.Command

CmdBatchArchive returns an object for the `batcharchive` subcommand.

func CmdCheck

func CmdCheck() *subcommands.Command

CmdCheck returns an object for the `check` subcommand.

func CmdRemap

func CmdRemap() *subcommands.Command

CmdRemap returns an object for the `remap` subcommand.

func CmdRun

func CmdRun() *subcommands.Command

CmdRun returns an object for the `run` subcommand.

Types

type RequiredIsolateFlags

type RequiredIsolateFlags uint

RequiredIsolateFlags specifies which flags are required on the command line being parsed.

const (
	// RequireIsolateFile means the -isolate flag is required.
	RequireIsolateFile RequiredIsolateFlags = 1 << iota
	// RequireIsolatedFile means the -isolated flag is required.
	RequireIsolatedFile
)

Jump to

Keyboard shortcuts

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