SYMBOL INDEX (5916 symbols across 1187 files) FILE: .tmpl/create.go function NewCreateCommand (line 15) | func NewCreateCommand(parent argparser.Registerer, globals *config.Data,... type CreateCommand (line 53) | type CreateCommand struct method Exec (line 63) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { FILE: .tmpl/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, globals *config.Data,... type DeleteCommand (line 53) | type DeleteCommand struct method Exec (line 63) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { FILE: .tmpl/describe.go function NewDescribeCommand (line 15) | func NewDescribeCommand(parent argparser.Registerer, globals *config.Dat... type DescribeCommand (line 49) | type DescribeCommand struct method Exec (line 58) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { method print (line 102) | func (c *DescribeCommand) print(out io.Writer, r *fastly.${CLI_API}) { FILE: .tmpl/list.go function NewListCommand (line 16) | func NewListCommand(parent argparser.Registerer, globals *config.Data, d... type ListCommand (line 50) | type ListCommand struct method Exec (line 59) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { method printVerbose (line 107) | func (c *ListCommand) printVerbose(out io.Writer, serviceID string, se... method printSummary (line 128) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.${CLI_A... FILE: .tmpl/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 26) | func (c *RootCommand) Exec(in io.Reader, out io.Writer) error { function NewRootCommand (line 18) | func NewRootCommand(parent argparser.Registerer, globals *config.Data) *... FILE: .tmpl/root_parent.go type RootCommand (line 12) | type RootCommand struct method Exec (line 26) | func (c *RootCommand) Exec(in io.Reader, out io.Writer) error { function NewRootCommand (line 18) | func NewRootCommand(parent argparser.Registerer, globals *config.Data) *... FILE: .tmpl/test.go constant baseCommand (line 13) | baseCommand = "${CLI_COMMAND}" function TestDescribe (line 153) | func TestDescribe(t *testing.T) { function TestList (line 189) | func TestList(t *testing.T) { FILE: .tmpl/update.go function NewUpdateCommand (line 17) | func NewUpdateCommand(parent argparser.Registerer, globals *config.Data,... type UpdateCommand (line 55) | type UpdateCommand struct method Exec (line 67) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { method constructInput (line 110) | func (c *UpdateCommand) constructInput(serviceID string, serviceVersio... FILE: cmd/fastly/main.go function main (line 11) | func main() { FILE: npm/@fastly/cli/package-helpers.js function pkgForCurrentPlatform (line 3) | function pkgForCurrentPlatform() { FILE: npm/@fastly/cli/update.js function indexJs (line 157) | function indexJs(binaryAsset) { function packageJson (line 166) | function packageJson(name, version, description, os, cpu, binaryAsset) { FILE: pkg/api/interface.go type HTTPClient (line 15) | type HTTPClient interface type Interface (line 21) | type Interface interface type RealtimeStatsInterface (line 430) | type RealtimeStatsInterface interface FILE: pkg/api/undocumented/undocumented.go constant RequestTimeout (line 20) | RequestTimeout = 5 * time.Second type APIError (line 23) | type APIError struct method Error (line 29) | func (e APIError) Error() string { method Unwrap (line 33) | func (e APIError) Unwrap() error { method HTTPStatusCode (line 37) | func (e APIError) HTTPStatusCode() int { function NewError (line 42) | func NewError(err error, statusCode int) APIError { type HTTPHeader (line 50) | type HTTPHeader struct type CallOptions (line 56) | type CallOptions struct function Call (line 70) | func Call(opts CallOptions) (data []byte, err error) { FILE: pkg/app/disable_token_flag_test.go function TestTokenFlagDisabledWhenAuthCommandDisabled (line 17) | func TestTokenFlagDisabledWhenAuthCommandDisabled(t *testing.T) { function TestTokenFlagAvailableByDefault (line 81) | func TestTokenFlagAvailableByDefault(t *testing.T) { FILE: pkg/app/expiry_warning_test.go function expiringTokenData (line 18) | func expiringTokenData(out *bytes.Buffer) *global.Data { function TestCheckTokenExpirationWarning (line 40) | func TestCheckTokenExpirationWarning(t *testing.T) { function TestCheckTokenExpirationWarningDisabledAuth (line 273) | func TestCheckTokenExpirationWarningDisabledAuth(t *testing.T) { function TestCheckTokenExpirationWarningSuppression (line 296) | func TestCheckTokenExpirationWarningSuppression(t *testing.T) { function TestCheckTokenExpirationWarningShownForJSON (line 374) | func TestCheckTokenExpirationWarningShownForJSON(t *testing.T) { function TestCheckTokenExpirationWarningNotSuppressedForNonAuth (line 390) | func TestCheckTokenExpirationWarningNotSuppressedForNonAuth(t *testing.T) { FILE: pkg/app/run.go function Run (line 45) | func Run(args []string, stdin io.Reader) error { function Exec (line 196) | func Exec(data *global.Data) error { function configureKingpin (line 346) | func configureKingpin(data *global.Data) *kingpin.Application { function processToken (line 399) | func processToken(data *global.Data) (token string, tokenSource lookup.S... function checkAndRefreshAuthSSOToken (line 442) | func checkAndRefreshAuthSSOToken(name string, at *config.AuthToken, data... function checkTokenExpirationWarning (line 532) | func checkTokenExpirationWarning(data *global.Data, commandName string) { function isAuthRelatedCommand (line 573) | func isAuthRelatedCommand(commandName string) bool { function ssoAuthentication (line 583) | func ssoAuthentication(outputMessage string, data *global.Data, forceReA... function promptForAuth (line 618) | func promptForAuth(data *global.Data) (string, lookup.Source, error) { function displayToken (line 651) | func displayToken(tokenSource lookup.Source, data *global.Data) { function checkConfigPermissions (line 674) | func checkConfigPermissions(tokenSource lookup.Source, out io.Writer) { function displayAPIEndpoint (line 686) | func displayAPIEndpoint(endpoint string, endpointSource lookup.Source, o... function configureClients (line 701) | func configureClients(token, apiEndpoint string, acf global.APIClientFac... function checkForUpdates (line 715) | func checkForUpdates(av github.AssetVersioner, commandName string) func(... function commandCollectsData (line 726) | func commandCollectsData(command string) bool { function commandRequiresAuthServer (line 736) | func commandRequiresAuthServer(command string, args []string) bool { function commandRequiresToken (line 748) | func commandRequiresToken(command argparser.Command) bool { function configureAuth (line 772) | func configureAuth(apiEndpoint string, args []string, f config.File, c a... function accountEndpoint (line 829) | func accountEndpoint(args []string, e config.Environment, cfg config.Fil... function commandSuppressesVerbose (line 850) | func commandSuppressesVerbose(command argparser.Command) bool { FILE: pkg/app/run_test.go function TestShellCompletion (line 25) | func TestShellCompletion(t *testing.T) { function TestExecQuietSuppressesExpiryWarning (line 143) | func TestExecQuietSuppressesExpiryWarning(t *testing.T) { function TestExecConfigShowsExpiryWarning (line 166) | func TestExecConfigShowsExpiryWarning(t *testing.T) { function TestExecJSONLeavesStdoutCleanAndWritesWarningToStderr (line 191) | func TestExecJSONLeavesStdoutCleanAndWritesWarningToStderr(t *testing.T) { function TestStatsJSONSuppressesUpdateNotice (line 223) | func TestStatsJSONSuppressesUpdateNotice(t *testing.T) { function TestHelpJSON (line 258) | func TestHelpJSON(t *testing.T) { function stripTrailingSpace (line 278) | func stripTrailingSpace(str string) string { FILE: pkg/app/usage.go function Usage (line 27) | func Usage(args []string, app *kingpin.Application, out, err io.Writer, ... constant authGuideTemplate (line 42) | authGuideTemplate = `{{if .Context.SelectedCommand -}} function globalFlags (line 173) | func globalFlags() map[string]bool { constant VerboseUsageTemplate (line 193) | VerboseUsageTemplate = `{{define "FormatCommands" -}} function processCommandInput (line 242) | func processCommandInput( function useFullHelpOutput (line 422) | func useFullHelpOutput(app *kingpin.Application, args []string, out io.W... type commandsMetadata (line 450) | type commandsMetadata function UsageJSON (line 454) | func UsageJSON(app *kingpin.Application) (string, error) { type usageJSON (line 474) | type usageJSON struct type flagJSON (line 479) | type flagJSON struct type Example (line 489) | type Example struct type commandJSON (line 495) | type commandJSON struct function getGlobalFlagJSON (line 504) | func getGlobalFlagJSON(models []*kingpin.ClauseModel) []flagJSON { function getCommandJSON (line 514) | func getCommandJSON(models []*kingpin.CmdModel, data commandsMetadata) [... function recurse (line 576) | func recurse(n int, segs []string, data commandsMetadata) commandsMetada... function resolveToString (line 591) | func resolveToString(i any, key string) string { function getFlagJSON (line 605) | func getFlagJSON(models []*kingpin.ClauseModel) []flagJSON { function displayHelp (line 628) | func displayHelp( FILE: pkg/app/usage_auth_help_test.go function TestAuthGuideBlock (line 16) | func TestAuthGuideBlock(t *testing.T) { FILE: pkg/argparser/cmd.go type Command (line 24) | type Command interface function Select (line 30) | func Select(name string, commands []Command) (Command, bool) { type Registerer (line 42) | type Registerer interface type Globals (line 50) | type Globals struct type Base (line 57) | type Base struct method Name (line 65) | func (b Base) Name() string { method SuppressesVerbose (line 70) | func (b Base) SuppressesVerbose() bool { type Optional (line 76) | type Optional struct method Set (line 82) | func (o *Optional) Set(_ *kingpin.ParseElement, _ *kingpin.ParseContex... type OptionalString (line 88) | type OptionalString struct type OptionalStringSlice (line 94) | type OptionalStringSlice struct type OptionalBool (line 100) | type OptionalBool struct type OptionalInt (line 106) | type OptionalInt struct type OptionalFloat64 (line 112) | type OptionalFloat64 struct type ServiceDetailsOpts (line 119) | type ServiceDetailsOpts struct function ServiceDetails (line 143) | func ServiceDetails(opts ServiceDetailsOpts) (serviceID string, serviceV... function ServiceID (line 216) | func ServiceID(serviceName OptionalServiceNameID, data manifest.Data, cl... function DisplayServiceID (line 249) | func DisplayServiceID(sid, flag string, s manifest.Source, out io.Writer) { function ArgsIsHelpJSON (line 267) | func ArgsIsHelpJSON(args []string) bool { function IsHelpOnly (line 282) | func IsHelpOnly(args []string) bool { function IsHelpFlagOnly (line 287) | func IsHelpFlagOnly(args []string) bool { function IsVerboseAndQuiet (line 293) | func IsVerboseAndQuiet(args []string) bool { function IsGlobalFlagsOnly (line 327) | func IsGlobalFlagsOnly(args []string) bool { FILE: pkg/argparser/cmd_test.go function TestIsGlobalFlagsOnly (line 10) | func TestIsGlobalFlagsOnly(t *testing.T) { function TestArgsIsHelpJSON (line 48) | func TestArgsIsHelpJSON(t *testing.T) { function TestIsGlobalFlagsOnlyDisabledAuth (line 100) | func TestIsGlobalFlagsOnlyDisabledAuth(t *testing.T) { FILE: pkg/argparser/common.go function CursorFlag (line 38) | func CursorFlag(dst *string) StringFlagOpts { function LimitFlag (line 48) | func LimitFlag(dst *int) IntFlagOpts { function StoreIDFlag (line 59) | func StoreIDFlag(dst *string) StringFlagOpts { FILE: pkg/argparser/flags.go type StringFlagOpts (line 32) | type StringFlagOpts struct method RegisterFlag (line 42) | func (b Base) RegisterFlag(opts StringFlagOpts) { type BoolFlagOpts (line 57) | type BoolFlagOpts struct method RegisterFlagBool (line 69) | func (b Base) RegisterFlagBool(opts BoolFlagOpts) { type IntFlagOpts (line 84) | type IntFlagOpts struct method RegisterFlagInt (line 95) | func (b Base) RegisterFlagInt(opts IntFlagOpts) { type OptionalServiceVersion (line 113) | type OptionalServiceVersion struct method Parse (line 125) | func (sv *OptionalServiceVersion) Parse(sid string, client api.Interfa... type OptionalServiceNameID (line 197) | type OptionalServiceNameID struct method Parse (line 202) | func (sv *OptionalServiceNameID) Parse(client api.Interface) (serviceI... type OptionalCustomerID (line 221) | type OptionalCustomerID struct method Parse (line 229) | func (sv *OptionalCustomerID) Parse() error { type OptionalWorkspaceID (line 241) | type OptionalWorkspaceID struct method Parse (line 249) | func (sv *OptionalWorkspaceID) Parse() error { type AutoCloneFlagOpts (line 262) | type AutoCloneFlagOpts struct method RegisterAutoCloneFlag (line 269) | func (b Base) RegisterAutoCloneFlag(opts AutoCloneFlagOpts) { type OptionalAutoClone (line 275) | type OptionalAutoClone struct method Parse (line 283) | func (ac *OptionalAutoClone) Parse(v *fastly.Version, sid string, verb... function Content (line 314) | func Content(flagval string) string { function IntToBool (line 327) | func IntToBool(i int) bool { function ContextHasHelpFlag (line 333) | func ContextHasHelpFlag(ctx *kingpin.ParseContext) bool { function IsCompletionScript (line 340) | func IsCompletionScript(args []string) bool { function IsCompletion (line 353) | func IsCompletion(args []string) bool { type JSONOutput (line 365) | type JSONOutput struct method JSONFlag (line 370) | func (j *JSONOutput) JSONFlag() BoolFlagOpts { method WriteJSON (line 381) | func (j *JSONOutput) WriteJSON(out io.Writer, value any) (bool, error) { function ConvertBoolFromStringFlag (line 391) | func ConvertBoolFromStringFlag(value string, argName string) (*bool, err... function ConvertOrderFromStringFlag (line 402) | func ConvertOrderFromStringFlag(value string, argName string) (string, e... FILE: pkg/argparser/flags_test.go function TestOptionalServiceVersionParse (line 20) | func TestOptionalServiceVersionParse(t *testing.T) { function listVersions (line 97) | func listVersions(_ context.Context, i *fastly.ListVersionsInput) ([]*fa... function getServiceDetails (line 126) | func getServiceDetails(_ context.Context, i *fastly.GetServiceDetailsInp... function TestOptionalAutoCloneParse (line 179) | func TestOptionalAutoCloneParse(t *testing.T) { function TestServiceID (line 285) | func TestServiceID(t *testing.T) { function TestContent (line 381) | func TestContent(t *testing.T) { function cloneVersionResult (line 407) | func cloneVersionResult(version int) func(_ context.Context, i *fastly.C... function errMatches (line 419) | func errMatches(version int, err error) bool { FILE: pkg/auth/auth.go constant Remediation (line 25) | Remediation = "Please re-run the command. If the problem persists, pleas... constant ClientID (line 28) | ClientID = "fastly-cli" constant redirectPath (line 31) | redirectPath = "/callback" constant redirectURL (line 34) | redirectURL = "http://localhost:8080" + redirectPath constant OIDCMetadata (line 38) | OIDCMetadata = "%s/realms/fastly/.well-known/openid-configuration" type WellKnownEndpoints (line 44) | type WellKnownEndpoints struct type Runner (line 54) | type Runner interface type Server (line 74) | type Server struct method AuthURL (line 103) | func (s Server) AuthURL() (string, error) { method SetParam (line 123) | func (s *Server) SetParam(field, value string) { method GetResult (line 128) | func (s Server) GetResult() chan AuthorizationResult { method GetJWT (line 134) | func (s Server) GetJWT(authorizationCode string) (JWT, error) { method SetVerifier (line 183) | func (s *Server) SetVerifier(verifier *oidc.S256Verifier) { method Start (line 188) | func (s *Server) Start() error { method HandleCallback (line 207) | func (s *Server) HandleCallback() http.HandlerFunc { method ValidateAndRetrieveAPIToken (line 267) | func (s *Server) ValidateAndRetrieveAPIToken(accessToken string) (stri... method VerifyJWTSignature (line 313) | func (s *Server) VerifyJWTSignature(accessToken string) (claims map[st... method ExchangeAccessToken (line 332) | func (s *Server) ExchangeAccessToken(accessToken string) (*APIToken, e... method RefreshAccessToken (line 367) | func (s *Server) RefreshAccessToken(refreshToken string) (JWT, error) { type Param (line 96) | type Param struct type RefreshError (line 422) | type RefreshError struct type APIToken (line 428) | type APIToken struct type AuthorizationResult (line 444) | type AuthorizationResult struct type JWT (line 459) | type JWT struct function TokenExpired (line 475) | func TokenExpired(ttl int, timestamp int64) bool { FILE: pkg/check/check.go function Stale (line 12) | func Stale(lastVersionCheck string, dur string) bool { FILE: pkg/commands/alias/acl/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/acl/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/acl/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/acl/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/acl/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "acl" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/acl/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/aclentry/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/aclentry/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/aclentry/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/aclentry/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/aclentry/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "aclentry" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/aclentry/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/alerts/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/alerts/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/alerts/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/alerts/history.go type ListHistoryCommand (line 14) | type ListHistoryCommand struct method Exec (line 26) | func (c *ListHistoryCommand) Exec(in io.Reader, out io.Writer) error { function NewListHistoryCommand (line 19) | func NewListHistoryCommand(parent argparser.Registerer, g *global.Data) ... FILE: pkg/commands/alias/alerts/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/alerts/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "alerts" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/alerts/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/backend/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/backend/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/backend/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/backend/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/backend/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "backend" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/backend/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/dictionary/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/dictionary/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/dictionary/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/dictionary/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/dictionary/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "dictionary" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/dictionary/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/dictionaryentry/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/dictionaryentry/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/dictionaryentry/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/dictionaryentry/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/dictionaryentry/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "dictionary-entry" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/dictionaryentry/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/healthcheck/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/healthcheck/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/healthcheck/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/healthcheck/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/healthcheck/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "healthcheck" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/healthcheck/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/imageoptimizerdefaults/get.go type GetCommand (line 14) | type GetCommand struct method Exec (line 26) | func (c *GetCommand) Exec(in io.Reader, out io.Writer) error { function NewGetCommand (line 19) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/alias/imageoptimizerdefaults/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "imageoptimizerdefaults" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/imageoptimizerdefaults/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/azureblob/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/azureblob/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/azureblob/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/azureblob/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/azureblob/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "azureblob" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/azureblob/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/bigquery/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/bigquery/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/bigquery/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/bigquery/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/bigquery/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "bigquery" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/bigquery/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/cloudfiles/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/cloudfiles/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/cloudfiles/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/cloudfiles/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/cloudfiles/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "cloudfiles" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/cloudfiles/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/datadog/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/datadog/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/datadog/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/datadog/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/datadog/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "datadog" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/datadog/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/digitalocean/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/digitalocean/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/digitalocean/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/digitalocean/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/digitalocean/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "digitalocean" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/digitalocean/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/elasticsearch/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/elasticsearch/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/elasticsearch/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/elasticsearch/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/elasticsearch/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "elasticsearch" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/elasticsearch/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/ftp/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/ftp/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/ftp/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/ftp/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/ftp/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "ftp" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/ftp/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/gcs/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/gcs/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/gcs/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/gcs/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/gcs/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "gcs" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/gcs/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/googlepubsub/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/googlepubsub/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/googlepubsub/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/googlepubsub/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/googlepubsub/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "googlepubsub" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/googlepubsub/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/grafanacloudlogs/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/grafanacloudlogs/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/grafanacloudlogs/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/grafanacloudlogs/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/grafanacloudlogs/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "grafanacloudlogs" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/grafanacloudlogs/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/heroku/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/heroku/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/heroku/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/heroku/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/heroku/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "heroku" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/heroku/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/honeycomb/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/honeycomb/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/honeycomb/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/honeycomb/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/honeycomb/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "honeycomb" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/honeycomb/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/https/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/https/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/https/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/https/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/https/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "https" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/https/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/kafka/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/kafka/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/kafka/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/kafka/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/kafka/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "kafka" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/kafka/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/kinesis/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/kinesis/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/kinesis/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/kinesis/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/kinesis/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "kinesis" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/kinesis/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/loggly/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/loggly/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/loggly/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/loggly/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/loggly/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "loggly" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/loggly/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/logshuttle/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/logshuttle/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/logshuttle/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/logshuttle/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/logshuttle/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "logshuttle" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/logshuttle/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/newrelic/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/newrelic/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/newrelic/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/newrelic/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/newrelic/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "newrelic" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/newrelic/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/newrelicotlp/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/newrelicotlp/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/newrelicotlp/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/newrelicotlp/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/newrelicotlp/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "newrelicotlp" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/newrelicotlp/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/openstack/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/openstack/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/openstack/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/openstack/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/openstack/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "openstack" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/openstack/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/papertrail/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/papertrail/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/papertrail/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/papertrail/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/papertrail/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "papertrail" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/papertrail/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "logging" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/s3/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/s3/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/s3/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/s3/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/s3/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "s3" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/s3/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/scalyr/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/scalyr/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/scalyr/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/scalyr/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/scalyr/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "scalyr" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/scalyr/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/sftp/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/sftp/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/sftp/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/sftp/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/sftp/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "sftp" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/sftp/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/splunk/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/splunk/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/splunk/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/splunk/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/splunk/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "splunk" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/splunk/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/sumologic/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/sumologic/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/sumologic/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/sumologic/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/sumologic/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "sumologic" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/sumologic/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/logging/syslog/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/logging/syslog/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/logging/syslog/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/logging/syslog/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/logging/syslog/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "syslog" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/logging/syslog/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/purge/purge.go type Command (line 14) | type Command struct method Exec (line 26) | func (c *Command) Exec(in io.Reader, out io.Writer) error { function NewCommand (line 19) | func NewCommand(parent argparser.Registerer, g *global.Data) *Command { FILE: pkg/commands/alias/ratelimit/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/ratelimit/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/ratelimit/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/ratelimit/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/ratelimit/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "rate-limit" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/ratelimit/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/resourcelink/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/resourcelink/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/resourcelink/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/resourcelink/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/resourcelink/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "resource-link" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/resourcelink/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/serviceauth/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/serviceauth/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/serviceauth/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/serviceauth/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/serviceauth/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "service-auth" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/serviceauth/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/serviceversion/activate.go type ActivateCommand (line 14) | type ActivateCommand struct method Exec (line 26) | func (c *ActivateCommand) Exec(in io.Reader, out io.Writer) error { function NewActivateCommand (line 19) | func NewActivateCommand(parent argparser.Registerer, g *global.Data) *Ac... FILE: pkg/commands/alias/serviceversion/clone.go type CloneCommand (line 14) | type CloneCommand struct method Exec (line 26) | func (c *CloneCommand) Exec(in io.Reader, out io.Writer) error { function NewCloneCommand (line 19) | func NewCloneCommand(parent argparser.Registerer, g *global.Data) *Clone... FILE: pkg/commands/alias/serviceversion/deactivate.go type DeactivateCommand (line 14) | type DeactivateCommand struct method Exec (line 26) | func (c *DeactivateCommand) Exec(in io.Reader, out io.Writer) error { function NewDeactivateCommand (line 19) | func NewDeactivateCommand(parent argparser.Registerer, g *global.Data) *... FILE: pkg/commands/alias/serviceversion/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/serviceversion/lock.go type LockCommand (line 14) | type LockCommand struct method Exec (line 26) | func (c *LockCommand) Exec(in io.Reader, out io.Writer) error { function NewLockCommand (line 19) | func NewLockCommand(parent argparser.Registerer, g *global.Data) *LockCo... FILE: pkg/commands/alias/serviceversion/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "service-version" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/serviceversion/stage.go type StageCommand (line 14) | type StageCommand struct method Exec (line 26) | func (c *StageCommand) Exec(in io.Reader, out io.Writer) error { function NewStageCommand (line 19) | func NewStageCommand(parent argparser.Registerer, g *global.Data) *Stage... FILE: pkg/commands/alias/serviceversion/unstage.go type UnstageCommand (line 14) | type UnstageCommand struct method Exec (line 26) | func (c *UnstageCommand) Exec(in io.Reader, out io.Writer) error { function NewUnstageCommand (line 19) | func NewUnstageCommand(parent argparser.Registerer, g *global.Data) *Uns... FILE: pkg/commands/alias/serviceversion/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/vcl/condition/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/vcl/condition/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/vcl/condition/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/vcl/condition/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/vcl/condition/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "condition" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/vcl/condition/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/vcl/custom/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/vcl/custom/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/vcl/custom/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/vcl/custom/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/vcl/custom/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "custom" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/vcl/custom/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/alias/vcl/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/vcl/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "vcl" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/vcl/snippet/create.go type CreateCommand (line 14) | type CreateCommand struct method Exec (line 26) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/alias/vcl/snippet/delete.go type DeleteCommand (line 14) | type DeleteCommand struct method Exec (line 26) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/alias/vcl/snippet/describe.go type DescribeCommand (line 14) | type DescribeCommand struct method Exec (line 26) | func (c *DescribeCommand) Exec(in io.Reader, out io.Writer) error { function NewDescribeCommand (line 19) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/alias/vcl/snippet/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 26) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/alias/vcl/snippet/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "snippet" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/alias/vcl/snippet/update.go type UpdateCommand (line 14) | type UpdateCommand struct method Exec (line 26) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/apisecurity/discoveredoperations/discoveredoperations_test.go constant serviceID (line 20) | serviceID = "test-service-id" constant operationID (line 21) | operationID = "test-operation-id" function TestListCommand (line 117) | func TestListCommand(t *testing.T) { function TestListCommandWithFilters (line 199) | func TestListCommandWithFilters(t *testing.T) { function TestUpdateCommand (line 281) | func TestUpdateCommand(t *testing.T) { function TestUpdateCommandEdgeCases (line 417) | func TestUpdateCommandEdgeCases(t *testing.T) { FILE: pkg/commands/apisecurity/discoveredoperations/list.go type ListCommand (line 20) | type ListCommand struct method Exec (line 70) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method printSummary (line 169) | func (c *ListCommand) printSummary(out io.Writer, o []operations.Disco... method printVerbose (line 188) | func (c *ListCommand) printVerbose(out io.Writer, o []operations.Disco... function NewListCommand (line 36) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/apisecurity/discoveredoperations/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "discovered-operations" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, globals *global.Data) *... FILE: pkg/commands/apisecurity/discoveredoperations/update.go type UpdateCommand (line 23) | type UpdateCommand struct method Exec (line 68) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method validateStatus (line 170) | func (c *UpdateCommand) validateStatus(statusValue string) (string, er... method executeBulkUpdate (line 182) | func (c *UpdateCommand) executeBulkUpdate(out io.Writer, serviceID str... method readFromFile (line 223) | func (c *UpdateCommand) readFromFile() (*UpdateFileInput, error) { method printBulkResults (line 261) | func (c *UpdateCommand) printBulkResults(out io.Writer, results *opera... method printSummary (line 295) | func (c *UpdateCommand) printSummary(out io.Writer, op *operations.Dis... method printVerbose (line 307) | func (c *UpdateCommand) printVerbose(out io.Writer, op *operations.Dis... function NewUpdateCommand (line 35) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateFileInput (line 217) | type UpdateFileInput struct FILE: pkg/commands/apisecurity/operations/addtags.go type AddTagsCommand (line 24) | type AddTagsCommand struct method Exec (line 71) | func (c *AddTagsCommand) Exec(_ io.Reader, out io.Writer) error { method readFromFile (line 147) | func (c *AddTagsCommand) readFromFile() (*AddTagsFileInput, error) { method printResults (line 185) | func (c *AddTagsCommand) printResults(out io.Writer, results *operatio... function NewAddTagsCommand (line 38) | func NewAddTagsCommand(parent argparser.Registerer, g *global.Data) *Add... type AddTagsFileInput (line 141) | type AddTagsFileInput struct FILE: pkg/commands/apisecurity/operations/create.go type CreateCommand (line 25) | type CreateCommand struct method Exec (line 92) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 154) | func (c *CreateCommand) constructInput(serviceID string) *operations.C... method createFromFile (line 174) | func (c *CreateCommand) createFromFile(serviceID string, out io.Writer... method readOperationsFromFile (line 278) | func (c *CreateCommand) readOperationsFromFile() ([]OperationInput, er... type OperationInput (line 42) | type OperationInput struct type CreateFileInput (line 51) | type CreateFileInput struct function NewCreateCommand (line 56) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/apisecurity/operations/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 59) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/apisecurity/operations/describe.go type DescribeCommand (line 19) | type DescribeCommand struct method Exec (line 60) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method print (line 100) | func (c *DescribeCommand) print(out io.Writer, o *operations.Operation... function NewDescribeCommand (line 29) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/apisecurity/operations/list.go type ListCommand (line 20) | type ListCommand struct method Exec (line 70) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method printSummary (line 151) | func (c *ListCommand) printSummary(out io.Writer, o []operations.Opera... method printVerbose (line 175) | func (c *ListCommand) printVerbose(out io.Writer, o []operations.Opera... function NewListCommand (line 36) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/apisecurity/operations/operations_test.go constant serviceID (line 19) | serviceID = "test-service-id" function TestListCommand (line 90) | func TestListCommand(t *testing.T) { function TestListCommandWithFilters (line 158) | func TestListCommandWithFilters(t *testing.T) { FILE: pkg/commands/apisecurity/operations/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "operations" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, globals *global.Data) *... FILE: pkg/commands/apisecurity/operations/update.go type UpdateCommand (line 22) | type UpdateCommand struct method Exec (line 69) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 125) | func (c *UpdateCommand) constructInput(serviceID string) *operations.U... function NewUpdateCommand (line 36) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/apisecurity/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "apisecurity" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, globals *global.Data) *... FILE: pkg/commands/apisecurity/tags/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 62) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 31) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/apisecurity/tags/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 58) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/apisecurity/tags/get.go type GetCommand (line 18) | type GetCommand struct method Exec (line 58) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 28) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/apisecurity/tags/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 53) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/apisecurity/tags/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "tags" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/apisecurity/tags/tags_test.go constant serviceID (line 19) | serviceID = "test-service-id" constant tagID (line 20) | tagID = "tag-123" constant tagName (line 21) | tagName = "APIv1" constant tagDescription (line 22) | tagDescription = "All-APIv1-endpoints" constant updatedTagName (line 23) | updatedTagName = "APIv1.1" constant updatedTagDesc (line 24) | updatedTagDesc = "Updated-APIv1-endpoints" function TestTagsCreate (line 36) | func TestTagsCreate(t *testing.T) { function TestTagsDelete (line 109) | func TestTagsDelete(t *testing.T) { function TestTagsGet (line 172) | func TestTagsGet(t *testing.T) { function TestTagsList (line 237) | func TestTagsList(t *testing.T) { function TestTagsUpdate (line 350) | func TestTagsUpdate(t *testing.T) { FILE: pkg/commands/apisecurity/tags/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 63) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/auth/add.go type AddCommand (line 15) | type AddCommand struct method Exec (line 32) | func (c *AddCommand) Exec(_ io.Reader, out io.Writer) error { function NewAddCommand (line 21) | func NewAddCommand(parent argparser.Registerer, g *global.Data) *AddComm... FILE: pkg/commands/auth/delete.go type DeleteCommand (line 13) | type DeleteCommand struct method Exec (line 27) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 18) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/auth/expiry.go type ExpirationStatus (line 13) | type ExpirationStatus constant StatusNoExpiry (line 17) | StatusNoExpiry ExpirationStatus = iota constant StatusOK (line 19) | StatusOK constant StatusExpiringSoon (line 21) | StatusExpiringSoon constant StatusExpired (line 23) | StatusExpired constant StatusNeedsReauth (line 25) | StatusNeedsReauth constant expiryWarningThreshold (line 30) | expiryWarningThreshold = 30 * time.Minute constant accessOnlyWarningThreshold (line 34) | accessOnlyWarningThreshold = 1 * time.Hour function GetExpirationStatus (line 40) | func GetExpirationStatus(at *config.AuthToken, now time.Time) (Expiratio... function staticExpirationStatus (line 60) | func staticExpirationStatus(at *config.AuthToken, now time.Time) (Expira... function ssoExpirationStatus (line 74) | func ssoExpirationStatus(at *config.AuthToken, now time.Time) (Expiratio... function classifyExpiry (line 104) | func classifyExpiry(expires, now time.Time, threshold time.Duration) Exp... function ExpirationSummary (line 117) | func ExpirationSummary(status ExpirationStatus, expires time.Time, now t... function ExpirationRemediation (line 130) | func ExpirationRemediation(tokenType string) string { function humanDuration (line 136) | func humanDuration(d time.Duration) string { FILE: pkg/commands/auth/expiry_test.go function TestGetExpirationStatus (line 12) | func TestGetExpirationStatus(t *testing.T) { function TestExpirationSummary (line 301) | func TestExpirationSummary(t *testing.T) { function TestExpirationRemediation (line 362) | func TestExpirationRemediation(t *testing.T) { FILE: pkg/commands/auth/list.go type ListCommand (line 14) | type ListCommand struct method Exec (line 25) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 18) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/auth/login.go type LoginCommand (line 14) | type LoginCommand struct method Exec (line 28) | func (c *LoginCommand) Exec(in io.Reader, out io.Writer) error { method execSSO (line 53) | func (c *LoginCommand) execSSO(in io.Reader, out io.Writer) error { function NewLoginCommand (line 19) | func NewLoginCommand(parent argparser.Registerer, g *global.Data) *Login... FILE: pkg/commands/auth/metadata.go type TokenMetadata (line 16) | type TokenMetadata struct function FetchTokenMetadata (line 29) | func FetchTokenMetadata(g *global.Data, token string) (*TokenMetadata, e... function FetchTokenMetadataLenient (line 55) | func FetchTokenMetadataLenient(g *global.Data, token string) (*TokenMeta... function EnrichWithTokenSelf (line 88) | func EnrichWithTokenSelf(g *global.Data, at *config.AuthToken) { function BuildAndStoreStaticToken (line 107) | func BuildAndStoreStaticToken(g *global.Data, token, name string, md *To... function StoreStaticToken (line 129) | func StoreStaticToken(g *global.Data, token string) (name string, md *To... function fetchTokenSelf (line 152) | func fetchTokenSelf(g *global.Data, apiClient api.Interface, md *TokenMe... FILE: pkg/commands/auth/metadata_test.go function TestAuthAdd (line 51) | func TestAuthAdd(t *testing.T) { function TestAuthLogin (line 174) | func TestAuthLogin(t *testing.T) { function TestAuthShow (line 237) | func TestAuthShow(t *testing.T) { function TestAuthAddScopedToken (line 397) | func TestAuthAddScopedToken(t *testing.T) { function TestEnrichWithTokenSelfPreservesOnFailure (line 458) | func TestEnrichWithTokenSelfPreservesOnFailure(t *testing.T) { function TestAuthDelete (line 492) | func TestAuthDelete(t *testing.T) { FILE: pkg/commands/auth/revoke.go type RevokeCommand (line 29) | type RevokeCommand struct method Exec (line 50) | func (c *RevokeCommand) Exec(in io.Reader, out io.Writer) error { method validateFlags (line 75) | func (c *RevokeCommand) validateFlags() error { method revokeCurrent (line 101) | func (c *RevokeCommand) revokeCurrent(in io.Reader, out io.Writer) err... method revokeByName (line 127) | func (c *RevokeCommand) revokeByName(in io.Reader, out io.Writer) error { method revokeByTokenValue (line 166) | func (c *RevokeCommand) revokeByTokenValue(in io.Reader, out io.Writer... method revokeByID (line 204) | func (c *RevokeCommand) revokeByID(out io.Writer) error { method revokeByFile (line 231) | func (c *RevokeCommand) revokeByFile(out io.Writer) error { method authClient (line 276) | func (c *RevokeCommand) authClient() (api.Interface, error) { method buildClient (line 287) | func (c *RevokeCommand) buildClient(token string) (api.Interface, erro... method confirmDefaultRevocation (line 299) | func (c *RevokeCommand) confirmDefaultRevocation(names []string, in io... method removeLocalTokens (line 431) | func (c *RevokeCommand) removeLocalTokens(names []string, out io.Write... function NewRevokeCommand (line 38) | func NewRevokeCommand(parent argparser.Registerer, g *global.Data) *Revo... function isAlreadyGone (line 331) | func isAlreadyGone(err error) bool { function isSelfAlreadyGone (line 336) | func isSelfAlreadyGone(err error) bool { function readTokenValue (line 341) | func readTokenValue(flag string, in io.Reader) (string, error) { function readTokenIDFile (line 370) | func readTokenIDFile(path string) ([]string, error) { function findLocalTokensByValue (line 411) | func findLocalTokensByValue(cfg *config.File, raw string) []string { function findLocalTokensByID (line 421) | func findLocalTokensByID(cfg *config.File, id string) []string { FILE: pkg/commands/auth/revoke_test.go function TestAuthRevoke (line 22) | func TestAuthRevoke(t *testing.T) { function writeTokenIDFile (line 489) | func writeTokenIDFile(t *testing.T, content string) string { FILE: pkg/commands/auth/root.go type RootCommand (line 10) | type RootCommand struct method Exec (line 23) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 14) | CommandName = "auth" function NewRootCommand (line 16) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/auth/show.go type ShowCommand (line 17) | type ShowCommand struct method Exec (line 34) | func (c *ShowCommand) Exec(_ io.Reader, out io.Writer) error { function NewShowCommand (line 23) | func NewShowCommand(parent argparser.Registerer, g *global.Data) *ShowCo... function apiTokenExpirySummary (line 131) | func apiTokenExpirySummary(entry *config.AuthToken, mainExpires time.Tim... FILE: pkg/commands/auth/sso.go function RunSSO (line 25) | func RunSSO(in io.Reader, out io.Writer, g *global.Data, forceReAuth boo... function RunSSOWithTokenName (line 31) | func RunSSOWithTokenName(in io.Reader, out io.Writer, g *global.Data, fo... function identifyTokenName (line 127) | func identifyTokenName(g *global.Data) string { type CurrentCustomerResponse (line 142) | type CurrentCustomerResponse struct function processCustomer (line 147) | func processCustomer(g *global.Data, ar auth.AuthorizationResult) (custo... function storeAuthToken (line 182) | func storeAuthToken(g *global.Data, ar auth.AuthorizationResult, tokenNa... FILE: pkg/commands/auth/sso_test.go function TestSSO (line 21) | func TestSSO(t *testing.T) { function TestSSOSuccessMessageDisableAuthCommand (line 846) | func TestSSOSuccessMessageDisableAuthCommand(t *testing.T) { FILE: pkg/commands/auth/token.go type TokenCommand (line 15) | type TokenCommand struct method Exec (line 28) | func (c *TokenCommand) Exec(_ io.Reader, out io.Writer) error { function NewTokenCommand (line 20) | func NewTokenCommand(parent argparser.Registerer, g *global.Data) *Token... FILE: pkg/commands/auth/token_test.go function newTokenCommand (line 17) | func newTokenCommand(g *global.Data) *authcmd.TokenCommand { function globalDataWithToken (line 23) | func globalDataWithToken(token string) *global.Data { function TestToken_NonTTY_Success (line 39) | func TestToken_NonTTY_Success(t *testing.T) { function TestToken_NonTTY_NoToken (line 54) | func TestToken_NonTTY_NoToken(t *testing.T) { function TestToken_NonTTY_ProfileFlagUnknown (line 74) | func TestToken_NonTTY_ProfileFlagUnknown(t *testing.T) { function TestToken_NonTTY_ProfileFlagKnown (line 96) | func TestToken_NonTTY_ProfileFlagKnown(t *testing.T) { function TestToken_NonTTY_TokenFlagBeatsProfileFlag (line 112) | func TestToken_NonTTY_TokenFlagBeatsProfileFlag(t *testing.T) { FILE: pkg/commands/auth/token_tty_unix_test.go function TestToken_TTY_Refused (line 14) | func TestToken_TTY_Refused(t *testing.T) { FILE: pkg/commands/auth/use.go type UseCommand (line 13) | type UseCommand struct method Exec (line 27) | func (c *UseCommand) Exec(_ io.Reader, out io.Writer) error { function NewUseCommand (line 18) | func NewUseCommand(parent argparser.Registerer, g *global.Data) *UseComm... FILE: pkg/commands/authtoken/authtoken_test.go function TestAuthTokenCreate (line 15) | func TestAuthTokenCreate(t *testing.T) { function TestAuthTokenDelete (line 68) | func TestAuthTokenDelete(t *testing.T) { function TestAuthTokenDescribe (line 150) | func TestAuthTokenDescribe(t *testing.T) { function TestAuthTokenList (line 175) | func TestAuthTokenList(t *testing.T) { function getToken (line 232) | func getToken(_ context.Context) (*fastly.Token, error) { function listTokens (line 248) | func listTokens(ctx context.Context, _ *fastly.ListTokensInput) ([]*fast... function listCustomerTokens (line 268) | func listCustomerTokens(ctx context.Context, _ *fastly.ListCustomerToken... function fileTokensOutput (line 272) | func fileTokensOutput() string { function describeTokenOutput (line 281) | func describeTokenOutput() string { function listTokenOutputVerbose (line 295) | func listTokenOutputVerbose() string { function listTokenOutputSummary (line 325) | func listTokenOutputSummary(env bool) string { FILE: pkg/commands/authtoken/create.go function NewCreateCommand (line 23) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 54) | type CreateCommand struct method Exec (line 65) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 88) | func (c *CreateCommand) constructInput() *fastly.CreateTokenInput { FILE: pkg/commands/authtoken/delete.go function NewDeleteCommand (line 19) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 34) | type DeleteCommand struct method Exec (line 43) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 101) | func (c *DeleteCommand) constructInput() *fastly.DeleteTokenInput { method constructInputBatch (line 110) | func (c *DeleteCommand) constructInputBatch() (*fastly.BatchDeleteToke... method printTokens (line 141) | func (c *DeleteCommand) printTokens(out io.Writer, rs []*fastly.BatchT... FILE: pkg/commands/authtoken/describe.go function NewDescribeCommand (line 18) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 31) | type DescribeCommand struct method Exec (line 37) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method print (line 60) | func (c *DescribeCommand) print(out io.Writer, t *fastly.Token) error { FILE: pkg/commands/authtoken/list.go function NewListCommand (line 18) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 37) | type ListCommand struct method Exec (line 45) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 93) | func (c *ListCommand) constructInput() *fastly.ListCustomerTokensInput { method printVerbose (line 103) | func (c *ListCommand) printVerbose(out io.Writer, rs []*fastly.Token) { method printSummary (line 127) | func (c *ListCommand) printSummary(out io.Writer, ts []*fastly.Token) ... FILE: pkg/commands/authtoken/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "auth-token" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/commands.go function Define (line 178) | func Define( // nolint:revive // function-length FILE: pkg/commands/commands_test.go function isAuthRelated (line 21) | func isAuthRelated(name string) bool { function TestDefineDisableAuthCommand (line 30) | func TestDefineDisableAuthCommand(t *testing.T) { FILE: pkg/commands/compute/build.go constant IgnoreFilePath (line 37) | IgnoreFilePath = ".fastlyignore" constant CustomPostScriptMessage (line 41) | CustomPostScriptMessage = "This project has a custom post_%s script defi... type Flags (line 50) | type Flags struct type BuildCommand (line 60) | type BuildCommand struct method Exec (line 95) | func (c *BuildCommand) Exec(in io.Reader, out io.Writer) (err error) { method AnnotateWasmBinaryShort (line 321) | func (c *BuildCommand) AnnotateWasmBinaryShort(wasmtools string, args ... method AnnotateWasmBinaryLong (line 326) | func (c *BuildCommand) AnnotateWasmBinaryLong(wasmtools string, args [... method ShowMetadata (line 381) | func (c *BuildCommand) ShowMetadata(wasmtools string, out io.Writer) { method includeSourceCode (line 406) | func (c *BuildCommand) includeSourceCode(files []string, srcDir string... method PackageName (line 441) | func (c *BuildCommand) PackageName(manifestFilename string) (string, e... function NewBuildCommand (line 74) | func NewBuildCommand(parent argparser.Registerer, g *global.Data) *Build... function ExecuteWasmTools (line 460) | func ExecuteWasmTools(wasmtools string, args []string, d *global.Data) e... function GetWasmTools (line 516) | func GetWasmTools(spinner text.Spinner, out io.Writer, wasmtoolsVersione... function installLatestWasmtools (line 600) | func installLatestWasmtools(binPath string, spinner text.Spinner, wasmto... function updateWasmtools (line 616) | func updateWasmtools( function identifyToolchain (line 679) | func identifyToolchain(c *BuildCommand) (string, error) { function language (line 697) | func language(toolchain, manifestFilename string, c *BuildCommand, in io... function binDir (line 738) | func binDir(c *BuildCommand) error { function CreatePackageArchive (line 762) | func CreatePackageArchive(files []string, destination string) error { function createTarGz (line 799) | func createTarGz(sourceDir, destFile string) error { function FileNameWithoutExtension (line 839) | func FileNameWithoutExtension(filename string) string { function GetIgnoredFiles (line 851) | func GetIgnoredFiles(filePath string) (files map[string]bool, err error) { function GetNonIgnoredFiles (line 895) | func GetNonIgnoredFiles(base string, ignoredFiles map[string]bool) ([]st... function bytesToMB (line 915) | func bytesToMB(bytes uint64) uint64 { function bucketMB (line 922) | func bucketMB(mb uint64) string { type DataCollection (line 944) | type DataCollection struct type DataCollectionBuildInfo (line 952) | type DataCollectionBuildInfo struct type DataCollectionMachineInfo (line 957) | type DataCollectionMachineInfo struct type DataCollectionPackageInfo (line 966) | type DataCollectionPackageInfo struct type DataCollectionScriptInfo (line 976) | type DataCollectionScriptInfo struct FILE: pkg/commands/compute/build_test.go function TestBuildUnknownLanguage (line 22) | func TestBuildUnknownLanguage(t *testing.T) { function TestBuildRust (line 109) | func TestBuildRust(t *testing.T) { function TestBuildGo (line 349) | func TestBuildGo(t *testing.T) { function TestBuildJavaScript (line 523) | func TestBuildJavaScript(t *testing.T) { function TestBuildCPP (line 701) | func TestBuildCPP(t *testing.T) { function TestBuildOther (line 905) | func TestBuildOther(t *testing.T) { FILE: pkg/commands/compute/compute_mocks_test.go function getServiceOK (line 15) | func getServiceOK(_ context.Context, _ *fastly.GetServiceInput) (*fastly... function createDomainOK (line 22) | func createDomainOK(_ context.Context, i *fastly.CreateDomainInput) (*fa... function createBackendOK (line 30) | func createBackendOK(_ context.Context, i *fastly.CreateBackendInput) (*... function createConfigStoreOK (line 38) | func createConfigStoreOK(_ context.Context, i *fastly.CreateConfigStoreI... function updateConfigStoreItemOK (line 44) | func updateConfigStoreItemOK(_ context.Context, i *fastly.UpdateConfigSt... function createDictionaryOK (line 51) | func createDictionaryOK(_ context.Context, i *fastly.CreateDictionaryInp... function createDictionaryItemOK (line 59) | func createDictionaryItemOK(_ context.Context, i *fastly.CreateDictionar... function createKVStoreOK (line 68) | func createKVStoreOK(_ context.Context, i *fastly.CreateKVStoreInput) (*... function createKVStoreItemOK (line 75) | func createKVStoreItemOK(_ context.Context, _ *fastly.InsertKVStoreKeyIn... function createResourceOK (line 79) | func createResourceOK(_ context.Context, _ *fastly.CreateResourceInput) ... function getPackageOk (line 83) | func getPackageOk(_ context.Context, i *fastly.GetPackageInput) (*fastly... function updatePackageOk (line 87) | func updatePackageOk(_ context.Context, i *fastly.UpdatePackageInput) (*... function updatePackageError (line 91) | func updatePackageError(_ context.Context, _ *fastly.UpdatePackageInput)... function activateVersionOk (line 95) | func activateVersionOk(_ context.Context, i *fastly.ActivateVersionInput... function updateVersionOk (line 99) | func updateVersionOk(_ context.Context, i *fastly.UpdateVersionInput) (*... function listDomainsOk (line 103) | func listDomainsOk(_ context.Context, _ *fastly.ListDomainsInput) ([]*fa... function listKVStoresOk (line 109) | func listKVStoresOk(_ context.Context, _ *fastly.ListKVStoresInput) (*fa... function listKVStoresEmpty (line 124) | func listKVStoresEmpty(_ context.Context, _ *fastly.ListKVStoresInput) (... function getKVStoreOk (line 128) | func getKVStoreOk(_ context.Context, _ *fastly.GetKVStoreInput) (*fastly... function listSecretStoresOk (line 135) | func listSecretStoresOk(_ context.Context, _ *fastly.ListSecretStoresInp... function listSecretStoresEmpty (line 150) | func listSecretStoresEmpty(_ context.Context, _ *fastly.ListSecretStores... function getSecretStoreOk (line 154) | func getSecretStoreOk(_ context.Context, _ *fastly.GetSecretStoreInput) ... function createSecretStoreOk (line 161) | func createSecretStoreOk(_ context.Context, _ *fastly.CreateSecretStoreI... function createSecretOk (line 168) | func createSecretOk(_ context.Context, _ *fastly.CreateSecretInput) (*fa... function listConfigStoresOk (line 175) | func listConfigStoresOk(_ context.Context, _ *fastly.ListConfigStoresInp... function listConfigStoresEmpty (line 188) | func listConfigStoresEmpty(_ context.Context, _ *fastly.ListConfigStores... function getConfigStoreOk (line 192) | func getConfigStoreOk(_ context.Context, _ *fastly.GetConfigStoreInput) ... function getServiceDetailsWasm (line 199) | func getServiceDetailsWasm(_ context.Context, i *fastly.GetServiceDetail... function getServiceDetailsWasmNoActive (line 220) | func getServiceDetailsWasmNoActive(_ context.Context, _ *fastly.GetServi... FILE: pkg/commands/compute/compute_test.go function TestFlagDivergencePublish (line 23) | func TestFlagDivergencePublish(t *testing.T) { function TestFlagDivergenceServe (line 72) | func TestFlagDivergenceServe(t *testing.T) { function TestFlagDivergenceHashFiles (line 136) | func TestFlagDivergenceHashFiles(t *testing.T) { function ignoreFlag (line 185) | func ignoreFlag(ignore []string, flag string) bool { function getFlags (line 194) | func getFlags(cmd *kingpin.CmdClause) reflect.Value { function TestCreatePackageArchive (line 198) | func TestCreatePackageArchive(t *testing.T) { function TestFileNameWithoutExtension (line 270) | func TestFileNameWithoutExtension(t *testing.T) { function TestGetIgnoredFiles (line 295) | func TestGetIgnoredFiles(t *testing.T) { function TestGetNonIgnoredFiles (line 366) | func TestGetNonIgnoredFiles(t *testing.T) { FILE: pkg/commands/compute/computeacl/computeacl_test.go function TestComputeACLCreate (line 18) | func TestComputeACLCreate(t *testing.T) { function TestComputeACLDelete (line 81) | func TestComputeACLDelete(t *testing.T) { function TestComputeACLDescribe (line 140) | func TestComputeACLDescribe(t *testing.T) { function TestComputeACLList (line 209) | func TestComputeACLList(t *testing.T) { function TestComputeACLLookup (line 292) | func TestComputeACLLookup(t *testing.T) { function TestComputeACLUpdate (line 392) | func TestComputeACLUpdate(t *testing.T) { function TestComputeACLListEntries (line 497) | func TestComputeACLListEntries(t *testing.T) { FILE: pkg/commands/compute/computeacl/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 47) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 28) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/compute/computeacl/delete.go type DeleteCommand (line 19) | type DeleteCommand struct method Exec (line 47) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/compute/computeacl/describe.go type DescribeCommand (line 19) | type DescribeCommand struct method Exec (line 47) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 28) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/compute/computeacl/listacls.go type ListCommand (line 18) | type ListCommand struct method Exec (line 40) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 24) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/compute/computeacl/listentries.go type ListEntriesCommand (line 19) | type ListEntriesCommand struct method Exec (line 53) | func (c *ListEntriesCommand) Exec(in io.Reader, out io.Writer) error { function NewListEntriesCommand (line 32) | func NewListEntriesCommand(parent argparser.Registerer, g *global.Data) ... FILE: pkg/commands/compute/computeacl/lookup.go type LookupCommand (line 19) | type LookupCommand struct method Exec (line 49) | func (c *LookupCommand) Exec(_ io.Reader, out io.Writer) error { function NewLookupCommand (line 29) | func NewLookupCommand(parent argparser.Registerer, g *global.Data) *Look... FILE: pkg/commands/compute/computeacl/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "acl" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/compute/computeacl/update.go type UpdateCommand (line 21) | type UpdateCommand struct method Exec (line 63) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructBatchInput (line 101) | func (c *UpdateCommand) constructBatchInput() (*computeacls.UpdateInpu... method constructInput (line 132) | func (c *UpdateCommand) constructInput() (*computeacls.UpdateInput, er... function NewUpdateCommand (line 41) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/compute/deploy.go constant manageServiceBaseURL (line 36) | manageServiceBaseURL = "https://manage.fastly.com/configure/services/" type DeployCommand (line 43) | type DeployCommand struct method Exec (line 104) | func (c *DeployCommand) Exec(in io.Reader, out io.Writer) (err error) { method StatusCheck (line 319) | func (c *DeployCommand) StatusCheck(serviceURL string, spinner text.Sp... method Setup (line 368) | func (c *DeployCommand) Setup(out io.Writer) (serviceID string, err er... method NewService (line 501) | func (c *DeployCommand) NewService(manifestFilename string, spinner te... method CleanupNewService (line 627) | func (c *DeployCommand) CleanupNewService(serviceID, manifestFilename ... method UpdateManifestServiceID (line 653) | func (c *DeployCommand) UpdateManifestServiceID(serviceID, manifestPat... method CompareLocalRemotePackage (line 683) | func (c *DeployCommand) CompareLocalRemotePackage(serviceID string, ve... method UploadPackage (line 704) | func (c *DeployCommand) UploadPackage(spinner text.Spinner, serviceID ... method ConstructNewServiceResources (line 732) | func (c *DeployCommand) ConstructNewServiceResources( method ConfigureServiceResources (line 803) | func (c *DeployCommand) ConfigureServiceResources(sr ServiceResources,... method CreateServiceResources (line 857) | func (c *DeployCommand) CreateServiceResources( method ProcessService (line 929) | func (c *DeployCommand) ProcessService(serviceID string, serviceVersio... method GetServiceURL (line 973) | func (c *DeployCommand) GetServiceURL(serviceID string, serviceVersion... method ExistingServiceVersion (line 1113) | func (c *DeployCommand) ExistingServiceVersion(serviceID string, out i... function NewDeployCommand (line 65) | func NewDeployCommand(parent argparser.Registerer, g *global.Data) *Depl... function displayDeployOutput (line 346) | func displayDeployOutput(out io.Writer, manageServiceBaseURL, serviceID,... function validStatusCodeRange (line 356) | func validStatusCodeRange(status int) bool { function validatePackage (line 402) | func validatePackage(pkgPath string) error { function readManifestFromPackageArchive (line 421) | func readManifestFromPackageArchive(data *manifest.Data, packageFlag, ma... function locateManifest (line 457) | func locateManifest(path, manifestFilename string) (string, error) { function packageSize (line 492) | func packageSize(path string) (size int64, err error) { function createService (line 578) | func createService( function errLogService (line 665) | func errLogService(l fsterr.LogInterface, err error, sid string, sv int) { type ServiceResources (line 720) | type ServiceResources struct function checkingServiceAvailability (line 994) | func checkingServiceAvailability( function generateTimeout (line 1069) | func generateTimeout(d time.Duration) string { function pingServiceURL (line 1077) | func pingServiceURL(serviceURL string, httpClient api.HTTPClient, expect... function monitorSignals (line 1202) | func monitorSignals(signalCh chan os.Signal, noExistingService bool, out... FILE: pkg/commands/compute/deploy_test.go function TestDeploy (line 48) | func TestDeploy(t *testing.T) { function TestDeploy_ActivateBeacon (line 2159) | func TestDeploy_ActivateBeacon(t *testing.T) { function createServiceOK (line 2253) | func createServiceOK(_ context.Context, i *fastly.CreateServiceInput) (*... function createServiceError (line 2261) | func createServiceError(_ context.Context, _ *fastly.CreateServiceInput)... function deleteServiceOK (line 2265) | func deleteServiceOK(_ context.Context, _ *fastly.DeleteServiceInput) er... function createDomainError (line 2269) | func createDomainError(_ context.Context, _ *fastly.CreateDomainInput) (... function deleteDomainOK (line 2273) | func deleteDomainOK(_ context.Context, _ *fastly.DeleteDomainInput) error { function createBackendError (line 2277) | func createBackendError(_ context.Context, _ *fastly.CreateBackendInput)... function deleteBackendOK (line 2281) | func deleteBackendOK(_ context.Context, _ *fastly.DeleteBackendInput) er... function getPackageIdentical (line 2285) | func getPackageIdentical(_ context.Context, i *fastly.GetPackageInput) (... function activateVersionError (line 2296) | func activateVersionError(_ context.Context, _ *fastly.ActivateVersionIn... function listDomainsError (line 2300) | func listDomainsError(_ context.Context, _ *fastly.ListDomainsInput) ([]... function listDomainsNone (line 2304) | func listDomainsNone(_ context.Context, _ *fastly.ListDomainsInput) ([]*... FILE: pkg/commands/compute/dir.go constant EnvManifestMsg (line 12) | EnvManifestMsg = "Using the '%s' environment manifest (it will be packag... constant ProjectDirMsg (line 15) | ProjectDirMsg = "Changed project directory to '%s'\n\n" function EnvironmentManifest (line 19) | func EnvironmentManifest(env string) (manifestFilename string) { function ChangeProjectDirectory (line 28) | func ChangeProjectDirectory(dir string) (projectDirectory string, err er... FILE: pkg/commands/compute/hashfiles.go type HashFilesCommand (line 31) | type HashFilesCommand struct method Exec (line 72) | func (c *HashFilesCommand) Exec(in io.Reader, out io.Writer) (err erro... method Build (line 142) | func (c *HashFilesCommand) Build(in io.Reader, out io.Writer) error { function NewHashFilesCommand (line 51) | func NewHashFilesCommand(parent argparser.Registerer, g *global.Data, bu... function getFilesHash (line 178) | func getFilesHash(pkgPath string) (string, error) { FILE: pkg/commands/compute/init.go type InitCommand (line 44) | type InitCommand struct method Exec (line 79) | func (c *InitCommand) Exec(in io.Reader, out io.Writer) (err error) { method VerifyDirectory (line 512) | func (c *InitCommand) VerifyDirectory(in io.Reader, out io.Writer) (co... method VerifyDestination (line 550) | func (c *InitCommand) VerifyDestination(spinner text.Spinner) (dst str... method PromptOrReturn (line 611) | func (c *InitCommand) PromptOrReturn(email string, in io.Reader, out i... method PromptPackageName (line 649) | func (c *InitCommand) PromptPackageName(flags global.Flags, name strin... method PromptForLanguage (line 725) | func (c *InitCommand) PromptForLanguage(languages []*Language, in io.R... method PromptForStarterKit (line 781) | func (c *InitCommand) PromptForStarterKit(kits []config.StarterKit, in... method FetchPackageTemplate (line 837) | func (c *InitCommand) FetchPackageTemplate(branch, tag string, archive... method ClonePackageFromEndpoint (line 1067) | func (c *InitCommand) ClonePackageFromEndpoint(from, branch, tag strin... method UpdateManifest (line 1172) | func (c *InitCommand) UpdateManifest(m manifest.File, spinner text.Spi... method InitializeLanguage (line 1260) | func (c *InitCommand) InitializeLanguage(spinner text.Spinner, languag... function NewInitCommand (line 63) | func NewInitCommand(parent argparser.Registerer, g *global.Data) *InitCo... function validateDirectoryPermissions (line 576) | func validateDirectoryPermissions(dst string) text.SpinnerProcess { function promptPackageDescription (line 672) | func promptPackageDescription(flags global.Flags, desc string, in io.Rea... function promptPackageAuthors (line 696) | func promptPackageAuthors(flags global.Flags, authors []string, manifest... function validateLanguageOption (line 762) | func validateLanguageOption(languages []*Language) func(string) error { function validateTemplateOptionOrURL (line 815) | func validateTemplateOptionOrURL(templates []config.StarterKit) func(str... function tempDir (line 1152) | func tempDir(prefix string) (abspath string, err error) { function promptForPostInitContinue (line 1296) | func promptForPostInitContinue(msg, script string, out io.Writer, in io.... function displayInitOutput (line 1313) | func displayInitOutput(name, dst, language string, out io.Writer) { FILE: pkg/commands/compute/init_test.go function TestInit (line 24) | func TestInit(t *testing.T) { function TestInit_ExistingService (line 540) | func TestInit_ExistingService(t *testing.T) { FILE: pkg/commands/compute/language.go function NewLanguages (line 17) | func NewLanguages(kits config.StarterKitLanguages) []*Language { function NewLanguage (line 53) | func NewLanguage(options *LanguageOptions) *Language { type Language (line 82) | type Language struct type LanguageOptions (line 92) | type LanguageOptions struct type Shell (line 102) | type Shell struct method Build (line 112) | func (s Shell) Build(command string) (cmd string, args []string) { FILE: pkg/commands/compute/language_assemblyscript.go constant AsSourceDirectory (line 36) | AsSourceDirectory = "assembly" function NewAssemblyScript (line 39) | func NewAssemblyScript( type AssemblyScript (line 63) | type AssemblyScript struct method DefaultBuildScript (line 96) | func (a *AssemblyScript) DefaultBuildScript() bool { method Dependencies (line 101) | func (a *AssemblyScript) Dependencies() map[string]string { method Build (line 125) | func (a *AssemblyScript) Build() error { method checkForWebpack (line 167) | func (a AssemblyScript) checkForWebpack() (bool, error) { FILE: pkg/commands/compute/language_cpp.go constant CPPDefaultBuildCommand (line 26) | CPPDefaultBuildCommand = "clang++ -O3 --target=%s -o %s main.cpp" constant CPPDefaultWasmWasiTarget (line 29) | CPPDefaultWasmWasiTarget = "wasm32-wasip1" constant CPPSourceDirectory (line 32) | CPPSourceDirectory = "." function NewCPP (line 35) | func NewCPP( type CPP (line 63) | type CPP struct method DefaultBuildScript (line 100) | func (cpp *CPP) DefaultBuildScript() bool { method Dependencies (line 105) | func (cpp *CPP) Dependencies() map[string]string { method Build (line 113) | func (cpp *CPP) Build() error { method toolchainConstraint (line 158) | func (cpp *CPP) toolchainConstraint(toolchain, pattern, constraint str... FILE: pkg/commands/compute/language_go.go constant GoSourceDirectory (line 33) | GoSourceDirectory = "." function NewGo (line 36) | func NewGo( type Go (line 69) | type Go struct method DefaultBuildScript (line 106) | func (g *Go) DefaultBuildScript() bool { method Dependencies (line 111) | func (g *Go) Dependencies() map[string]string { method Build (line 131) | func (g *Go) Build() error { method toolchainConstraint (line 282) | func (g *Go) toolchainConstraint(toolchain, pattern, constraint string) { function identifyTinyGoConstraint (line 213) | func identifyTinyGoConstraint(configConstraint, fallback string) string { FILE: pkg/commands/compute/language_javascript.go constant JsSourceDirectory (line 32) | JsSourceDirectory = "src" type JSRuntime (line 50) | type JSRuntime struct function NewJavaScript (line 60) | func NewJavaScript( type JavaScript (line 87) | type JavaScript struct method DefaultBuildScript (line 127) | func (j *JavaScript) DefaultBuildScript() bool { method Dependencies (line 142) | func (j *JavaScript) Dependencies() map[string]string { method isDefaultBuildScript (line 171) | func (j *JavaScript) isDefaultBuildScript() bool { method Build (line 204) | func (j *JavaScript) Build() error { method checkBun (line 268) | func (j *JavaScript) checkBun() (*JSRuntime, error) { method checkNode (line 285) | func (j *JavaScript) checkNode() (*JSRuntime, error) { method detectProjectRuntime (line 310) | func (j *JavaScript) detectProjectRuntime() (string, error) { method detectRuntime (line 354) | func (j *JavaScript) detectRuntime() (*JSRuntime, error) { method findAllNodeModules (line 435) | func (j *JavaScript) findAllNodeModules(startDir, home string) []string { method verifyDependencies (line 453) | func (j *JavaScript) verifyDependencies() error { method verifyJsComputeRuntime (line 516) | func (j *JavaScript) verifyJsComputeRuntime() error { method verifyToolchain (line 544) | func (j *JavaScript) verifyToolchain() error { method getDefaultBuildCommand (line 561) | func (j *JavaScript) getDefaultBuildCommand() string { type JavaScriptPackage (line 132) | type JavaScriptPackage struct type JavaScriptLockFile (line 137) | type JavaScriptLockFile struct function isEnvAssignment (line 185) | func isEnvAssignment(token string) bool { function search (line 242) | func search(filename, wd, home string) (found bool, path string, err err... type NPMPackage (line 262) | type NPMPackage struct FILE: pkg/commands/compute/language_javascript_test.go function createFakeRuntime (line 15) | func createFakeRuntime(t *testing.T, dir, name, output string) { function TestJavaScript_detectRuntime_NoRuntime (line 34) | func TestJavaScript_detectRuntime_NoRuntime(t *testing.T) { function TestJavaScript_detectRuntime_NodeFound (line 60) | func TestJavaScript_detectRuntime_NodeFound(t *testing.T) { function TestJavaScript_detectRuntime_BunFound (line 84) | func TestJavaScript_detectRuntime_BunFound(t *testing.T) { function TestJavaScript_detectRuntime_NodePreferredByDefault (line 107) | func TestJavaScript_detectRuntime_NodePreferredByDefault(t *testing.T) { function TestJavaScript_detectRuntime_BunPreferredWithLockfile (line 138) | func TestJavaScript_detectRuntime_BunPreferredWithLockfile(t *testing.T) { function TestJavaScript_detectRuntime_BunLockfileInParentDir (line 177) | func TestJavaScript_detectRuntime_BunLockfileInParentDir(t *testing.T) { function TestJavaScript_detectRuntime_BunWorkspace (line 222) | func TestJavaScript_detectRuntime_BunWorkspace(t *testing.T) { function TestJavaScript_detectRuntime_IgnoresUnrelatedBunLockfile (line 276) | func TestJavaScript_detectRuntime_IgnoresUnrelatedBunLockfile(t *testing... function TestJavaScript_detectRuntime_NodeMissingNpm (line 322) | func TestJavaScript_detectRuntime_NodeMissingNpm(t *testing.T) { function TestJavaScript_findAllNodeModules (line 349) | func TestJavaScript_findAllNodeModules(t *testing.T) { function TestJavaScript_verifyDependencies_NoPackageJson (line 396) | func TestJavaScript_verifyDependencies_NoPackageJson(t *testing.T) { function TestJavaScript_verifyDependencies_NoNodeModules (line 427) | func TestJavaScript_verifyDependencies_NoNodeModules(t *testing.T) { function TestJavaScript_verifyJsComputeRuntime_NotInstalled (line 463) | func TestJavaScript_verifyJsComputeRuntime_NotInstalled(t *testing.T) { function TestJavaScript_verifyJsComputeRuntime_Installed (line 488) | func TestJavaScript_verifyJsComputeRuntime_Installed(t *testing.T) { function TestJavaScript_verifyJsComputeRuntime_InParentNodeModules (line 509) | func TestJavaScript_verifyJsComputeRuntime_InParentNodeModules(t *testin... function TestJavaScript_isDefaultBuildScript (line 535) | func TestJavaScript_isDefaultBuildScript(t *testing.T) { function TestJavaScript_getDefaultBuildCommand_Node (line 561) | func TestJavaScript_getDefaultBuildCommand_Node(t *testing.T) { function TestJavaScript_getDefaultBuildCommand_Bun (line 572) | func TestJavaScript_getDefaultBuildCommand_Bun(t *testing.T) { FILE: pkg/commands/compute/language_other.go function NewOther (line 11) | func NewOther( type Other (line 39) | type Other struct method DefaultBuildScript (line 74) | func (o Other) DefaultBuildScript() bool { method Dependencies (line 79) | func (o Other) Dependencies() map[string]string { method Build (line 86) | func (o Other) Build() error { FILE: pkg/commands/compute/language_rust.go constant RustDefaultBuildCommand (line 33) | RustDefaultBuildCommand = "cargo build --bin %s --release --target %s --... constant RustDefaultWasmWasiTarget (line 36) | RustDefaultWasmWasiTarget = "wasm32-wasip1" constant OldRustDefaultWasmWasiTarget (line 39) | OldRustDefaultWasmWasiTarget = "wasm32-wasi" constant RustManifest (line 42) | RustManifest = "Cargo.toml" constant RustDefaultPackageName (line 45) | RustDefaultPackageName = "fastly-compute-project" constant RustSourceDirectory (line 48) | RustSourceDirectory = "src" function NewRust (line 51) | func NewRust( type Rust (line 79) | type Rust struct method DefaultBuildScript (line 120) | func (r *Rust) DefaultBuildScript() bool { method Dependencies (line 136) | func (r *Rust) Dependencies() map[string]string { method Build (line 152) | func (r *Rust) Build() error { method modifyCargoPackageName (line 218) | func (r *Rust) modifyCargoPackageName(defaultBuild bool) error { method toolchainConstraint (line 317) | func (r *Rust) toolchainConstraint() (*semver.Version, error) { method checkCargoConfigFileName (line 388) | func (r *Rust) checkCargoConfigFileName(rustVersion *semver.Version) e... method ProcessLocation (line 414) | func (r *Rust) ProcessLocation() error { type CargoLockFilePackage (line 125) | type CargoLockFilePackage struct type CargoLockFile (line 131) | type CargoLockFile struct type RustToolchainManifest (line 206) | type RustToolchainManifest struct type RustToolchain (line 211) | type RustToolchain struct type CargoLocateProject (line 447) | type CargoLocateProject struct type CargoManifest (line 454) | type CargoManifest struct method Read (line 460) | func (m *CargoManifest) Read(path string) error { type CargoWorkspace (line 474) | type CargoWorkspace struct type CargoPackage (line 481) | type CargoPackage struct type CargoMetadata (line 488) | type CargoMetadata struct method Read (line 494) | func (m *CargoMetadata) Read(errlog fsterr.LogInterface) error { type CargoMetadataPackage (line 514) | type CargoMetadataPackage struct FILE: pkg/commands/compute/language_toolchain.go constant wasmBytes (line 20) | wasmBytes = 4 constant binWasmPath (line 23) | binWasmPath = "./bin/main.wasm" type Toolchain (line 43) | type Toolchain interface type BuildToolchain (line 53) | type BuildToolchain struct method Build (line 88) | func (bt BuildToolchain) Build() error { method validateWasm (line 263) | func (bt BuildToolchain) validateWasm() error { method handleError (line 296) | func (bt BuildToolchain) handleError(err error) error { method execCommand (line 310) | func (bt BuildToolchain) execCommand(cmd string, args []string, spinMe... method promptForPostBuildContinue (line 326) | func (bt BuildToolchain) promptForPostBuildContinue(msg, script string... FILE: pkg/commands/compute/metadata.go type MetadataCommand (line 15) | type MetadataCommand struct method Exec (line 49) | func (c *MetadataCommand) Exec(_ io.Reader, out io.Writer) error { function NewMetadataCommand (line 31) | func NewMetadataCommand(parent argparser.Registerer, g *global.Data) *Me... function toggleAll (line 126) | func toggleAll(state string) config.WasmMetadata { FILE: pkg/commands/compute/metadata_test.go function TestMetadata (line 18) | func TestMetadata(t *testing.T) { FILE: pkg/commands/compute/pack.go type PackCommand (line 20) | type PackCommand struct method Exec (line 38) | func (c *PackCommand) Exec(_ io.Reader, out io.Writer) (err error) { function NewPackCommand (line 26) | func NewPackCommand(parent argparser.Registerer, g *global.Data) *PackCo... FILE: pkg/commands/compute/pack_test.go function TestPack (line 16) | func TestPack(t *testing.T) { FILE: pkg/commands/compute/publish.go type PublishCommand (line 14) | type PublishCommand struct method Exec (line 100) | func (c *PublishCommand) Exec(in io.Reader, out io.Writer) (err error) { method Build (line 136) | func (c *PublishCommand) Build(in io.Reader, out io.Writer) error { method Deploy (line 172) | func (c *PublishCommand) Deploy(in io.Reader, out io.Writer) error { function NewPublishCommand (line 47) | func NewPublishCommand(parent argparser.Registerer, g *global.Data, buil... FILE: pkg/commands/compute/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "compute" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/compute/secrets.go function ExtendStaticSecretEnvVars (line 73) | func ExtendStaticSecretEnvVars(filter string) { function FilterSecretsFromSlice (line 98) | func FilterSecretsFromSlice(data []string) []string { function FilterSecretsFromString (line 148) | func FilterSecretsFromString(data string) string { function FilterSecretsFromBytes (line 180) | func FilterSecretsFromBytes(data []byte) []byte { FILE: pkg/commands/compute/serve.go type ServeCommand (line 53) | type ServeCommand struct method Exec (line 127) | func (c *ServeCommand) Exec(in io.Reader, out io.Writer) (err error) { method Build (line 294) | func (c *ServeCommand) Build(in io.Reader, out io.Writer) error { method setBackendsWithDefaultOverrideHostIfMissing (line 333) | func (c *ServeCommand) setBackendsWithDefaultOverrideHostIfMissing(out... method GetViceroy (line 358) | func (c *ServeCommand) GetViceroy(spinner text.Spinner, out io.Writer,... method InstallViceroy (line 454) | func (c *ServeCommand) InstallViceroy( method GetPushpinProxyPort (line 595) | func (c *ServeCommand) GetPushpinProxyPort(out io.Writer) (uint16, err... method GetPushpinPublishPort (line 638) | func (c *ServeCommand) GetPushpinPublishPort(out io.Writer) (uint16, e... method GetPushpinRunner (line 679) | func (c *ServeCommand) GetPushpinRunner(out io.Writer) (bin string, er... method BuildPushpinRoutes (line 718) | func (c *ServeCommand) BuildPushpinRoutes() []string { method startPushpin (line 848) | func (c *ServeCommand) startPushpin(spinner text.Spinner, out io.Write... function NewServeCommand (line 91) | func NewServeCommand(parent argparser.Registerer, g *global.Data, build ... function checkViceroyEnvVar (line 439) | func checkViceroyEnvVar(value string) bool { function normalizeHost (line 761) | func normalizeHost(u *url.URL) string { function formatPushpinLog (line 781) | func formatPushpinLog(line string) (string, string) { type pushpinContext (line 803) | type pushpinContext struct method Close (line 816) | func (c *pushpinContext) Close() { method buildPushpinConf (line 828) | func (c *pushpinContext) buildPushpinConf() string { type localOpts (line 1051) | type localOpts struct function local (line 1070) | func local(opts localOpts) error { function watchFiles (line 1224) | func watchFiles(root string, gi *ignore.GitIgnore, verbose bool, s *fste... function ignoreFiles (line 1354) | func ignoreFiles(watchDir argparser.OptionalString) *ignore.GitIgnore { function readIgnoreFile (line 1381) | func readIgnoreFile(path string) (lines []string) { function watchFile (line 1396) | func watchFile(path string, watcher *fsnotify.Watcher, verbose bool, out... function killProcessTree (line 1411) | func killProcessTree(pid int) { FILE: pkg/commands/compute/serve_test.go function TestGetViceroy (line 34) | func TestGetViceroy(t *testing.T) { FILE: pkg/commands/compute/serve_unix.go function killProcess (line 9) | func killProcess(pid int) error { FILE: pkg/commands/compute/serve_windows.go function killProcess (line 10) | func killProcess(pid int) error { FILE: pkg/commands/compute/setup/backend.go type Backends (line 23) | type Backends struct method Configure (line 51) | func (b *Backends) Configure() error { method Create (line 59) | func (b *Backends) Create() error { method Predefined (line 126) | func (b *Backends) Predefined() bool { method isOriginless (line 131) | func (b *Backends) isOriginless() bool { method checkPredefined (line 137) | func (b *Backends) checkPredefined() error { method promptForBackend (line 208) | func (b *Backends) promptForBackend() error { method createOriginlessBackend (line 270) | func (b *Backends) createOriginlessBackend() Backend { method validateAddress (line 279) | func (b *Backends) validateAddress(input string) error { type Backend (line 41) | type Backend struct FILE: pkg/commands/compute/setup/config_store.go type ConfigStores (line 20) | type ConfigStores struct method Configure (line 53) | func (o *ConfigStores) Configure() error { method Create (line 143) | func (o *ConfigStores) Create() error { method Predefined (line 228) | func (o *ConfigStores) Predefined() bool { type ConfigStore (line 38) | type ConfigStore struct type ConfigStoreItem (line 47) | type ConfigStoreItem struct FILE: pkg/commands/compute/setup/domain.go constant defaultTopLevelDomain (line 20) | defaultTopLevelDomain = "edgecompute.app" type Domains (line 27) | type Domains struct method Configure (line 57) | func (d *Domains) Configure() error { method Create (line 98) | func (d *Domains) Create() error { method Missing (line 116) | func (d *Domains) Missing() bool { method Predefined (line 125) | func (d *Domains) Predefined() bool { method Validate (line 134) | func (d *Domains) Validate() error { method validateDomain (line 155) | func (d *Domains) validateDomain(input string) error { method createDomain (line 165) | func (d *Domains) createDomain(name string, attempt int) error { type Domain (line 50) | type Domain struct function generateDomainName (line 228) | func generateDomainName() string { FILE: pkg/commands/compute/setup/interface.go type Interface (line 4) | type Interface interface FILE: pkg/commands/compute/setup/kv_store.go type KVStores (line 23) | type KVStores struct method Configure (line 57) | func (o *KVStores) Configure() error { method Create (line 215) | func (o *KVStores) Create() error { method Predefined (line 304) | func (o *KVStores) Predefined() bool { type KVStore (line 41) | type KVStore struct type KVStoreItem (line 50) | type KVStoreItem struct function loadKVStoreFile (line 309) | func loadKVStoreFile(filePath string) ([]KVStoreItem, error) { FILE: pkg/commands/compute/setup/kv_store_test.go function TestLoadKVStoreFile (line 9) | func TestLoadKVStoreFile(t *testing.T) { FILE: pkg/commands/compute/setup/loggers.go type Loggers (line 14) | type Loggers struct method Configure (line 26) | func (l *Loggers) Configure() error { method Predefined (line 48) | func (l *Loggers) Predefined() bool { type Logger (line 21) | type Logger struct FILE: pkg/commands/compute/setup/secret_store.go type SecretStores (line 21) | type SecretStores struct method Predefined (line 55) | func (s *SecretStores) Predefined() bool { method Configure (line 60) | func (s *SecretStores) Configure() error { method Create (line 162) | func (s *SecretStores) Create() error { type SecretStore (line 39) | type SecretStore struct type SecretStoreEntry (line 48) | type SecretStoreEntry struct FILE: pkg/commands/compute/testdata/build/cpp/main.cpp function main (line 3) | int main() { FILE: pkg/commands/compute/testdata/build/go/main.go function main (line 5) | func main() { FILE: pkg/commands/compute/testdata/build/rust/src/main.rs function main (line 1) | fn main() { FILE: pkg/commands/compute/update.go type UpdateCommand (line 21) | type UpdateCommand struct method Exec (line 64) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) (err error) { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/compute/update_test.go function TestUpdate (line 13) | func TestUpdate(t *testing.T) { FILE: pkg/commands/compute/validate.go function NewValidateCommand (line 21) | func NewValidateCommand(parent argparser.Registerer, g *global.Data) *Va... type ValidateCommand (line 74) | type ValidateCommand struct method Exec (line 31) | func (c *ValidateCommand) Exec(_ io.Reader, out io.Writer) error { function validatePackageContent (line 85) | func validatePackageContent(pkgPath string) error { function packageFiles (line 116) | func packageFiles(path string, fn func(archives.FileInfo) error) error { FILE: pkg/commands/compute/validate_test.go function TestValidate (line 11) | func TestValidate(t *testing.T) { FILE: pkg/commands/config/config_test.go function TestConfig (line 12) | func TestConfig(t *testing.T) { FILE: pkg/commands/config/root.go type RootCommand (line 16) | type RootCommand struct method Exec (line 37) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) (err error) { constant CommandName (line 24) | CommandName = "config" function NewRootCommand (line 27) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/configstore/configstore_test.go function TestCreateStoreCommand (line 18) | func TestCreateStoreCommand(t *testing.T) { function TestDeleteStoreCommand (line 74) | func TestDeleteStoreCommand(t *testing.T) { function TestGetStoreCommand (line 123) | func TestGetStoreCommand(t *testing.T) { function TestListStoresCommand (line 213) | func TestListStoresCommand(t *testing.T) { function TestListStoreServicesCommand (line 265) | func TestListStoreServicesCommand(t *testing.T) { function TestUpdateStoreCommand (line 318) | func TestUpdateStoreCommand(t *testing.T) { FILE: pkg/commands/configstore/create.go function NewCreateCommand (line 16) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 41) | type CreateCommand struct method Exec (line 48) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstore/delete.go function NewDeleteCommand (line 16) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 35) | type DeleteCommand struct method Exec (line 42) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstore/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 41) | type DescribeCommand struct method Exec (line 49) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstore/helper_test.go function fmtStore (line 10) | func fmtStore(cs *fastly.ConfigStore, csm *fastly.ConfigStoreMetadata) s... function fmtStores (line 16) | func fmtStores(s []*fastly.ConfigStore) string { function fmtServices (line 22) | func fmtServices(s []*fastly.Service) string { FILE: pkg/commands/configstore/list.go function NewListCommand (line 16) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 32) | type ListCommand struct method Exec (line 38) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstore/list_services.go function NewListServicesCommand (line 16) | func NewListServicesCommand(parent argparser.Registerer, g *global.Data)... type ListServicesCommand (line 35) | type ListServicesCommand struct method Exec (line 42) | func (c *ListServicesCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstore/root.go constant CommandName (line 11) | CommandName = "config-store" function NewRootCommand (line 14) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type RootCommand (line 28) | type RootCommand struct method Exec (line 34) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { FILE: pkg/commands/configstore/update.go function NewUpdateCommand (line 16) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 42) | type UpdateCommand struct method Exec (line 49) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstoreentry/configstoreentry_test.go function TestCreateEntryCommand (line 20) | func TestCreateEntryCommand(t *testing.T) { function TestDeleteEntryCommand (line 81) | func TestDeleteEntryCommand(t *testing.T) { function TestDescribeEntryCommand (line 186) | func TestDescribeEntryCommand(t *testing.T) { function TestListEntriesCommand (line 250) | func TestListEntriesCommand(t *testing.T) { function TestUpdateEntryCommand (line 302) | func TestUpdateEntryCommand(t *testing.T) { function printConfigStoreItem (line 363) | func printConfigStoreItem(i *fastly.ConfigStoreItem) string { function printConfigStoreItemsTbl (line 369) | func printConfigStoreItemsTbl(i []*fastly.ConfigStoreItem) string { FILE: pkg/commands/configstoreentry/create.go function NewCreateCommand (line 16) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 56) | type CreateCommand struct method Exec (line 64) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { FILE: pkg/commands/configstoreentry/delete.go constant deleteKeysConcurrencyLimit (line 20) | deleteKeysConcurrencyLimit int = 100 constant batchLimit (line 24) | batchLimit int = 100 function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 55) | type DeleteCommand struct method Exec (line 66) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { method deleteAllKeys (line 120) | func (c *DeleteCommand) deleteAllKeys(out io.Writer) error { FILE: pkg/commands/configstoreentry/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 42) | type DescribeCommand struct method Exec (line 49) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstoreentry/errors.go constant maxKeyLen (line 11) | maxKeyLen = 256 constant maxValueLen (line 15) | maxValueLen = 2 << 15 FILE: pkg/commands/configstoreentry/list.go function NewListCommand (line 16) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 35) | type ListCommand struct method Exec (line 42) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/configstoreentry/root.go constant CommandName (line 11) | CommandName = "config-store-entry" function NewRootCommand (line 14) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type RootCommand (line 28) | type RootCommand struct method Exec (line 34) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { FILE: pkg/commands/configstoreentry/update.go function NewUpdateCommand (line 16) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 62) | type UpdateCommand struct method Exec (line 70) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { FILE: pkg/commands/dashboard/create.go function NewCreateCommand (line 16) | func NewCreateCommand(parent argparser.Registerer, globals *global.Data)... type CreateCommand (line 32) | type CreateCommand struct method Exec (line 41) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 61) | func (c *CreateCommand) constructInput() *fastly.CreateObservabilityCu... FILE: pkg/commands/dashboard/dashboard_test.go constant userID (line 15) | userID = "test-user" function TestCreate (line 18) | func TestCreate(t *testing.T) { function TestDelete (line 72) | func TestDelete(t *testing.T) { function TestDescribe (line 103) | func TestDescribe(t *testing.T) { function TestList (line 132) | func TestList(t *testing.T) { function TestUpdate (line 163) | func TestUpdate(t *testing.T) { function getObservabilityCustomDashboard (line 198) | func getObservabilityCustomDashboard(_ context.Context, i *fastly.GetObs... function listObservabilityCustomDashboards (line 213) | func listObservabilityCustomDashboards(_ context.Context, _ *fastly.List... FILE: pkg/commands/dashboard/delete.go function NewDeleteCommand (line 16) | func NewDeleteCommand(parent argparser.Registerer, globals *global.Data)... type DeleteCommand (line 31) | type DeleteCommand struct method Exec (line 39) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 67) | func (c *DeleteCommand) constructInput() *fastly.DeleteObservabilityCu... FILE: pkg/commands/dashboard/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, globals *global.Dat... type DescribeCommand (line 30) | type DescribeCommand struct method Exec (line 38) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 58) | func (c *DescribeCommand) constructInput() *fastly.GetObservabilityCus... FILE: pkg/commands/dashboard/item/create.go function NewCreateCommand (line 17) | func NewCreateCommand(parent argparser.Registerer, globals *global.Data)... type CreateCommand (line 41) | type CreateCommand struct method Exec (line 61) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 88) | func (c *CreateCommand) constructInput(d *fastly.ObservabilityCustomDa... FILE: pkg/commands/dashboard/item/delete.go function NewDeleteCommand (line 17) | func NewDeleteCommand(parent argparser.Registerer, globals *global.Data)... type DeleteCommand (line 33) | type DeleteCommand struct method Exec (line 43) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 91) | func (c *DeleteCommand) constructInput(d *fastly.ObservabilityCustomDa... FILE: pkg/commands/dashboard/item/describe.go function NewDescribeCommand (line 17) | func NewDescribeCommand(parent argparser.Registerer, globals *global.Dat... type DescribeCommand (line 33) | type DescribeCommand struct method Exec (line 43) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 73) | func (c *DescribeCommand) constructInput() *fastly.GetObservabilityCus... function getItemFromDashboard (line 77) | func getItemFromDashboard(_ context.Context, d *fastly.ObservabilityCust... FILE: pkg/commands/dashboard/item/item_test.go function TestCreate (line 66) | func TestCreate(t *testing.T) { function TestDelete (line 131) | func TestDelete(t *testing.T) { function TestDescribe (line 158) | func TestDescribe(t *testing.T) { function TestUpdate (line 185) | func TestUpdate(t *testing.T) { function getDashboardOK (line 319) | func getDashboardOK(_ context.Context, _ *fastly.GetObservabilityCustomD... function updateDashboardOK (line 324) | func updateDashboardOK(_ context.Context, i *fastly.UpdateObservabilityC... function updateDashboardEmpty (line 330) | func updateDashboardEmpty(_ context.Context, _ *fastly.UpdateObservabili... FILE: pkg/commands/dashboard/item/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "item" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, globals *global.Data) *... FILE: pkg/commands/dashboard/item/update.go function NewUpdateCommand (line 17) | func NewUpdateCommand(parent argparser.Registerer, globals *global.Data)... type UpdateCommand (line 42) | type UpdateCommand struct method Exec (line 63) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 91) | func (c *UpdateCommand) constructInput(d *fastly.ObservabilityCustomDa... FILE: pkg/commands/dashboard/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, globals *global.Data) *... type ListCommand (line 33) | type ListCommand struct method Exec (line 44) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { method constructInput (line 113) | func (c *ListCommand) constructInput() (*fastly.ListObservabilityCusto... FILE: pkg/commands/dashboard/printer/print.go function PrintSummary (line 16) | func PrintSummary(out io.Writer, ds []fastly.ObservabilityCustomDashboar... function PrintVerbose (line 32) | func PrintVerbose(out io.Writer, ds []fastly.ObservabilityCustomDashboar... function PrintDashboard (line 41) | func PrintDashboard(out io.Writer, indent uint, dashboard *fastly.Observ... function PrintItem (line 66) | func PrintItem(out io.Writer, indent uint, item *fastly.DashboardItem) { FILE: pkg/commands/dashboard/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "dashboard" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, globals *global.Data) *... FILE: pkg/commands/dashboard/update.go function NewUpdateCommand (line 16) | func NewUpdateCommand(parent argparser.Registerer, globals *global.Data)... type UpdateCommand (line 33) | type UpdateCommand struct method Exec (line 43) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 63) | func (c *UpdateCommand) constructInput() *fastly.UpdateObservabilityCu... FILE: pkg/commands/domain/common.go function printSummary (line 14) | func printSummary(out io.Writer, data []domains.Data) { function printVerbose (line 29) | func printVerbose(out io.Writer, data []domains.Data) { FILE: pkg/commands/domain/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 51) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 30) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/domain/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 38) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 23) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/domain/describe.go type DescribeCommand (line 17) | type DescribeCommand struct method Exec (line 41) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 24) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/domain/domain_test.go function TestDomainCreate (line 17) | func TestDomainCreate(t *testing.T) { function TestDomainList (line 86) | func TestDomainList(t *testing.T) { function TestDomainDescribe (line 138) | func TestDomainDescribe(t *testing.T) { function TestDomainUpdate (line 186) | func TestDomainUpdate(t *testing.T) { function TestDomainDelete (line 255) | func TestDomainDelete(t *testing.T) { FILE: pkg/commands/domain/list.go type ListCommand (line 18) | type ListCommand struct method Exec (line 55) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 30) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/domain/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "domain" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/domain/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 45) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 26) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/install/root.go type RootCommand (line 17) | type RootCommand struct method Exec (line 36) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { constant CommandName (line 24) | CommandName = "install" function NewRootCommand (line 27) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ip/ip_test.go function TestAllIPs (line 14) | func TestAllIPs(t *testing.T) { FILE: pkg/commands/ip/root.go type RootCommand (line 15) | type RootCommand struct method Exec (line 31) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { constant CommandName (line 20) | CommandName = "ip-list" function NewRootCommand (line 23) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/kvstore/create.go type CreateCommand (line 16) | type CreateCommand struct method Exec (line 43) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 27) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/kvstore/delete.go type DeleteCommand (line 19) | type DeleteCommand struct method Exec (line 50) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { function NewDeleteCommand (line 30) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/kvstore/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 42) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 24) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/kvstore/kvstore_test.go function TestCreateStoreCommand (line 20) | func TestCreateStoreCommand(t *testing.T) { function TestDeleteStoreCommand (line 112) | func TestDeleteStoreCommand(t *testing.T) { function TestGetStoreCommand (line 161) | func TestGetStoreCommand(t *testing.T) { function TestListStoresCommand (line 225) | func TestListStoresCommand(t *testing.T) { function fmtStore (line 278) | func fmtStore(ks *fastly.KVStore) string { function fmtStores (line 284) | func fmtStores(ks *fastly.ListKVStoresResponse) string { FILE: pkg/commands/kvstore/list.go type ListCommand (line 16) | type ListCommand struct method Exec (line 37) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { function NewListCommand (line 22) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/kvstore/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "kv-store" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/kvstoreentry/create.go function NewCreateCommand (line 27) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 58) | type CreateCommand struct method Exec (line 78) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { method CheckFlags (line 144) | func (c *CreateCommand) CheckFlags() error { method ProcessStdin (line 162) | func (c *CreateCommand) ProcessStdin(in io.Reader, out io.Writer) error { method ProcessFile (line 174) | func (c *CreateCommand) ProcessFile(out io.Writer) error { method ProcessDir (line 196) | func (c *CreateCommand) ProcessDir(in io.Reader, out io.Writer) error { method PromptWindowsUser (line 368) | func (c *CreateCommand) PromptWindowsUser(in io.Reader, out io.Writer)... method CallBatchEndpoint (line 381) | func (c *CreateCommand) CallBatchEndpoint(in io.Reader, out io.Writer)... function insertKey (line 433) | func insertKey(opts insertKeyOptions) error { type insertKeyOptions (line 441) | type insertKeyOptions struct type ProcessErr (line 449) | type ProcessErr struct FILE: pkg/commands/kvstoreentry/delete.go constant DeleteKeysPoolSize (line 21) | DeleteKeysPoolSize int = 100 constant DeleteKeysMaxErrors (line 25) | DeleteKeysMaxErrors int = 100 type DeleteCommand (line 28) | type DeleteCommand struct method Exec (line 67) | func (c *DeleteCommand) Exec(in io.Reader, out io.Writer) error { method DeleteAllKeys (line 138) | func (c *DeleteCommand) DeleteAllKeys(out io.Writer) error { function NewDeleteCommand (line 43) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/kvstoreentry/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 45) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 24) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/kvstoreentry/get.go type GetCommand (line 19) | type GetCommand struct method Exec (line 50) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 28) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/kvstoreentry/hidden.go function isHiddenFile (line 3) | func isHiddenFile(filename string) bool { FILE: pkg/commands/kvstoreentry/kvstoreentry_test.go function TestCreateCommand (line 21) | func TestCreateCommand(t *testing.T) { function TestDeleteCommand (line 193) | func TestDeleteCommand(t *testing.T) { function TestGetCommand (line 311) | func TestGetCommand(t *testing.T) { function TestDescribeCommand (line 427) | func TestDescribeCommand(t *testing.T) { function TestListCommand (line 504) | func TestListCommand(t *testing.T) { type mockKVStoresEntriesPaginator (line 558) | type mockKVStoresEntriesPaginator struct method Next (line 564) | func (m *mockKVStoresEntriesPaginator) Next() bool { method Keys (line 572) | func (m *mockKVStoresEntriesPaginator) Keys() []string { method Err (line 576) | func (m *mockKVStoresEntriesPaginator) Err() error { FILE: pkg/commands/kvstoreentry/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 53) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 33) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/kvstoreentry/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "kv-store-entry" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/logtail/root.go type RootCommand (line 32) | type RootCommand struct method Exec (line 75) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { method tail (line 135) | func (c *RootCommand) tail(out io.Writer) error { method adjustTimes (line 290) | func (c *RootCommand) adjustTimes() { method enableManagedLogging (line 304) | func (c *RootCommand) enableManagedLogging(out io.Writer) error { method outputLoop (line 316) | func (c *RootCommand) outputLoop(out io.Writer) { method printLogs (line 450) | func (c *RootCommand) printLogs(out io.Writer, logs []Log) { method doReq (line 465) | func (c *RootCommand) doReq(req *http.Request) (*http.Response, error) { constant CommandName (line 46) | CommandName = "log-tail" function NewRootCommand (line 49) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type cfg (line 489) | type cfg struct type Log (line 518) | type Log struct method RequestStartFromRaw (line 543) | func (l *Log) RequestStartFromRaw() time.Time { method String (line 551) | func (l *Log) String() string { type Batch (line 535) | type Batch struct function makeNewPath (line 561) | func makeNewPath(path string, window int64, batchID string) (string, err... function splitByReqID (line 584) | func splitByReqID(in []Log) map[string][]Log { function parseResponseData (line 593) | func parseResponseData(data []byte) (Batch, error) { function filterStream (line 606) | func filterStream(stream string, logs []Log) []Log { function getTimeFromLink (line 624) | func getTimeFromLink(link string) (int64, error) { function getLinks (line 630) | func getLinks(head http.Header) (prev, next string) { function findIdxBySeq (line 645) | func findIdxBySeq(logs []Log, seq int) int { function highSequence (line 656) | func highSequence(logs []Log) int { FILE: pkg/commands/logtail/tail_test.go constant responseFile (line 13) | responseFile = "testdata/response.json" function TestAdjustTimes (line 17) | func TestAdjustTimes(t *testing.T) { function TestSplitByReqID (line 46) | func TestSplitByReqID(t *testing.T) { function TestParseResponseData (line 106) | func TestParseResponseData(t *testing.T) { function TestFilterStream (line 140) | func TestFilterStream(t *testing.T) { function TestGetLinks (line 197) | func TestGetLinks(t *testing.T) { function TestSplitOnIdx (line 235) | func TestSplitOnIdx(t *testing.T) { function TestHighSequence (line 304) | func TestHighSequence(t *testing.T) { FILE: pkg/commands/ngwaf/countrylist/countrylist_test.go constant listID (line 20) | listID = "someListID" constant listDescription (line 21) | listDescription = "NGWAFCLIList" constant listEntries (line 22) | listEntries = "us" constant listType (line 23) | listType = "country" constant listName (line 24) | listName = "listName" function TestCountryListCreate (line 53) | func TestCountryListCreate(t *testing.T) { function TestCountryListDelete (line 111) | func TestCountryListDelete(t *testing.T) { function TestCountryListGet (line 168) | func TestCountryListGet(t *testing.T) { function TestCountryListList (line 227) | func TestCountryListList(t *testing.T) { function TestCountryListUpdate (line 300) | func TestCountryListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/countrylist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 51) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 31) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/countrylist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 46) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/countrylist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 45) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 26) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/countrylist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 41) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 25) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/countrylist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "country-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/countrylist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 51) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 31) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/customsignal/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 50) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 31) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/customsignal/customsignal_test.go constant customSignalDescription (line 20) | customSignalDescription = "NGWAFCLICustomSignal" constant customSignalID (line 21) | customSignalID = "someID" constant customSignalName (line 22) | customSignalName = "CLICustomSignalName" function TestCustomSignalCreate (line 36) | func TestCustomSignalCreate(t *testing.T) { function TestCustomSignalDelete (line 89) | func TestCustomSignalDelete(t *testing.T) { function TestCustomSignalGet (line 146) | func TestCustomSignalGet(t *testing.T) { function TestCustomSignalList (line 205) | func TestCustomSignalList(t *testing.T) { function TestCustomSignalUpdate (line 296) | func TestCustomSignalUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/customsignal/delete.go type DeleteCommand (line 20) | type DeleteCommand struct method Exec (line 48) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 29) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/customsignal/get.go type GetCommand (line 20) | type GetCommand struct method Exec (line 48) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 29) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/customsignal/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 41) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 25) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/customsignal/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "customsignal" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/customsignal/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 48) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 29) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/iplist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 51) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 31) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/iplist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 46) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/iplist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 45) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 26) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/iplist/iplist_test.go constant listID (line 20) | listID = "someListID" constant listDescription (line 21) | listDescription = "NGWAFCLIList" constant listEntries (line 22) | listEntries = "1.0.0.0" constant listType (line 23) | listType = "ip" constant listName (line 24) | listName = "listName" function TestIPListCreate (line 53) | func TestIPListCreate(t *testing.T) { function TestIPListDelete (line 111) | func TestIPListDelete(t *testing.T) { function TestIPListGet (line 168) | func TestIPListGet(t *testing.T) { function TestIPListList (line 227) | func TestIPListList(t *testing.T) { function TestIPListUpdate (line 300) | func TestIPListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/iplist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 41) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 25) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/iplist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "ip-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/iplist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 51) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 31) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/ngwaflist/api.go type ListCreateInput (line 15) | type ListCreateInput struct function ListCreate (line 25) | func ListCreate(argsInput ListCreateInput) (*lists.List, error) { type ListDeleteInput (line 51) | type ListDeleteInput struct function ListDelete (line 58) | func ListDelete(argsInput ListDeleteInput) error { type ListGetInput (line 78) | type ListGetInput struct function ListGet (line 85) | func ListGet(argsInput ListGetInput) (*lists.List, error) { type ListListInput (line 105) | type ListListInput struct function ListList (line 113) | func ListList(argsInput ListListInput) (*lists.Lists, error) { type ListUpdateInput (line 145) | type ListUpdateInput struct function ListUpdate (line 154) | func ListUpdate(argsInput ListUpdateInput) (*lists.List, error) { function generateScope (line 180) | func generateScope(inputScope scope.Type, workspaceID string) (*scope.Sc... FILE: pkg/commands/ngwaf/root.go type RootCommand (line 13) | type RootCommand struct method Exec (line 30) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 19) | CommandName = "ngwaf" function NewRootCommand (line 22) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/rule/create.go type CreateCommand (line 23) | type CreateCommand struct method Exec (line 50) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/rule/delete.go type DeleteCommand (line 20) | type DeleteCommand struct method Exec (line 48) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 29) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/rule/get.go type GetCommand (line 20) | type GetCommand struct method Exec (line 48) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 29) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/rule/list.go type ListCommand (line 20) | type ListCommand struct method Exec (line 48) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 30) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/rule/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "rule" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/rule/rule_test.go constant complexRulePath (line 20) | complexRulePath = "testdata/test_complex_rule.json" constant complexRuleID (line 21) | complexRuleID = "someComplexID" constant ruleDescription (line 22) | ruleDescription = "Utility requests" constant ruleEnabled (line 23) | ruleEnabled = true constant ruleAction (line 24) | ruleAction = "allow" constant ruleID (line 25) | ruleID = "someID" constant rulePath (line 26) | rulePath = "testdata/test_rule.json" constant ruleType (line 27) | ruleType = "request" function TestRuleCreate (line 64) | func TestRuleCreate(t *testing.T) { function TestRuleDelete (line 131) | func TestRuleDelete(t *testing.T) { function TestRuleGet (line 188) | func TestRuleGet(t *testing.T) { function TestRuleList (line 247) | func TestRuleList(t *testing.T) { function TestRuleUpdate (line 350) | func TestRuleUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/rule/update.go type UpdateCommand (line 23) | type UpdateCommand struct method Exec (line 52) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 33) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/signallist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 51) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 31) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/signallist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 46) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/signallist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 45) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 26) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/signallist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 41) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 25) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/signallist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "signal-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/signallist/signallist_test.go constant listID (line 20) | listID = "someListID" constant listDescription (line 21) | listDescription = "NGWAFCLIList" constant listEntries (line 22) | listEntries = "BHH" constant listType (line 23) | listType = "signal" constant listName (line 24) | listName = "listName" function TestSignalListCreate (line 53) | func TestSignalListCreate(t *testing.T) { function TestSignalListDelete (line 111) | func TestSignalListDelete(t *testing.T) { function TestSignalListGet (line 168) | func TestSignalListGet(t *testing.T) { function TestSignalListList (line 227) | func TestSignalListList(t *testing.T) { function TestSignalListUpdate (line 300) | func TestSignalListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/signallist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 51) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 31) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/stringlist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 51) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 31) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/stringlist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 46) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/stringlist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 45) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 26) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/stringlist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 41) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 25) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/stringlist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "string-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/stringlist/stringlist_test.go constant listID (line 20) | listID = "someListID" constant listDescription (line 21) | listDescription = "NGWAFCLIList" constant listEntries (line 22) | listEntries = "1.0.0.0" constant listType (line 23) | listType = "string" constant listName (line 24) | listName = "listName" function TestStringListCreate (line 53) | func TestStringListCreate(t *testing.T) { function TestStringListDelete (line 111) | func TestStringListDelete(t *testing.T) { function TestStringListGet (line 168) | func TestStringListGet(t *testing.T) { function TestStringListList (line 227) | func TestStringListList(t *testing.T) { function TestStringListUpdate (line 300) | func TestStringListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/stringlist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 51) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 31) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/wildcardlist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 51) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 31) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/wildcardlist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 46) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/wildcardlist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 45) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 26) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/wildcardlist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 41) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 25) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/wildcardlist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "wildcard-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/wildcardlist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 51) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 31) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/wildcardlist/wildcardlist_test.go constant listID (line 20) | listID = "someListID" constant listDescription (line 21) | listDescription = "NGWAFCLIList" constant listEntries (line 22) | listEntries = "1.0.0.0" constant listType (line 23) | listType = "wildcard" constant listName (line 24) | listName = "listName" function TestWildcardListCreate (line 53) | func TestWildcardListCreate(t *testing.T) { function TestWildcardListDelete (line 111) | func TestWildcardListDelete(t *testing.T) { function TestWildcardListGet (line 168) | func TestWildcardListGet(t *testing.T) { function TestWildcardListList (line 227) | func TestWildcardListList(t *testing.T) { function TestWildcardListUpdate (line 300) | func TestWildcardListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/datadog/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 59) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 33) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/datadog/datadog_test.go constant alertID (line 21) | alertID = "7890abcdef12345678901234" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestDatadogAlert" function TestDatadogAlertCreate (line 42) | func TestDatadogAlertCreate(t *testing.T) { function TestDatadogAlertList (line 106) | func TestDatadogAlertList(t *testing.T) { function TestDatadogAlertGet (line 205) | func TestDatadogAlertGet(t *testing.T) { function TestDatadogAlertUpdate (line 269) | func TestDatadogAlertUpdate(t *testing.T) { function TestDatadogAlertDelete (line 366) | func TestDatadogAlertDelete(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/datadog/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/datadog/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/datadog/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/datadog/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "datadog" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type ConfigFlags (line 34) | type ConfigFlags struct FILE: pkg/commands/ngwaf/workspace/alert/datadog/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 62) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 31) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/jira/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 64) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 35) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/jira/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/jira/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/jira/jira_test.go constant alertID (line 21) | alertID = "890abcdef1234567890123ab" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestJiraAlert" function TestJiraAlertCreate (line 48) | func TestJiraAlertCreate(t *testing.T) { function TestJiraAlertList (line 136) | func TestJiraAlertList(t *testing.T) { function TestJiraAlertGet (line 241) | func TestJiraAlertGet(t *testing.T) { function TestJiraAlertUpdate (line 305) | func TestJiraAlertUpdate(t *testing.T) { function TestJiraAlertDelete (line 403) | func TestJiraAlertDelete(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/jira/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/jira/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "jira" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type ConfigFlags (line 34) | type ConfigFlags struct type OptConfigFlags (line 42) | type OptConfigFlags struct FILE: pkg/commands/ngwaf/workspace/alert/jira/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 69) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 35) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/mailinglist/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 57) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/mailinglist/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/mailinglist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/mailinglist/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/mailinglist/mailinglist_test.go constant alertID (line 21) | alertID = "2b3c4d5e6f7890abcdef1234" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestMailingListAlert" function TestMailingListAlertCreate (line 42) | func TestMailingListAlertCreate(t *testing.T) { function TestMailingListAlertList (line 87) | func TestMailingListAlertList(t *testing.T) { function TestMailingListAlertGet (line 184) | func TestMailingListAlertGet(t *testing.T) { function TestMailingListAlertUpdate (line 248) | func TestMailingListAlertUpdate(t *testing.T) { function TestMailingListAlertDelete (line 348) | func TestMailingListAlertDelete(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/mailinglist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "mailinglist" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type AddressConfigFlags (line 34) | type AddressConfigFlags struct FILE: pkg/commands/ngwaf/workspace/alert/mailinglist/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 60) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/microsoftteams/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 57) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/microsoftteams/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/microsoftteams/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/microsoftteams/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/microsoftteams/microsoftteams_test.go constant alertID (line 21) | alertID = "3c4d5e6f7890abcdef123456" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestMicrosoftTeamsAlert" function TestMicrosoftTeamsAlertCreate (line 40) | func TestMicrosoftTeamsAlertCreate(t *testing.T) { function TestMicrosoftTeamsAlertList (line 85) | func TestMicrosoftTeamsAlertList(t *testing.T) { function TestMicrosoftTeamsAlertGet (line 182) | func TestMicrosoftTeamsAlertGet(t *testing.T) { function TestMicrosoftTeamsAlertUpdate (line 246) | func TestMicrosoftTeamsAlertUpdate(t *testing.T) { function TestMicrosoftTeamsAlertDelete (line 346) | func TestMicrosoftTeamsAlertDelete(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/microsoftteams/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "microsoftteams" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/alert/microsoftteams/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 60) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/opsgenie/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 57) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/opsgenie/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/opsgenie/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/opsgenie/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/opsgenie/opsgenie_test.go constant alertID (line 21) | alertID = "4d5e6f7890abcdef12345678" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestOpsgenieAlert" function TestOpsgenieAlertCreate (line 40) | func TestOpsgenieAlertCreate(t *testing.T) { function TestOpsgenieAlertList (line 99) | func TestOpsgenieAlertList(t *testing.T) { function TestOpsgenieAlertGet (line 196) | func TestOpsgenieAlertGet(t *testing.T) { function TestOpsgenieAlertUpdate (line 260) | func TestOpsgenieAlertUpdate(t *testing.T) { function TestOpsgenieAlertDelete (line 360) | func TestOpsgenieAlertDelete(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/opsgenie/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "opsgenie" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/alert/opsgenie/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 60) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/pagerduty/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 57) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/pagerduty/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/pagerduty/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/pagerduty/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/pagerduty/pagerduty_test.go constant alertID (line 21) | alertID = "5e6f7890abcdef1234567890" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestPagerDutyAlert" function TestPagerDutyAlertCreate (line 40) | func TestPagerDutyAlertCreate(t *testing.T) { function TestPagerDutyAlertList (line 85) | func TestPagerDutyAlertList(t *testing.T) { function TestPagerDutyAlertGet (line 182) | func TestPagerDutyAlertGet(t *testing.T) { function TestPagerDutyAlertUpdate (line 246) | func TestPagerDutyAlertUpdate(t *testing.T) { function TestPagerDutyAlertDelete (line 346) | func TestPagerDutyAlertDelete(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/pagerduty/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "pagerduty" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/alert/pagerduty/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 60) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "alert" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... function GetDefaultEvents (line 35) | func GetDefaultEvents() *[]string { FILE: pkg/commands/ngwaf/workspace/alert/slack/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 57) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/slack/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/slack/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/slack/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/slack/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "slack" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/alert/slack/slack_test.go constant alertID (line 21) | alertID = "1a2b3c4d5e6f7890abcdef12" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestSlackAlert" function TestSlackAlertCreate (line 40) | func TestSlackAlertCreate(t *testing.T) { function TestSlackAlertList (line 85) | func TestSlackAlertList(t *testing.T) { function TestSlackAlertGet (line 182) | func TestSlackAlertGet(t *testing.T) { function TestSlackAlertUpdate (line 246) | func TestSlackAlertUpdate(t *testing.T) { function TestSlackAlertDelete (line 346) | func TestSlackAlertDelete(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/alert/slack/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 60) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/webhook/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 57) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/alert/webhook/delete.go type DeleteCommand (line 17) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/alert/webhook/get-signing-key.go type GetSigningKeyCommand (line 17) | type GetSigningKeyCommand struct method Exec (line 56) | func (c *GetSigningKeyCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetSigningKeyCommand (line 27) | func NewGetSigningKeyCommand(parent argparser.Registerer, g *global.Data... FILE: pkg/commands/ngwaf/workspace/alert/webhook/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/alert/webhook/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 49) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/alert/webhook/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "webhook" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/alert/webhook/rotate-signing-key.go type RotateSigningKeyCommand (line 17) | type RotateSigningKeyCommand struct method Exec (line 56) | func (c *RotateSigningKeyCommand) Exec(_ io.Reader, out io.Writer) err... function NewRotateSigningKeyCommand (line 27) | func NewRotateSigningKeyCommand(parent argparser.Registerer, g *global.D... FILE: pkg/commands/ngwaf/workspace/alert/webhook/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 60) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/alert/webhook/webhook_test.go constant alertID (line 21) | alertID = "6f7890abcdef123456789012" constant workspaceID (line 22) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" constant description (line 23) | description = "TestWebhookAlert" constant signingKey (line 24) | signingKey = "a1b2c3d4e5f67890abcdef1234567890" function TestWebhookAlertCreate (line 41) | func TestWebhookAlertCreate(t *testing.T) { function TestWebhookAlertList (line 86) | func TestWebhookAlertList(t *testing.T) { function TestWebhookAlertGet (line 183) | func TestWebhookAlertGet(t *testing.T) { function TestWebhookAlertUpdate (line 247) | func TestWebhookAlertUpdate(t *testing.T) { function TestWebhookAlertDelete (line 337) | func TestWebhookAlertDelete(t *testing.T) { function TestWebhookGetSigningKey (line 386) | func TestWebhookGetSigningKey(t *testing.T) { function TestWebhookRotateSigningKey (line 454) | func TestWebhookRotateSigningKey(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/countrylist/countrylist_test.go constant listID (line 21) | listID = "someListID" constant listDescription (line 22) | listDescription = "NGWAFCLIList" constant listEntries (line 23) | listEntries = "us" constant listType (line 24) | listType = "country" constant listName (line 25) | listName = "listName" constant workspaceID (line 26) | workspaceID = "someWorkspaceID" function TestCountryListCreate (line 55) | func TestCountryListCreate(t *testing.T) { function TestCountryListDelete (line 126) | func TestCountryListDelete(t *testing.T) { function TestCountryListGet (line 196) | func TestCountryListGet(t *testing.T) { function TestCountryListList (line 268) | func TestCountryListList(t *testing.T) { function TestCountryListUpdate (line 354) | func TestCountryListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/countrylist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 58) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/countrylist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 53) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/countrylist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 52) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/countrylist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 28) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/countrylist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "country-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/countrylist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 58) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 32) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/create.go type CreateCommand (line 20) | type CreateCommand struct method Exec (line 63) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 38) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... function parseCreateAttackSignalThresholds (line 110) | func parseCreateAttackSignalThresholds(thresholds string) (*workspaces.A... FILE: pkg/commands/ngwaf/workspace/customsignal/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 58) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/customsignal/customsignal_test.go constant customSignalDescription (line 21) | customSignalDescription = "NGWAFCLICustomSignal" constant customSignalID (line 22) | customSignalID = "someID" constant customSignalName (line 23) | customSignalName = "CLICustomSignalName" constant workspaceID (line 24) | workspaceID = "WorkspaceID" function TestCustomSignalCreate (line 38) | func TestCustomSignalCreate(t *testing.T) { function TestCustomSignalDelete (line 96) | func TestCustomSignalDelete(t *testing.T) { function TestCustomSignalGet (line 158) | func TestCustomSignalGet(t *testing.T) { function TestCustomSignalList (line 222) | func TestCustomSignalList(t *testing.T) { function TestCustomSignalUpdate (line 318) | func TestCustomSignalUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/customsignal/delete.go type DeleteCommand (line 20) | type DeleteCommand struct method Exec (line 56) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 30) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/customsignal/get.go type GetCommand (line 20) | type GetCommand struct method Exec (line 56) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 30) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/customsignal/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 53) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 28) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/customsignal/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "customsignal" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/customsignal/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 56) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 30) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/delete.go type DeleteCommand (line 19) | type DeleteCommand struct method Exec (line 47) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/get.go type GetCommand (line 19) | type GetCommand struct method Exec (line 47) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 28) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/iplist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 58) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/iplist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 53) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/iplist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 52) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/iplist/iplist_test.go constant listID (line 21) | listID = "someListID" constant listDescription (line 22) | listDescription = "NGWAFCLIList" constant listEntries (line 23) | listEntries = "1.0.0.0" constant listType (line 24) | listType = "ip" constant listName (line 25) | listName = "listName" constant workspaceID (line 26) | workspaceID = "someWorkspaceID" function TestIPListCreate (line 55) | func TestIPListCreate(t *testing.T) { function TestIPListDelete (line 126) | func TestIPListDelete(t *testing.T) { function TestIPListGet (line 196) | func TestIPListGet(t *testing.T) { function TestIPListList (line 268) | func TestIPListList(t *testing.T) { function TestIPListUpdate (line 354) | func TestIPListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/iplist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 28) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/iplist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "ip-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/iplist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 58) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 32) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/list.go type ListCommand (line 18) | type ListCommand struct method Exec (line 40) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 24) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/redaction/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 54) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 29) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/redaction/delete.go type DeleteCommand (line 19) | type DeleteCommand struct method Exec (line 54) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 29) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/redaction/list.go type ListCommand (line 18) | type ListCommand struct method Exec (line 55) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 30) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/redaction/redaction_test.go constant redactionField (line 20) | redactionField = "password" constant redactionID (line 21) | redactionID = "someID" constant redactionType (line 22) | redactionType = "request" constant workspaceID (line 23) | workspaceID = "workspaceID" function TestRedactionCreate (line 33) | func TestRedactionCreate(t *testing.T) { function TestRedactionDelete (line 96) | func TestRedactionDelete(t *testing.T) { function TestRedactionRetrieve (line 158) | func TestRedactionRetrieve(t *testing.T) { function TestRedactionList (line 222) | func TestRedactionList(t *testing.T) { function TestRedactionUpdate (line 310) | func TestRedactionUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/redaction/retrieve.go type GetCommand (line 18) | type GetCommand struct method Exec (line 53) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewRetrieveCommand (line 28) | func NewRetrieveCommand(parent argparser.Registerer, g *global.Data) *Ge... FILE: pkg/commands/ngwaf/workspace/redaction/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "redaction" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/redaction/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 58) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 32) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "workspace" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/rule/create.go type CreateCommand (line 23) | type CreateCommand struct method Exec (line 57) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 33) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/rule/delete.go type DeleteCommand (line 20) | type DeleteCommand struct method Exec (line 55) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 30) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/rule/get.go type GetCommand (line 20) | type GetCommand struct method Exec (line 55) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 30) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/rule/list.go type ListCommand (line 20) | type ListCommand struct method Exec (line 59) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 33) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/rule/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "rule" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/rule/rule_test.go constant complexRulePath (line 21) | complexRulePath = "testdata/test_complex_rule.json" constant complexRuleID (line 22) | complexRuleID = "someComplexID" constant ruleDescription (line 23) | ruleDescription = "Utility requests" constant ruleEnabled (line 24) | ruleEnabled = true constant ruleAction (line 25) | ruleAction = "allow" constant ruleID (line 26) | ruleID = "someID" constant rulePath (line 27) | rulePath = "testdata/test_rule.json" constant ruleType (line 28) | ruleType = "request" constant ruleWorkspaceID (line 29) | ruleWorkspaceID = "someWorkspaceID" function TestRuleCreate (line 66) | func TestRuleCreate(t *testing.T) { function TestRuleDelete (line 138) | func TestRuleDelete(t *testing.T) { function TestRuleGet (line 200) | func TestRuleGet(t *testing.T) { function TestRuleList (line 264) | func TestRuleList(t *testing.T) { function TestRuleUpdate (line 367) | func TestRuleUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/rule/update.go type UpdateCommand (line 23) | type UpdateCommand struct method Exec (line 59) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 34) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/signallist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 58) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/signallist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 53) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/signallist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 52) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/signallist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 28) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/signallist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "signal-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/signallist/signallist_test.go constant listID (line 21) | listID = "someListID" constant listDescription (line 22) | listDescription = "NGWAFCLIList" constant listEntries (line 23) | listEntries = "BHH" constant listType (line 24) | listType = "signal" constant listName (line 25) | listName = "listName" constant workspaceID (line 26) | workspaceID = "someWorkspaceID" function TestSignalListCreate (line 55) | func TestSignalListCreate(t *testing.T) { function TestSignalListDelete (line 126) | func TestSignalListDelete(t *testing.T) { function TestSignalListGet (line 196) | func TestSignalListGet(t *testing.T) { function TestSignalListList (line 268) | func TestSignalListList(t *testing.T) { function TestSignalListUpdate (line 354) | func TestSignalListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/signallist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 58) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 32) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/stringlist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 58) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/stringlist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 53) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/stringlist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 52) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/stringlist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 28) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/stringlist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "string-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/stringlist/stringlist_test.go constant listID (line 21) | listID = "someListID" constant listDescription (line 22) | listDescription = "NGWAFCLIList" constant listEntries (line 23) | listEntries = "1.0.0.0" constant listType (line 24) | listType = "string" constant listName (line 25) | listName = "listName" constant workspaceID (line 26) | workspaceID = "someWorkspaceID" function TestStringListCreate (line 55) | func TestStringListCreate(t *testing.T) { function TestStringListDelete (line 126) | func TestStringListDelete(t *testing.T) { function TestStringListGet (line 196) | func TestStringListGet(t *testing.T) { function TestStringListList (line 268) | func TestStringListList(t *testing.T) { function TestStringListUpdate (line 354) | func TestStringListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/stringlist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 58) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 32) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/threshold/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 68) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 37) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/threshold/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 54) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 30) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/threshold/get.go type GetCommand (line 18) | type GetCommand struct method Exec (line 54) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 30) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/threshold/list.go type ListCommand (line 18) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 29) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/threshold/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "threshold" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/threshold/threshold_test.go constant thresholdAction (line 20) | thresholdAction = "block" constant thresholdDuration (line 21) | thresholdDuration = 86400 constant thresholdEnabled (line 22) | thresholdEnabled = true constant thresholdID (line 23) | thresholdID = "thresholdID" constant thresholdInterval (line 24) | thresholdInterval = 3600 constant thresholdLimit (line 25) | thresholdLimit = 10 constant thresholdName (line 26) | thresholdName = "Test_Threshold" constant thresholdSignal (line 27) | thresholdSignal = "test-signal" constant thresholdDontNotify (line 28) | thresholdDontNotify = false constant workspaceID (line 29) | workspaceID = "workspaceID" function TestThresholdCreate (line 45) | func TestThresholdCreate(t *testing.T) { function TestThresholdDelete (line 138) | func TestThresholdDelete(t *testing.T) { function TestThresholdGet (line 200) | func TestThresholdGet(t *testing.T) { function TestThresholdList (line 264) | func TestThresholdList(t *testing.T) { function TestThresholdUpdate (line 364) | func TestThresholdUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/threshold/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 70) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 38) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/update.go type UpdateCommand (line 20) | type UpdateCommand struct method Exec (line 65) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 39) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... function parseUpdateAttackSignalThresholds (line 121) | func parseUpdateAttackSignalThresholds(thresholds string) (*workspaces.A... FILE: pkg/commands/ngwaf/workspace/virtualpatch/list.go type ListCommand (line 18) | type ListCommand struct method Exec (line 46) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/virtualpatch/retrieve.go type GetCommand (line 18) | type GetCommand struct method Exec (line 48) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewRetrieveCommand (line 28) | func NewRetrieveCommand(parent argparser.Registerer, g *global.Data) *Ge... FILE: pkg/commands/ngwaf/workspace/virtualpatch/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "virtualpatch" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/virtualpatch/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 58) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 32) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/virtualpatch/virtualpatch_test.go constant virtualpatchID (line 20) | virtualpatchID = "CVE-2017-5638" constant virtualpatchDescription (line 21) | virtualpatchDescription = "Apache Struts multipart/form remote execution" constant virtualpatchEnabled (line 22) | virtualpatchEnabled = false constant virtualpatchMode (line 23) | virtualpatchMode = "log" constant workspaceID (line 24) | workspaceID = "nBw2ENWfOY1M2dpSwK1l5R" function TestVirtualPatchRetrieve (line 34) | func TestVirtualPatchRetrieve(t *testing.T) { function TestVirtualPatchList (line 98) | func TestVirtualPatchList(t *testing.T) { function TestVirtualPatchUpdate (line 184) | func TestVirtualPatchUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/wildcardlist/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 58) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/ngwaf/workspace/wildcardlist/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 53) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/ngwaf/workspace/wildcardlist/get.go type GetCommand (line 17) | type GetCommand struct method Exec (line 52) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 27) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/ngwaf/workspace/wildcardlist/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 28) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/ngwaf/workspace/wildcardlist/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "wildcard-list" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/ngwaf/workspace/wildcardlist/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 58) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 32) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/ngwaf/workspace/wildcardlist/wildcardlist_test.go constant listID (line 21) | listID = "someListID" constant listDescription (line 22) | listDescription = "NGWAFCLIList" constant listEntries (line 23) | listEntries = "1.0.0.0" constant listType (line 24) | listType = "wildcard" constant listName (line 25) | listName = "listName" constant workspaceID (line 26) | workspaceID = "someWorkspaceID" function TestWildcardListCreate (line 55) | func TestWildcardListCreate(t *testing.T) { function TestWildcardListDelete (line 126) | func TestWildcardListDelete(t *testing.T) { function TestWildcardListGet (line 196) | func TestWildcardListGet(t *testing.T) { function TestWildcardListList (line 268) | func TestWildcardListList(t *testing.T) { function TestWildcardListUpdate (line 354) | func TestWildcardListUpdate(t *testing.T) { FILE: pkg/commands/ngwaf/workspace/workspace_test.go constant workspaceDescription (line 19) | workspaceDescription = "NGWAFCLIWorkspace" constant workspaceClientIPHeaders (line 20) | workspaceClientIPHeaders = "these:are:headers" constant workspaceID (line 21) | workspaceID = "someID" constant workspaceMode (line 22) | workspaceMode = "log" constant workspaceName (line 23) | workspaceName = "CLIWorkspace" function TestWorkspacesCreate (line 41) | func TestWorkspacesCreate(t *testing.T) { function TestWorkspaceDelete (line 104) | func TestWorkspaceDelete(t *testing.T) { function TestWorkspaceGet (line 163) | func TestWorkspaceGet(t *testing.T) { function TestWorkspaceList (line 222) | func TestWorkspaceList(t *testing.T) { function TestWorkspaceUpdate (line 307) | func TestWorkspaceUpdate(t *testing.T) { FILE: pkg/commands/objectstorage/accesskeys/accesskeys_test.go constant akID (line 19) | akID = "accessKeyId" constant akSecret (line 20) | akSecret = "accessKeySecret" constant akDescription (line 21) | akDescription = "accessKeyDescription" constant akPermission (line 22) | akPermission = "read-only-objects" constant akBucket1 (line 23) | akBucket1 = "bucket1" constant akBucket2 (line 24) | akBucket2 = "bucket2" function TestAccessKeysCreate (line 36) | func TestAccessKeysCreate(t *testing.T) { function TestAccessKeysDelete (line 94) | func TestAccessKeysDelete(t *testing.T) { function TestAccessKeysGet (line 153) | func TestAccessKeysGet(t *testing.T) { function TestAccessKeysList (line 212) | func TestAccessKeysList(t *testing.T) { FILE: pkg/commands/objectstorage/accesskeys/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 53) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/objectstorage/accesskeys/delete.go type DeleteCommand (line 19) | type DeleteCommand struct method Exec (line 47) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 28) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/objectstorage/accesskeys/get.go type GetCommand (line 19) | type GetCommand struct method Exec (line 47) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 28) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/objectstorage/accesskeys/list.go type ListCommand (line 18) | type ListCommand struct method Exec (line 40) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 24) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/objectstorage/accesskeys/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "access-keys" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/objectstorage/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "object-storage" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/pop/pop_test.go function TestAllDatacenters (line 17) | func TestAllDatacenters(t *testing.T) { FILE: pkg/commands/pop/root.go type RootCommand (line 17) | type RootCommand struct method Exec (line 33) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { constant CommandName (line 22) | CommandName = "pops" function NewRootCommand (line 25) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... function Coordinates (line 57) | func Coordinates(c *fastly.Coordinates) string { FILE: pkg/commands/products/products_test.go function TestProductEnablement (line 10) | func TestProductEnablement(t *testing.T) { FILE: pkg/commands/products/root.go type RootCommand (line 28) | type RootCommand struct method Exec (line 92) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { type ProductStatus (line 51) | type ProductStatus struct constant CommandName (line 64) | CommandName = "products" function NewRootCommand (line 67) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/profile/create.go type CreateCommand (line 21) | type CreateCommand struct method Exec (line 39) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) (err error) { method staticTokenFlow (line 88) | func (c *CreateCommand) staticTokenFlow(makeDefault bool, in io.Reader... method persistCfg (line 143) | func (c *CreateCommand) persistCfg() error { method promptForDefault (line 173) | func (c *CreateCommand) promptForDefault(in io.Reader, out io.Writer) ... function NewCreateCommand (line 29) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... function promptForToken (line 121) | func promptForToken(in io.Reader, out io.Writer, errLog fsterr.LogInterf... function validateTokenNotEmpty (line 132) | func validateTokenNotEmpty(s string) error { function displayCfgPath (line 167) | func displayCfgPath(path string, out io.Writer) { FILE: pkg/commands/profile/delete.go type DeleteCommand (line 13) | type DeleteCommand struct method Exec (line 29) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 20) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/profile/list.go type ListCommand (line 15) | type ListCommand struct method Exec (line 30) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 21) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... function display (line 72) | func display(name string, at *config.AuthToken, isDefault bool, out io.W... FILE: pkg/commands/profile/profile_test.go function TestProfileCreate (line 19) | func TestProfileCreate(t *testing.T) { function TestProfileDelete (line 84) | func TestProfileDelete(t *testing.T) { function TestProfileList (line 139) | func TestProfileList(t *testing.T) { function TestProfileSwitch (line 270) | func TestProfileSwitch(t *testing.T) { function TestProfileToken (line 330) | func TestProfileToken(t *testing.T) { function TestProfileUpdate (line 646) | func TestProfileUpdate(t *testing.T) { function getCurrentUser (line 714) | func getCurrentUser(_ context.Context) (*fastly.User, error) { function getToken (line 721) | func getToken(_ context.Context) (*fastly.Token, error) { FILE: pkg/commands/profile/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "profile" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/profile/switch.go type SwitchCommand (line 16) | type SwitchCommand struct method Exec (line 32) | func (c *SwitchCommand) Exec(in io.Reader, out io.Writer) error { function NewSwitchCommand (line 23) | func NewSwitchCommand(parent argparser.Registerer, g *global.Data) *Swit... FILE: pkg/commands/profile/token.go type TokenCommand (line 18) | type TokenCommand struct method Exec (line 37) | func (c *TokenCommand) Exec(_ io.Reader, out io.Writer) (err error) { function NewTokenCommand (line 25) | func NewTokenCommand(parent argparser.Registerer, g *global.Data) *Token... constant defaultTokenTTL (line 34) | defaultTokenTTL time.Duration = 5 * time.Minute function checkTokenValidity (line 79) | func checkTokenValidity(name string, at *config.AuthToken, ttl time.Dura... FILE: pkg/commands/profile/update.go type UpdateCommand (line 17) | type UpdateCommand struct method Exec (line 35) | func (c *UpdateCommand) Exec(in io.Reader, out io.Writer) error { method identifyProfile (line 77) | func (c *UpdateCommand) identifyProfile() (string, *config.AuthToken, ... method updateToken (line 105) | func (c *UpdateCommand) updateToken(profileName string, at *config.Aut... function NewUpdateCommand (line 25) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/secretstore/create.go function NewCreateCommand (line 16) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 35) | type CreateCommand struct method Exec (line 43) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/secretstore/delete.go function NewDeleteCommand (line 16) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 35) | type DeleteCommand struct method Exec (line 43) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/secretstore/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 35) | type DescribeCommand struct method Exec (line 43) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/secretstore/flags.go function storeNameFlag (line 7) | func storeNameFlag(dst *string) argparser.StringFlagOpts { FILE: pkg/commands/secretstore/helper_test.go function fmtStore (line 11) | func fmtStore(s *fastly.SecretStore) string { function fmtStores (line 17) | func fmtStores(s []fastly.SecretStore) string { FILE: pkg/commands/secretstore/list.go function NewListCommand (line 16) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 34) | type ListCommand struct method Exec (line 43) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { FILE: pkg/commands/secretstore/root.go constant RootNameStore (line 11) | RootNameStore = "secret-store" constant CommandName (line 14) | CommandName = "secret-store" function NewRootCommand (line 17) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type RootCommand (line 31) | type RootCommand struct method Exec (line 37) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { FILE: pkg/commands/secretstore/secretstore_test.go function TestCreateStoreCommand (line 22) | func TestCreateStoreCommand(t *testing.T) { function TestDeleteStoreCommand (line 108) | func TestDeleteStoreCommand(t *testing.T) { function TestDescribeStoreCommand (line 193) | func TestDescribeStoreCommand(t *testing.T) { function TestListStoresCommand (line 283) | func TestListStoresCommand(t *testing.T) { FILE: pkg/commands/secretstoreentry/create.go constant maxSecretKiB (line 23) | maxSecretKiB = 64 constant maxSecretLen (line 24) | maxSecretLen = maxSecretKiB * 1024 function mustDecode (line 40) | func mustDecode(s string) []byte { function NewCreateCommand (line 49) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 83) | type CreateCommand struct method Exec (line 105) | func (c *CreateCommand) Exec(in io.Reader, out io.Writer) error { FILE: pkg/commands/secretstoreentry/delete.go function NewDeleteCommand (line 16) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 36) | type DeleteCommand struct method Exec (line 44) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/secretstoreentry/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 36) | type DescribeCommand struct method Exec (line 44) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { FILE: pkg/commands/secretstoreentry/flags.go function secretNameFlag (line 7) | func secretNameFlag(dst *string) argparser.StringFlagOpts { function secretFileFlag (line 17) | func secretFileFlag(dst *string) argparser.StringFlagOpts { function secretStdinFlag (line 27) | func secretStdinFlag(dst *bool) argparser.BoolFlagOpts { FILE: pkg/commands/secretstoreentry/helper_test.go function fmtSecret (line 10) | func fmtSecret(s *fastly.Secret) string { function fmtSecrets (line 16) | func fmtSecrets(s *fastly.Secrets) string { FILE: pkg/commands/secretstoreentry/list.go function NewListCommand (line 16) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 37) | type ListCommand struct method Exec (line 45) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { FILE: pkg/commands/secretstoreentry/root.go constant RootNameSecret (line 11) | RootNameSecret = "secret-store-entry" constant CommandName (line 14) | CommandName = "secret-store-entry" function NewRootCommand (line 17) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type RootCommand (line 31) | type RootCommand struct method Exec (line 37) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { FILE: pkg/commands/secretstoreentry/secretstoreentry_test.go function TestCreateSecretCommand (line 31) | func TestCreateSecretCommand(t *testing.T) { function TestDeleteSecretCommand (line 269) | func TestDeleteSecretCommand(t *testing.T) { function TestDescribeSecretCommand (line 360) | func TestDescribeSecretCommand(t *testing.T) { function TestListSecretsCommand (line 467) | func TestListSecretsCommand(t *testing.T) { FILE: pkg/commands/service/acl/acl_test.go function TestACLCreate (line 16) | func TestACLCreate(t *testing.T) { function TestACLDelete (line 84) | func TestACLDelete(t *testing.T) { function TestACLDescribe (line 196) | func TestACLDescribe(t *testing.T) { function TestACLList (line 248) | func TestACLList(t *testing.T) { function TestACLUpdate (line 303) | func TestACLUpdate(t *testing.T) { function getACL (line 439) | func getACL(_ context.Context, i *fastly.GetACLInput) (*fastly.ACL, erro... function listACLs (line 454) | func listACLs(_ context.Context, i *fastly.ListACLsInput) ([]*fastly.ACL... FILE: pkg/commands/service/acl/create.go function NewCreateCommand (line 18) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 58) | type CreateCommand struct method Exec (line 68) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 104) | func (c *CreateCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/acl/delete.go function NewDeleteCommand (line 18) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 57) | type DeleteCommand struct method Exec (line 67) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 102) | func (c *DeleteCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/acl/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 52) | type DescribeCommand struct method Exec (line 62) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 102) | func (c *DescribeCommand) constructInput(serviceID string, serviceVers... method print (line 113) | func (c *DescribeCommand) print(out io.Writer, a *fastly.ACL) error { FILE: pkg/commands/service/acl/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 52) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 109) | func (c *ListCommand) constructInput(serviceID string, serviceVersion ... method printVerbose (line 120) | func (c *ListCommand) printVerbose(out io.Writer, serviceVersion int, ... method printSummary (line 143) | func (c *ListCommand) printSummary(out io.Writer, as []*fastly.ACL) er... FILE: pkg/commands/service/acl/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "acl" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/acl/update.go function NewUpdateCommand (line 18) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 58) | type UpdateCommand struct method Exec (line 69) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 105) | func (c *UpdateCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/aclentry/aclentry_test.go function TestACLEntryCreate (line 18) | func TestACLEntryCreate(t *testing.T) { function TestACLEntryDelete (line 86) | func TestACLEntryDelete(t *testing.T) { function TestACLEntryDescribe (line 131) | func TestACLEntryDescribe(t *testing.T) { function TestACLEntryList (line 174) | func TestACLEntryList(t *testing.T) { function TestACLEntryUpdate (line 327) | func TestACLEntryUpdate(t *testing.T) { function getACLEntry (line 408) | func getACLEntry(_ context.Context, i *fastly.GetACLEntryInput) (*fastly... FILE: pkg/commands/service/aclentry/create.go function NewCreateCommand (line 15) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 48) | type CreateCommand struct method Exec (line 60) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 84) | func (c *CreateCommand) constructInput(serviceID string) *fastly.Creat... FILE: pkg/commands/service/aclentry/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 45) | type DeleteCommand struct method Exec (line 54) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 77) | func (c *DeleteCommand) constructInput(serviceID string) *fastly.Delet... FILE: pkg/commands/service/aclentry/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 47) | type DescribeCommand struct method Exec (line 57) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 88) | func (c *DescribeCommand) constructInput(serviceID string) *fastly.Get... method print (line 99) | func (c *DescribeCommand) print(out io.Writer, a *fastly.ACLEntry) err... FILE: pkg/commands/service/aclentry/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 52) | type ListCommand struct method Exec (line 65) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 111) | func (c *ListCommand) constructInput(serviceID string) *fastly.GetACLE... method printVerbose (line 134) | func (c *ListCommand) printVerbose(out io.Writer, as []*fastly.ACLEntr... method printSummary (line 159) | func (c *ListCommand) printSummary(out io.Writer, as []*fastly.ACLEntr... FILE: pkg/commands/service/aclentry/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "acl-entry" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/aclentry/update.go function NewUpdateCommand (line 18) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 53) | type UpdateCommand struct method Exec (line 67) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructBatchInput (line 112) | func (c *UpdateCommand) constructBatchInput(serviceID string) (*fastly... method constructInput (line 144) | func (c *UpdateCommand) constructInput(serviceID string) (*fastly.Upda... FILE: pkg/commands/service/alert/alert_test.go function TestAlertsCreate (line 16) | func TestAlertsCreate(t *testing.T) { function TestAlertsUpdate (line 105) | func TestAlertsUpdate(t *testing.T) { function TestAlertsDelete (line 193) | func TestAlertsDelete(t *testing.T) { function TestAlertsDescribe (line 214) | func TestAlertsDescribe(t *testing.T) { function TestAlertsList (line 237) | func TestAlertsList(t *testing.T) { function TestAlertsHistoryList (line 318) | func TestAlertsHistoryList(t *testing.T) { type flag (line 399) | type flag struct method String (line 404) | func (t *flag) String() string { type flagList (line 411) | type flagList struct method Add (line 415) | func (t *flagList) Add(flag flag) *flagList { method Change (line 422) | func (t *flagList) Change(flag flag) *flagList { method Remove (line 434) | func (t *flagList) Remove(flag string) *flagList { method String (line 444) | func (t *flagList) String() string { FILE: pkg/commands/service/alert/common.go function printDefinition (line 17) | func printDefinition(out io.Writer, indent uint, definition *fastly.Aler... function printSummary (line 63) | func printSummary(out io.Writer, as []*fastly.AlertDefinition) { function printVerbose (line 86) | func printVerbose(out io.Writer, as []*fastly.AlertDefinition) { function printHistory (line 93) | func printHistory(out io.Writer, history *fastly.AlertHistory) { function printHistorySummary (line 109) | func printHistorySummary(out io.Writer, as []*fastly.AlertHistory) { function printHistoryVerbose (line 128) | func printHistoryVerbose(out io.Writer, history []*fastly.AlertHistory) { FILE: pkg/commands/service/alert/create.go function NewCreateCommand (line 14) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 43) | type CreateCommand struct method Exec (line 62) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 87) | func (c *CreateCommand) constructInput() *fastly.CreateAlertDefinition... FILE: pkg/commands/service/alert/delete.go function NewDeleteCommand (line 16) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 35) | type DeleteCommand struct method Exec (line 43) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 62) | func (c *DeleteCommand) constructInput() *fastly.DeleteAlertDefinition... FILE: pkg/commands/service/alert/describe.go function NewDescribeCommand (line 15) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 34) | type DescribeCommand struct method Exec (line 42) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 67) | func (c *DescribeCommand) constructInput() *fastly.GetAlertDefinitionI... FILE: pkg/commands/service/alert/list.go function NewListCommand (line 16) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 37) | type ListCommand struct method Exec (line 50) | func (c *ListCommand) Exec(in io.Reader, out io.Writer) error { method constructInput (line 101) | func (c *ListCommand) constructInput() (*fastly.ListAlertDefinitionsIn... FILE: pkg/commands/service/alert/list_history.go function NewListHistoryCommand (line 16) | func NewListHistoryCommand(parent argparser.Registerer, g *global.Data) ... type ListHistoryCommand (line 40) | type ListHistoryCommand struct method Exec (line 57) | func (c *ListHistoryCommand) Exec(in io.Reader, out io.Writer) error { method constructInput (line 107) | func (c *ListHistoryCommand) constructInput() (*fastly.ListAlertHistor... FILE: pkg/commands/service/alert/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "alert" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/alert/update.go function NewUpdateCommand (line 15) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 44) | type UpdateCommand struct method Exec (line 63) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 88) | func (c *UpdateCommand) constructInput() *fastly.UpdateAlertDefinition... FILE: pkg/commands/service/auth/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 58) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 27) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/auth/delete.go type DeleteCommand (line 15) | type DeleteCommand struct method Exec (line 35) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 21) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/auth/describe.go type DescribeCommand (line 17) | type DescribeCommand struct method Exec (line 42) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method print (line 62) | func (c *DescribeCommand) print(s *fastly.ServiceAuthorization, out io... function NewDescribeCommand (line 25) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/auth/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 38) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 25) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/auth/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "auth" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/auth/service_test.go function TestServiceAuthCreate (line 16) | func TestServiceAuthCreate(t *testing.T) { function TestServiceAuthList (line 40) | func TestServiceAuthList(t *testing.T) { function TestServiceAuthDescribe (line 96) | func TestServiceAuthDescribe(t *testing.T) { function TestServiceAuthUpdate (line 143) | func TestServiceAuthUpdate(t *testing.T) { function TestServiceAuthDelete (line 172) | func TestServiceAuthDelete(t *testing.T) { function createServiceAuthError (line 198) | func createServiceAuthError(_ context.Context, _ *fastly.CreateServiceAu... function createServiceAuthOK (line 202) | func createServiceAuthOK(_ context.Context, _ *fastly.CreateServiceAutho... function listServiceAuthError (line 208) | func listServiceAuthError(_ context.Context, _ *fastly.ListServiceAuthor... function listServiceAuthOK (line 212) | func listServiceAuthOK(_ context.Context, _ *fastly.ListServiceAuthoriza... function describeServiceAuthError (line 229) | func describeServiceAuthError(_ context.Context, _ *fastly.GetServiceAut... function describeServiceAuthOK (line 233) | func describeServiceAuthOK(_ context.Context, _ *fastly.GetServiceAuthor... function updateServiceAuthError (line 246) | func updateServiceAuthError(_ context.Context, _ *fastly.UpdateServiceAu... function updateServiceAuthOK (line 250) | func updateServiceAuthOK(_ context.Context, _ *fastly.UpdateServiceAutho... function deleteServiceAuthError (line 256) | func deleteServiceAuthError(_ context.Context, _ *fastly.DeleteServiceAu... function deleteServiceAuthOK (line 260) | func deleteServiceAuthOK(_ context.Context, _ *fastly.DeleteServiceAutho... FILE: pkg/commands/service/auth/update.go type UpdateCommand (line 15) | type UpdateCommand struct method Exec (line 37) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 22) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/backend/backend_test.go function TestBackendCreate (line 21) | func TestBackendCreate(t *testing.T) { function TestBackendList (line 193) | func TestBackendList(t *testing.T) { function TestBackendDescribe (line 263) | func TestBackendDescribe(t *testing.T) { function TestBackendUpdate (line 289) | func TestBackendUpdate(t *testing.T) { function TestBackendDelete (line 460) | func TestBackendDelete(t *testing.T) { function createBackendOK (line 554) | func createBackendOK(_ context.Context, i *fastly.CreateBackendInput) (*... function createBackendError (line 565) | func createBackendError(_ context.Context, _ *fastly.CreateBackendInput)... function createBackendWithPort (line 569) | func createBackendWithPort(wantPort int) func(_ context.Context, _ *fast... function listBackendsOK (line 581) | func listBackendsOK(_ context.Context, i *fastly.ListBackendsInput) ([]*... function listBackendsError (line 602) | func listBackendsError(_ context.Context, _ *fastly.ListBackendsInput) (... function getBackendOK (line 772) | func getBackendOK(_ context.Context, i *fastly.GetBackendInput) (*fastly... function getBackendError (line 783) | func getBackendError(_ context.Context, _ *fastly.GetBackendInput) (*fas... function updateBackendOK (line 823) | func updateBackendOK(_ context.Context, i *fastly.UpdateBackendInput) (*... function updateBackendError (line 832) | func updateBackendError(_ context.Context, _ *fastly.UpdateBackendInput)... function deleteBackendOK (line 836) | func deleteBackendOK(_ context.Context, _ *fastly.DeleteBackendInput) er... function deleteBackendError (line 840) | func deleteBackendError(_ context.Context, _ *fastly.DeleteBackendInput)... FILE: pkg/commands/service/backend/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 136) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 64) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... function SetBackendHostDefaults (line 313) | func SetBackendHostDefaults(address string) (overrideHost, sslSNIHostnam... FILE: pkg/commands/service/backend/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 66) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/backend/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method print (line 102) | func (c *DescribeCommand) print(out io.Writer, b *fastly.Backend) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/backend/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/backend/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "backend" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/backend/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 133) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 62) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/create.go type CreateCommand (line 15) | type CreateCommand struct method Exec (line 41) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 25) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 52) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 26) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/describe.go type DescribeCommand (line 19) | type DescribeCommand struct method Exec (line 54) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method print (line 90) | func (c *DescribeCommand) print(s *fastly.ServiceDetail, out io.Writer... function NewDescribeCommand (line 28) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/dictionary/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 71) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/dictionary/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/dictionary/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/dictionary/dictionary_test.go function TestDictionaryDescribe (line 17) | func TestDictionaryDescribe(t *testing.T) { function TestDictionaryCreate (line 53) | func TestDictionaryCreate(t *testing.T) { function TestDeleteDictionary (line 99) | func TestDeleteDictionary(t *testing.T) { function TestListDictionary (line 127) | func TestListDictionary(t *testing.T) { function TestUpdateDictionary (line 154) | func TestUpdateDictionary(t *testing.T) { function describeDictionaryOK (line 226) | func describeDictionaryOK(_ context.Context, i *fastly.GetDictionaryInpu... function describeDictionaryOKDeleted (line 238) | func describeDictionaryOKDeleted(_ context.Context, i *fastly.GetDiction... function createDictionaryOK (line 251) | func createDictionaryOK(_ context.Context, i *fastly.CreateDictionaryInp... function getDictionaryInfoOK (line 271) | func getDictionaryInfoOK(_ context.Context, i *fastly.GetDictionaryInfoI... function listDictionaryItemsOK (line 285) | func listDictionaryItemsOK(_ context.Context, i *fastly.ListDictionaryIt... function createDictionaryDuplicate (line 307) | func createDictionaryDuplicate(_ context.Context, _ *fastly.CreateDictio... function deleteDictionaryOK (line 311) | func deleteDictionaryOK(_ context.Context, _ *fastly.DeleteDictionaryInp... function deleteDictionaryError (line 315) | func deleteDictionaryError(_ context.Context, _ *fastly.DeleteDictionary... function listDictionariesOk (line 319) | func listDictionariesOk(_ context.Context, i *fastly.ListDictionariesInp... function updateDictionaryNameOK (line 342) | func updateDictionaryNameOK(_ context.Context, i *fastly.UpdateDictionar... function updateDictionaryWriteOnlyOK (line 354) | func updateDictionaryWriteOnlyOK(_ context.Context, i *fastly.UpdateDict... function updateDictionaryError (line 366) | func updateDictionaryError(_ context.Context, _ *fastly.UpdateDictionary... FILE: pkg/commands/service/dictionary/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/dictionary/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "dictionary" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/dictionary/update.go type UpdateCommand (line 20) | type UpdateCommand struct method Exec (line 74) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 34) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/dictionaryentry/create.go type CreateCommand (line 15) | type CreateCommand struct method Exec (line 53) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 23) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/dictionaryentry/delete.go type DeleteCommand (line 15) | type DeleteCommand struct method Exec (line 51) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 22) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/dictionaryentry/describe.go type DescribeCommand (line 17) | type DescribeCommand struct method Exec (line 57) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/dictionaryentry/dictionaryitem_test.go function TestDictionaryItemDescribe (line 19) | func TestDictionaryItemDescribe(t *testing.T) { function TestDictionaryItemsList (line 45) | func TestDictionaryItemsList(t *testing.T) { function TestDictionaryItemCreate (line 108) | func TestDictionaryItemCreate(t *testing.T) { function TestDictionaryItemUpdate (line 129) | func TestDictionaryItemUpdate(t *testing.T) { function TestDictionaryItemDelete (line 208) | func TestDictionaryItemDelete(t *testing.T) { function describeDictionaryItemOK (line 229) | func describeDictionaryItemOK(_ context.Context, i *fastly.GetDictionary... function describeDictionaryItemOKDeleted (line 257) | func describeDictionaryItemOKDeleted(_ context.Context, i *fastly.GetDic... function createDictionaryItemOK (line 297) | func createDictionaryItemOK(_ context.Context, i *fastly.CreateDictionar... function updateDictionaryItemOK (line 308) | func updateDictionaryItemOK(_ context.Context, i *fastly.UpdateDictionar... function deleteDictionaryItemOK (line 319) | func deleteDictionaryItemOK(_ context.Context, _ *fastly.DeleteDictionar... function batchModifyDictionaryItemsOK (line 348) | func batchModifyDictionaryItemsOK(_ context.Context, _ *fastly.BatchModi... function batchModifyDictionaryItemsError (line 352) | func batchModifyDictionaryItemsError(_ context.Context, _ *fastly.BatchM... FILE: pkg/commands/service/dictionaryentry/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 62) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 29) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/dictionaryentry/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "dictionary-entry" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/dictionaryentry/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 59) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method batchModify (line 96) | func (c *UpdateCommand) batchModify(out io.Writer) error { function NewUpdateCommand (line 28) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/domain/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 71) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 32) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/domain/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/domain/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/domain/domain_test.go function TestDomainCreate (line 18) | func TestDomainCreate(t *testing.T) { function TestDomainList (line 47) | func TestDomainList(t *testing.T) { function TestDomainDescribe (line 101) | func TestDomainDescribe(t *testing.T) { function TestDomainUpdate (line 127) | func TestDomainUpdate(t *testing.T) { function TestDomainDelete (line 164) | func TestDomainDelete(t *testing.T) { function TestDomainValidate (line 192) | func TestDomainValidate(t *testing.T) { function createDomainOK (line 268) | func createDomainOK(_ context.Context, i *fastly.CreateDomainInput) (*fa... function createDomainError (line 276) | func createDomainError(_ context.Context, _ *fastly.CreateDomainInput) (... function listDomainsOK (line 280) | func listDomainsOK(_ context.Context, i *fastly.ListDomainsInput) ([]*fa... function listDomainsError (line 297) | func listDomainsError(_ context.Context, _ *fastly.ListDomainsInput) ([]... function getDomainOK (line 322) | func getDomainOK(_ context.Context, i *fastly.GetDomainInput) (*fastly.D... function getDomainError (line 331) | func getDomainError(_ context.Context, _ *fastly.GetDomainInput) (*fastl... function updateDomainOK (line 342) | func updateDomainOK(_ context.Context, i *fastly.UpdateDomainInput) (*fa... function updateDomainError (line 350) | func updateDomainError(_ context.Context, _ *fastly.UpdateDomainInput) (... function deleteDomainOK (line 354) | func deleteDomainOK(_ context.Context, _ *fastly.DeleteDomainInput) error { function deleteDomainError (line 358) | func deleteDomainError(_ context.Context, _ *fastly.DeleteDomainInput) e... function validateDomain (line 362) | func validateDomain(_ context.Context, i *fastly.ValidateDomainInput) (*... function validateAllDomains (line 374) | func validateAllDomains(_ context.Context, i *fastly.ValidateAllDomainsI... function validateAPISuccess (line 397) | func validateAPISuccess(version int) string { function validateAllAPISuccess (line 407) | func validateAllAPISuccess() string { FILE: pkg/commands/service/domain/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/domain/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "domain" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/domain/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 71) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 31) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/domain/validate.go function NewValidateCommand (line 16) | func NewValidateCommand(parent argparser.Registerer, g *global.Data) *Va... type ValidateCommand (line 49) | type ValidateCommand struct method Exec (line 59) | func (c *ValidateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 114) | func (c *ValidateCommand) constructInput(serviceID string, serviceVers... method print (line 132) | func (c *ValidateCommand) print(out io.Writer, r *fastly.DomainValidat... method constructInputAll (line 154) | func (c *ValidateCommand) constructInputAll(serviceID string, serviceV... method printAll (line 164) | func (c *ValidateCommand) printAll(out io.Writer, rs []*fastly.DomainV... FILE: pkg/commands/service/healthcheck/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 91) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 42) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/healthcheck/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/healthcheck/describe.go type DescribeCommand (line 17) | type DescribeCommand struct method Exec (line 62) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 27) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/healthcheck/healthcheck_test.go function TestHealthCheckCreate (line 18) | func TestHealthCheckCreate(t *testing.T) { function TestHealthCheckList (line 49) | func TestHealthCheckList(t *testing.T) { function TestHealthCheckDescribe (line 103) | func TestHealthCheckDescribe(t *testing.T) { function TestHealthCheckUpdate (line 129) | func TestHealthCheckUpdate(t *testing.T) { function TestHealthCheckDelete (line 165) | func TestHealthCheckDelete(t *testing.T) { function createHealthCheckOK (line 195) | func createHealthCheckOK(_ context.Context, i *fastly.CreateHealthCheckI... function createHealthCheckError (line 205) | func createHealthCheckError(_ context.Context, _ *fastly.CreateHealthChe... function listHealthChecksOK (line 209) | func listHealthChecksOK(_ context.Context, i *fastly.ListHealthChecksInp... function listHealthChecksError (line 232) | func listHealthChecksError(_ context.Context, _ *fastly.ListHealthChecks... function getHealthCheckOK (line 277) | func getHealthCheckOK(_ context.Context, i *fastly.GetHealthCheckInput) ... function getHealthCheckError (line 289) | func getHealthCheckError(_ context.Context, _ *fastly.GetHealthCheckInpu... function updateHealthCheckOK (line 310) | func updateHealthCheckOK(_ context.Context, i *fastly.UpdateHealthCheckI... function updateHealthCheckError (line 318) | func updateHealthCheckError(_ context.Context, _ *fastly.UpdateHealthChe... function deleteHealthCheckOK (line 322) | func deleteHealthCheckOK(_ context.Context, _ *fastly.DeleteHealthCheckI... function deleteHealthCheckError (line 326) | func deleteHealthCheckError(_ context.Context, _ *fastly.DeleteHealthChe... FILE: pkg/commands/service/healthcheck/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/healthcheck/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "healthcheck" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/healthcheck/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 90) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 40) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/imageoptimizerdefaults/get.go type GetCommand (line 16) | type GetCommand struct method Exec (line 61) | func (c *GetCommand) Exec(_ io.Reader, out io.Writer) error { function NewGetCommand (line 26) | func NewGetCommand(parent argparser.Registerer, g *global.Data) *GetComm... FILE: pkg/commands/service/imageoptimizerdefaults/imageoptimizer_test.go function TestImageOptimizerDefaultsUpdate (line 16) | func TestImageOptimizerDefaultsUpdate(t *testing.T) { function updateImageOptimizerDefaultsOK (line 114) | func updateImageOptimizerDefaultsOK(_ context.Context, _ *fastly.UpdateI... function updateImageOptimizerDefaultsWithBoolsOK (line 126) | func updateImageOptimizerDefaultsWithBoolsOK(_ context.Context, i *fastl... function updateImageOptimizerDefaultsWithOptionsOK (line 138) | func updateImageOptimizerDefaultsWithOptionsOK(_ context.Context, i *fas... function updateImageOptimizerDefaultsValidationError (line 176) | func updateImageOptimizerDefaultsValidationError(_ context.Context, _ *f... function updateImageOptimizerDefaultsError (line 180) | func updateImageOptimizerDefaultsError(_ context.Context, _ *fastly.Upda... function TestImageOptimizerDefaultsGet (line 184) | func TestImageOptimizerDefaultsGet(t *testing.T) { function getImageOptimizerDefaultsOK (line 227) | func getImageOptimizerDefaultsOK(_ context.Context, _ *fastly.GetImageOp... function getImageOptimizerDefaultsError (line 239) | func getImageOptimizerDefaultsError(_ context.Context, _ *fastly.GetImag... FILE: pkg/commands/service/imageoptimizerdefaults/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "imageoptimizer" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/imageoptimizerdefaults/update.go type UpdateCommand (line 16) | type UpdateCommand struct method Exec (line 114) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 35) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 48) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 30) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/azureblob/azureblob_integration_test.go function TestBlobStorageCreate (line 19) | func TestBlobStorageCreate(t *testing.T) { function TestBlobStorageList (line 52) | func TestBlobStorageList(t *testing.T) { function TestBlobStorageDescribe (line 90) | func TestBlobStorageDescribe(t *testing.T) { function TestBlobStorageUpdate (line 116) | func TestBlobStorageUpdate(t *testing.T) { function TestBlobStorageDelete (line 144) | func TestBlobStorageDelete(t *testing.T) { function createBlobStorageOK (line 174) | func createBlobStorageOK(_ context.Context, i *fastly.CreateBlobStorageI... function createBlobStorageError (line 197) | func createBlobStorageError(_ context.Context, _ *fastly.CreateBlobStora... function listBlobStoragesOK (line 201) | func listBlobStoragesOK(_ context.Context, i *fastly.ListBlobStoragesInp... function listBlobStoragesError (line 244) | func listBlobStoragesError(_ context.Context, _ *fastly.ListBlobStorages... function getBlobStorageOK (line 303) | func getBlobStorageOK(_ context.Context, i *fastly.GetBlobStorageInput) ... function getBlobStorageError (line 326) | func getBlobStorageError(_ context.Context, _ *fastly.GetBlobStorageInpu... function updateBlobStorageOK (line 352) | func updateBlobStorageOK(_ context.Context, i *fastly.UpdateBlobStorageI... function updateBlobStorageError (line 373) | func updateBlobStorageError(_ context.Context, _ *fastly.UpdateBlobStora... function deleteBlobStorageOK (line 377) | func deleteBlobStorageOK(_ context.Context, _ *fastly.DeleteBlobStorageI... function deleteBlobStorageError (line 381) | func deleteBlobStorageError(_ context.Context, _ *fastly.DeleteBlobStora... function pgpPublicKey (line 386) | func pgpPublicKey() string { FILE: pkg/commands/service/logging/azureblob/azureblob_test.go function TestCreateBlobStorageInput (line 19) | func TestCreateBlobStorageInput(t *testing.T) { function TestUpdateBlobStorageInput (line 103) | func TestUpdateBlobStorageInput(t *testing.T) { function createCommandRequired (line 201) | func createCommandRequired() *azureblob.CreateCommand { function createCommandAll (line 243) | func createCommandAll() *azureblob.CreateCommand { function createCommandMissingServiceID (line 294) | func createCommandMissingServiceID() *azureblob.CreateCommand { function updateCommandNoUpdates (line 301) | func updateCommandNoUpdates() *azureblob.UpdateCommand { function updateCommandAll (line 334) | func updateCommandAll() *azureblob.UpdateCommand { function updateCommandMissingServiceID (line 383) | func updateCommandMissingServiceID() *azureblob.UpdateCommand { FILE: pkg/commands/service/logging/azureblob/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 105) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 174) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 51) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/azureblob/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/azureblob/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/azureblob/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/azureblob/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "azureblob" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/azureblob/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 108) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 172) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 51) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/bigquery/bigquery_integration_test.go function TestBigQueryCreate (line 19) | func TestBigQueryCreate(t *testing.T) { function TestBigQueryList (line 43) | func TestBigQueryList(t *testing.T) { function TestBigQueryDescribe (line 81) | func TestBigQueryDescribe(t *testing.T) { function TestBigQueryUpdate (line 107) | func TestBigQueryUpdate(t *testing.T) { function TestBigQueryDelete (line 135) | func TestBigQueryDelete(t *testing.T) { function createBigQueryOK (line 165) | func createBigQueryOK(_ context.Context, i *fastly.CreateBigQueryInput) ... function createBigQueryError (line 173) | func createBigQueryError(_ context.Context, _ *fastly.CreateBigQueryInpu... function listBigQueriesOK (line 177) | func listBigQueriesOK(_ context.Context, i *fastly.ListBigQueriesInput) ... function listBigQueriesError (line 214) | func listBigQueriesError(_ context.Context, _ *fastly.ListBigQueriesInpu... function getBigQueryOK (line 265) | func getBigQueryOK(_ context.Context, i *fastly.GetBigQueryInput) (*fast... function getBigQueryError (line 284) | func getBigQueryError(_ context.Context, _ *fastly.GetBigQueryInput) (*f... function updateBigQueryOK (line 306) | func updateBigQueryOK(_ context.Context, i *fastly.UpdateBigQueryInput) ... function updateBigQueryError (line 323) | func updateBigQueryError(_ context.Context, _ *fastly.UpdateBigQueryInpu... function deleteBigQueryOK (line 327) | func deleteBigQueryOK(_ context.Context, _ *fastly.DeleteBigQueryInput) ... function deleteBigQueryError (line 331) | func deleteBigQueryError(_ context.Context, _ *fastly.DeleteBigQueryInpu... FILE: pkg/commands/service/logging/bigquery/bigquery_test.go function TestCreateBigQueryInput (line 19) | func TestCreateBigQueryInput(t *testing.T) { function TestUpdateBigQueryInput (line 102) | func TestUpdateBigQueryInput(t *testing.T) { function createCommandRequired (line 196) | func createCommandRequired() *bigquery.CreateCommand { function createCommandAll (line 238) | func createCommandAll() *bigquery.CreateCommand { function createCommandMissingServiceID (line 286) | func createCommandMissingServiceID() *bigquery.CreateCommand { function updateCommandNoUpdates (line 293) | func updateCommandNoUpdates() *bigquery.UpdateCommand { function updateCommandAll (line 326) | func updateCommandAll() *bigquery.UpdateCommand { function updateCommandMissingServiceID (line 371) | func updateCommandMissingServiceID() *bigquery.UpdateCommand { FILE: pkg/commands/service/logging/bigquery/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 96) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 146) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 46) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/bigquery/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/bigquery/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/bigquery/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/bigquery/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "bigquery" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/bigquery/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 98) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 149) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 47) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/cloudfiles/cloudfiles_integration_test.go function TestCloudfilesCreate (line 19) | func TestCloudfilesCreate(t *testing.T) { function TestCloudfilesList (line 51) | func TestCloudfilesList(t *testing.T) { function TestCloudfilesDescribe (line 89) | func TestCloudfilesDescribe(t *testing.T) { function TestCloudfilesUpdate (line 115) | func TestCloudfilesUpdate(t *testing.T) { function TestCloudfilesDelete (line 143) | func TestCloudfilesDelete(t *testing.T) { function createCloudfilesOK (line 173) | func createCloudfilesOK(_ context.Context, i *fastly.CreateCloudfilesInp... function createCloudfilesError (line 186) | func createCloudfilesError(_ context.Context, _ *fastly.CreateCloudfiles... function listCloudfilesOK (line 190) | func listCloudfilesOK(_ context.Context, i *fastly.ListCloudfilesInput) ... function listCloudfilesError (line 235) | func listCloudfilesError(_ context.Context, _ *fastly.ListCloudfilesInpu... function getCloudfilesOK (line 292) | func getCloudfilesOK(_ context.Context, i *fastly.GetCloudfilesInput) (*... function getCloudfilesError (line 315) | func getCloudfilesError(_ context.Context, _ *fastly.GetCloudfilesInput)... function updateCloudfilesOK (line 340) | func updateCloudfilesOK(_ context.Context, i *fastly.UpdateCloudfilesInp... function updateCloudfilesError (line 362) | func updateCloudfilesError(_ context.Context, _ *fastly.UpdateCloudfiles... function deleteCloudfilesOK (line 366) | func deleteCloudfilesOK(_ context.Context, _ *fastly.DeleteCloudfilesInp... function deleteCloudfilesError (line 370) | func deleteCloudfilesError(_ context.Context, _ *fastly.DeleteCloudfiles... function pgpPublicKey (line 375) | func pgpPublicKey() string { FILE: pkg/commands/service/logging/cloudfiles/cloudfiles_test.go function TestCreateCloudfilesInput (line 19) | func TestCreateCloudfilesInput(t *testing.T) { function TestUpdateCloudfilesInput (line 104) | func TestUpdateCloudfilesInput(t *testing.T) { function createCommandRequired (line 203) | func createCommandRequired() *cloudfiles.CreateCommand { function createCommandAll (line 243) | func createCommandAll() *cloudfiles.CreateCommand { function createCommandMissingServiceID (line 295) | func createCommandMissingServiceID() *cloudfiles.CreateCommand { function updateCommandNoUpdate (line 302) | func updateCommandNoUpdate() *cloudfiles.UpdateCommand { function updateCommandAll (line 335) | func updateCommandAll() *cloudfiles.UpdateCommand { function updateCommandMissingServiceID (line 385) | func updateCommandMissingServiceID() *cloudfiles.UpdateCommand { FILE: pkg/commands/service/logging/cloudfiles/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 106) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 174) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 52) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/cloudfiles/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/cloudfiles/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/cloudfiles/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/cloudfiles/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "cloudfiles" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/cloudfiles/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 106) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 186) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 51) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/datadog/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 86) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 126) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 41) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/datadog/datadog_integration_test.go function TestDatadogCreate (line 18) | func TestDatadogCreate(t *testing.T) { function TestDatadogList (line 42) | func TestDatadogList(t *testing.T) { function TestDatadogDescribe (line 80) | func TestDatadogDescribe(t *testing.T) { function TestDatadogUpdate (line 106) | func TestDatadogUpdate(t *testing.T) { function TestDatadogDelete (line 134) | func TestDatadogDelete(t *testing.T) { function createDatadogOK (line 164) | func createDatadogOK(_ context.Context, i *fastly.CreateDatadogInput) (*... function createDatadogError (line 177) | func createDatadogError(_ context.Context, _ *fastly.CreateDatadogInput)... function listDatadogsOK (line 181) | func listDatadogsOK(_ context.Context, i *fastly.ListDatadogInput) ([]*f... function listDatadogsError (line 210) | func listDatadogsError(_ context.Context, _ *fastly.ListDatadogInput) ([... function getDatadogOK (line 251) | func getDatadogOK(_ context.Context, i *fastly.GetDatadogInput) (*fastly... function getDatadogError (line 266) | func getDatadogError(_ context.Context, _ *fastly.GetDatadogInput) (*fas... function updateDatadogOK (line 283) | func updateDatadogOK(_ context.Context, i *fastly.UpdateDatadogInput) (*... function updateDatadogError (line 296) | func updateDatadogError(_ context.Context, _ *fastly.UpdateDatadogInput)... function deleteDatadogOK (line 300) | func deleteDatadogOK(_ context.Context, _ *fastly.DeleteDatadogInput) er... function deleteDatadogError (line 304) | func deleteDatadogError(_ context.Context, _ *fastly.DeleteDatadogInput)... FILE: pkg/commands/service/logging/datadog/datadog_test.go function TestCreateDatadogInput (line 19) | func TestCreateDatadogInput(t *testing.T) { function TestUpdateDatadogInput (line 94) | func TestUpdateDatadogInput(t *testing.T) { function createCommandOK (line 184) | func createCommandOK() *datadog.CreateCommand { function createCommandRequired (line 228) | func createCommandRequired() *datadog.CreateCommand { function createCommandMissingServiceID (line 266) | func createCommandMissingServiceID() *datadog.CreateCommand { function updateCommandNoUpdates (line 273) | func updateCommandNoUpdates() *datadog.UpdateCommand { function updateCommandAll (line 306) | func updateCommandAll() *datadog.UpdateCommand { function updateCommandMissingServiceID (line 347) | func updateCommandMissingServiceID() *datadog.UpdateCommand { FILE: pkg/commands/service/logging/datadog/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/datadog/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/datadog/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/datadog/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "datadog" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/datadog/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 88) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 131) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 42) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/debug/debug_test.go function TestParseLoggingError (line 13) | func TestParseLoggingError(t *testing.T) { FILE: pkg/commands/service/logging/debug/root.go type batch (line 23) | type batch struct type Command (line 28) | type Command struct method Exec (line 72) | func (c *Command) Exec(_ io.Reader, out io.Writer) error { method stream (line 115) | func (c *Command) stream(out io.Writer) error { method outputLoop (line 180) | func (c *Command) outputLoop(out io.Writer) { method printErrors (line 192) | func (c *Command) printErrors(out io.Writer, errors []fastly.LoggingEn... constant CommandName (line 44) | CommandName = "debug" function NewDebugCommand (line 47) | func NewDebugCommand(parent argparser.Registerer, g *global.Data) *Comma... FILE: pkg/commands/service/logging/digitalocean/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 105) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 185) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 51) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/digitalocean/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/digitalocean/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/digitalocean/digitalocean_integration_test.go function TestDigitalOceanCreate (line 19) | func TestDigitalOceanCreate(t *testing.T) { function TestDigitalOceanList (line 51) | func TestDigitalOceanList(t *testing.T) { function TestDigitalOceanDescribe (line 89) | func TestDigitalOceanDescribe(t *testing.T) { function TestDigitalOceanUpdate (line 115) | func TestDigitalOceanUpdate(t *testing.T) { function TestDigitalOceanDelete (line 143) | func TestDigitalOceanDelete(t *testing.T) { function createDigitalOceanOK (line 173) | func createDigitalOceanOK(_ context.Context, i *fastly.CreateDigitalOcea... function createDigitalOceanError (line 186) | func createDigitalOceanError(_ context.Context, _ *fastly.CreateDigitalO... function listDigitalOceansOK (line 190) | func listDigitalOceansOK(_ context.Context, i *fastly.ListDigitalOceansI... function listDigitalOceansError (line 233) | func listDigitalOceansError(_ context.Context, _ *fastly.ListDigitalOcea... function getDigitalOceanOK (line 288) | func getDigitalOceanOK(_ context.Context, i *fastly.GetDigitalOceanInput... function getDigitalOceanError (line 311) | func getDigitalOceanError(_ context.Context, _ *fastly.GetDigitalOceanIn... function updateDigitalOceanOK (line 336) | func updateDigitalOceanOK(_ context.Context, i *fastly.UpdateDigitalOcea... function updateDigitalOceanError (line 358) | func updateDigitalOceanError(_ context.Context, _ *fastly.UpdateDigitalO... function deleteDigitalOceanOK (line 362) | func deleteDigitalOceanOK(_ context.Context, _ *fastly.DeleteDigitalOcea... function deleteDigitalOceanError (line 366) | func deleteDigitalOceanError(_ context.Context, _ *fastly.DeleteDigitalO... function pgpPublicKey (line 371) | func pgpPublicKey() string { FILE: pkg/commands/service/logging/digitalocean/digitalocean_test.go function TestCreateDigitalOceanInput (line 19) | func TestCreateDigitalOceanInput(t *testing.T) { function TestUpdateDigitalOceanInput (line 103) | func TestUpdateDigitalOceanInput(t *testing.T) { function createCommandRequired (line 201) | func createCommandRequired() *digitalocean.CreateCommand { function createCommandAll (line 241) | func createCommandAll() *digitalocean.CreateCommand { function createCommandMissingServiceID (line 292) | func createCommandMissingServiceID() *digitalocean.CreateCommand { function updateCommandNoUpdates (line 299) | func updateCommandNoUpdates() *digitalocean.UpdateCommand { function updateCommandAll (line 332) | func updateCommandAll() *digitalocean.UpdateCommand { function updateCommandMissingServiceID (line 381) | func updateCommandMissingServiceID() *digitalocean.UpdateCommand { FILE: pkg/commands/service/logging/digitalocean/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/digitalocean/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "digitalocean" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/digitalocean/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 106) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 186) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 51) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/elasticsearch/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 102) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 177) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 50) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/elasticsearch/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/elasticsearch/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/elasticsearch/elasticsearch_integration_test.go function TestElasticsearchCreate (line 19) | func TestElasticsearchCreate(t *testing.T) { function TestElasticsearchList (line 43) | func TestElasticsearchList(t *testing.T) { function TestElasticsearchDescribe (line 81) | func TestElasticsearchDescribe(t *testing.T) { function TestElasticsearchUpdate (line 107) | func TestElasticsearchUpdate(t *testing.T) { function TestElasticsearchDelete (line 135) | func TestElasticsearchDelete(t *testing.T) { function createElasticsearchOK (line 165) | func createElasticsearchOK(_ context.Context, i *fastly.CreateElasticsea... function createElasticsearchError (line 188) | func createElasticsearchError(_ context.Context, _ *fastly.CreateElastic... function listElasticsearchsOK (line 192) | func listElasticsearchsOK(_ context.Context, i *fastly.ListElasticsearch... function listElasticsearchsError (line 239) | func listElasticsearchsError(_ context.Context, _ *fastly.ListElasticsea... function getElasticsearchOK (line 294) | func getElasticsearchOK(_ context.Context, i *fastly.GetElasticsearchInp... function getElasticsearchError (line 318) | func getElasticsearchError(_ context.Context, _ *fastly.GetElasticsearch... function updateElasticsearchOK (line 342) | func updateElasticsearchOK(_ context.Context, i *fastly.UpdateElasticsea... function updateElasticsearchError (line 365) | func updateElasticsearchError(_ context.Context, _ *fastly.UpdateElastic... function deleteElasticsearchOK (line 369) | func deleteElasticsearchOK(_ context.Context, _ *fastly.DeleteElasticsea... function deleteElasticsearchError (line 373) | func deleteElasticsearchError(_ context.Context, _ *fastly.DeleteElastic... FILE: pkg/commands/service/logging/elasticsearch/elasticsearch_test.go function TestCreateElasticsearchInput (line 19) | func TestCreateElasticsearchInput(t *testing.T) { function TestUpdateElasticsearchInput (line 104) | func TestUpdateElasticsearchInput(t *testing.T) { function createCommandRequired (line 203) | func createCommandRequired() *elasticsearch.CreateCommand { function createCommandAll (line 242) | func createCommandAll() *elasticsearch.CreateCommand { function createCommandMissingServiceID (line 295) | func createCommandMissingServiceID() *elasticsearch.CreateCommand { function updateCommandNoUpdates (line 302) | func updateCommandNoUpdates() *elasticsearch.UpdateCommand { function updateCommandAll (line 335) | func updateCommandAll() *elasticsearch.UpdateCommand { function updateCommandMissingServiceID (line 385) | func updateCommandMissingServiceID() *elasticsearch.UpdateCommand { FILE: pkg/commands/service/logging/elasticsearch/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/elasticsearch/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "elasticsearch" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/elasticsearch/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 104) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 183) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 51) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/ftp/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 101) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 173) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 49) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/ftp/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/ftp/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 57) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/ftp/ftp_integration_test.go function TestFTPCreate (line 19) | func TestFTPCreate(t *testing.T) { function TestFTPList (line 51) | func TestFTPList(t *testing.T) { function TestFTPDescribe (line 89) | func TestFTPDescribe(t *testing.T) { function TestFTPUpdate (line 115) | func TestFTPUpdate(t *testing.T) { function TestFTPDelete (line 143) | func TestFTPDelete(t *testing.T) { function createFTPOK (line 173) | func createFTPOK(_ context.Context, i *fastly.CreateFTPInput) (*fastly.F... function createFTPError (line 182) | func createFTPError(_ context.Context, _ *fastly.CreateFTPInput) (*fastl... function listFTPsOK (line 186) | func listFTPsOK(_ context.Context, i *fastly.ListFTPsInput) ([]*fastly.F... function listFTPsError (line 231) | func listFTPsError(_ context.Context, _ *fastly.ListFTPsInput) ([]*fastl... function getFTPOK (line 288) | func getFTPOK(_ context.Context, i *fastly.GetFTPInput) (*fastly.FTP, er... function getFTPError (line 311) | func getFTPError(_ context.Context, _ *fastly.GetFTPInput) (*fastly.FTP,... function updateFTPOK (line 336) | func updateFTPOK(_ context.Context, i *fastly.UpdateFTPInput) (*fastly.F... function updateFTPError (line 358) | func updateFTPError(_ context.Context, _ *fastly.UpdateFTPInput) (*fastl... function deleteFTPOK (line 362) | func deleteFTPOK(_ context.Context, _ *fastly.DeleteFTPInput) error { function deleteFTPError (line 366) | func deleteFTPError(_ context.Context, _ *fastly.DeleteFTPInput) error { function pgpPublicKey (line 371) | func pgpPublicKey() string { FILE: pkg/commands/service/logging/ftp/ftp_test.go function TestCreateFTPInput (line 19) | func TestCreateFTPInput(t *testing.T) { function TestUpdateFTPInput (line 102) | func TestUpdateFTPInput(t *testing.T) { function createCommandRequired (line 200) | func createCommandRequired() *ftp.CreateCommand { function createCommandAll (line 240) | func createCommandAll() *ftp.CreateCommand { function createCommandMissingServiceID (line 290) | func createCommandMissingServiceID() *ftp.CreateCommand { function updateCommandNoUpdates (line 297) | func updateCommandNoUpdates() *ftp.UpdateCommand { function updateCommandAll (line 330) | func updateCommandAll() *ftp.UpdateCommand { function updateCommandMissingServiceID (line 379) | func updateCommandMissingServiceID() *ftp.UpdateCommand { FILE: pkg/commands/service/logging/ftp/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/ftp/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "ftp" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/ftp/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 104) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 180) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 50) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/gcs/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 105) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 173) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 51) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/gcs/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/gcs/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/gcs/gcs_integration_test.go function TestGCSCreate (line 19) | func TestGCSCreate(t *testing.T) { function TestGCSList (line 60) | func TestGCSList(t *testing.T) { function TestGCSDescribe (line 98) | func TestGCSDescribe(t *testing.T) { function TestGCSUpdate (line 124) | func TestGCSUpdate(t *testing.T) { function TestGCSDelete (line 152) | func TestGCSDelete(t *testing.T) { function createGCSOK (line 182) | func createGCSOK(_ context.Context, i *fastly.CreateGCSInput) (*fastly.G... function createGCSError (line 190) | func createGCSError(_ context.Context, _ *fastly.CreateGCSInput) (*fastl... function listGCSsOK (line 194) | func listGCSsOK(_ context.Context, i *fastly.ListGCSsInput) ([]*fastly.G... function listGCSsError (line 239) | func listGCSsError(_ context.Context, _ *fastly.ListGCSsInput) ([]*fastl... function getGCSOK (line 296) | func getGCSOK(_ context.Context, i *fastly.GetGCSInput) (*fastly.GCS, er... function getGCSError (line 319) | func getGCSError(_ context.Context, _ *fastly.GetGCSInput) (*fastly.GCS,... function updateGCSOK (line 345) | func updateGCSOK(_ context.Context, i *fastly.UpdateGCSInput) (*fastly.G... function updateGCSError (line 366) | func updateGCSError(_ context.Context, _ *fastly.UpdateGCSInput) (*fastl... function deleteGCSOK (line 370) | func deleteGCSOK(_ context.Context, _ *fastly.DeleteGCSInput) error { function deleteGCSError (line 374) | func deleteGCSError(_ context.Context, _ *fastly.DeleteGCSInput) error { FILE: pkg/commands/service/logging/gcs/gcs_test.go function TestCreateGCSInput (line 19) | func TestCreateGCSInput(t *testing.T) { function TestUpdateGCSInput (line 102) | func TestUpdateGCSInput(t *testing.T) { function createCommandRequired (line 199) | func createCommandRequired() *gcs.CreateCommand { function createCommandAll (line 239) | func createCommandAll() *gcs.CreateCommand { function createCommandMissingServiceID (line 289) | func createCommandMissingServiceID() *gcs.CreateCommand { function updateCommandNoUpdates (line 296) | func updateCommandNoUpdates() *gcs.UpdateCommand { function updateCommandAll (line 329) | func updateCommandAll() *gcs.UpdateCommand { function updateCommandMissingServiceID (line 377) | func updateCommandMissingServiceID() *gcs.UpdateCommand { FILE: pkg/commands/service/logging/gcs/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/gcs/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "gcs" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/gcs/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 106) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 169) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 51) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/googlepubsub/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 92) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 136) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 44) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/googlepubsub/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/googlepubsub/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/googlepubsub/googlepubsub_integration_test.go function TestGooglePubSubCreate (line 19) | func TestGooglePubSubCreate(t *testing.T) { function TestGooglePubSubList (line 43) | func TestGooglePubSubList(t *testing.T) { function TestGooglePubSubDescribe (line 81) | func TestGooglePubSubDescribe(t *testing.T) { function TestGooglePubSubUpdate (line 107) | func TestGooglePubSubUpdate(t *testing.T) { function TestGooglePubSubDelete (line 135) | func TestGooglePubSubDelete(t *testing.T) { function createGooglePubSubOK (line 165) | func createGooglePubSubOK(_ context.Context, i *fastly.CreatePubsubInput... function createGooglePubSubError (line 182) | func createGooglePubSubError(_ context.Context, _ *fastly.CreatePubsubIn... function listGooglePubSubsOK (line 186) | func listGooglePubSubsOK(_ context.Context, i *fastly.ListPubsubsInput) ... function listGooglePubSubsError (line 221) | func listGooglePubSubsError(_ context.Context, _ *fastly.ListPubsubsInpu... function getGooglePubSubOK (line 268) | func getGooglePubSubOK(_ context.Context, i *fastly.GetPubsubInput) (*fa... function getGooglePubSubError (line 286) | func getGooglePubSubError(_ context.Context, _ *fastly.GetPubsubInput) (... function updateGooglePubSubOK (line 306) | func updateGooglePubSubOK(_ context.Context, i *fastly.UpdatePubsubInput... function updateGooglePubSubError (line 322) | func updateGooglePubSubError(_ context.Context, _ *fastly.UpdatePubsubIn... function deleteGooglePubSubOK (line 326) | func deleteGooglePubSubOK(_ context.Context, _ *fastly.DeletePubsubInput... function deleteGooglePubSubError (line 330) | func deleteGooglePubSubError(_ context.Context, _ *fastly.DeletePubsubIn... FILE: pkg/commands/service/logging/googlepubsub/googlepubsub_test.go function TestCreateGooglePubSubInput (line 19) | func TestCreateGooglePubSubInput(t *testing.T) { function TestUpdateGooglePubSubInput (line 99) | func TestUpdateGooglePubSubInput(t *testing.T) { function createCommandRequired (line 191) | func createCommandRequired() *googlepubsub.CreateCommand { function createCommandAll (line 232) | func createCommandAll() *googlepubsub.CreateCommand { function createCommandMissingServiceID (line 278) | func createCommandMissingServiceID() *googlepubsub.CreateCommand { function updateCommandNoUpdates (line 285) | func updateCommandNoUpdates() *googlepubsub.UpdateCommand { function updateCommandAll (line 318) | func updateCommandAll() *googlepubsub.UpdateCommand { function updateCommandMissingServiceID (line 361) | func updateCommandMissingServiceID() *googlepubsub.UpdateCommand { FILE: pkg/commands/service/logging/googlepubsub/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/googlepubsub/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "googlepubsub" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/googlepubsub/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 94) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 139) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 45) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/grafanacloudlogs/create.go type CreateCommand (line 19) | type CreateCommand struct method ConstructInput (line 94) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 137) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 44) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/grafanacloudlogs/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/grafanacloudlogs/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/grafanacloudlogs/grafanacloud_logs_integration_test.go function TestGrafanaCloudLogsCreate (line 18) | func TestGrafanaCloudLogsCreate(t *testing.T) { function TestGrafanaCloudLogsList (line 42) | func TestGrafanaCloudLogsList(t *testing.T) { function TestGrafanaCloudLogsDescribe (line 80) | func TestGrafanaCloudLogsDescribe(t *testing.T) { function TestGrafanaCloudLogsUpdate (line 106) | func TestGrafanaCloudLogsUpdate(t *testing.T) { function TestGrafanaCloudLogsDelete (line 134) | func TestGrafanaCloudLogsDelete(t *testing.T) { function createGrafanaCloudLogsOK (line 164) | func createGrafanaCloudLogsOK(_ context.Context, i *fastly.CreateGrafana... function createGrafanaCloudLogsError (line 172) | func createGrafanaCloudLogsError(_ context.Context, _ *fastly.CreateGraf... function listGrafanaCloudLogsOK (line 176) | func listGrafanaCloudLogsOK(_ context.Context, i *fastly.ListGrafanaClou... function listGrafanaCloudLogsError (line 211) | func listGrafanaCloudLogsError(_ context.Context, _ *fastly.ListGrafanaC... function getGrafanaCloudLogsOK (line 258) | func getGrafanaCloudLogsOK(_ context.Context, i *fastly.GetGrafanaCloudL... function getGrafanaCloudLogsError (line 276) | func getGrafanaCloudLogsError(_ context.Context, _ *fastly.GetGrafanaClo... function updateGrafanaCloudLogsOK (line 296) | func updateGrafanaCloudLogsOK(_ context.Context, i *fastly.UpdateGrafana... function updateGrafanaCloudLogsError (line 313) | func updateGrafanaCloudLogsError(_ context.Context, _ *fastly.UpdateGraf... function deleteGrafanaCloudLogsOK (line 317) | func deleteGrafanaCloudLogsOK(_ context.Context, _ *fastly.DeleteGrafana... function deleteGrafanaCloudLogsError (line 321) | func deleteGrafanaCloudLogsError(_ context.Context, _ *fastly.DeleteGraf... FILE: pkg/commands/service/logging/grafanacloudlogs/grafanacloudlogs_test.go function TestCreateGrafanaCloudLogsInput (line 19) | func TestCreateGrafanaCloudLogsInput(t *testing.T) { function TestUpdateGrafanaCloudLogsInput (line 98) | func TestUpdateGrafanaCloudLogsInput(t *testing.T) { function createCommandRequired (line 188) | func createCommandRequired() *grafanacloudlogs.CreateCommand { function createCommandAll (line 228) | func createCommandAll() *grafanacloudlogs.CreateCommand { function createCommandMissingServiceID (line 275) | func createCommandMissingServiceID() *grafanacloudlogs.CreateCommand { function updateCommandNoUpdates (line 282) | func updateCommandNoUpdates() *grafanacloudlogs.UpdateCommand { function updateCommandAll (line 315) | func updateCommandAll() *grafanacloudlogs.UpdateCommand { function updateCommandMissingServiceID (line 356) | func updateCommandMissingServiceID() *grafanacloudlogs.UpdateCommand { FILE: pkg/commands/service/logging/grafanacloudlogs/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/grafanacloudlogs/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "grafanacloudlogs" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/grafanacloudlogs/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 94) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 139) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 45) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/heroku/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 86) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 125) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 41) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/heroku/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/heroku/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/heroku/heroku_integration_test.go function TestHerokuCreate (line 19) | func TestHerokuCreate(t *testing.T) { function TestHerokuList (line 43) | func TestHerokuList(t *testing.T) { function TestHerokuDescribe (line 81) | func TestHerokuDescribe(t *testing.T) { function TestHerokuUpdate (line 107) | func TestHerokuUpdate(t *testing.T) { function TestHerokuDelete (line 135) | func TestHerokuDelete(t *testing.T) { function createHerokuOK (line 165) | func createHerokuOK(_ context.Context, i *fastly.CreateHerokuInput) (*fa... function createHerokuError (line 178) | func createHerokuError(_ context.Context, _ *fastly.CreateHerokuInput) (... function listHerokusOK (line 182) | func listHerokusOK(_ context.Context, i *fastly.ListHerokusInput) ([]*fa... function listHerokusError (line 211) | func listHerokusError(_ context.Context, _ *fastly.ListHerokusInput) ([]... function getHerokuOK (line 252) | func getHerokuOK(_ context.Context, i *fastly.GetHerokuInput) (*fastly.H... function getHerokuError (line 267) | func getHerokuError(_ context.Context, _ *fastly.GetHerokuInput) (*fastl... function updateHerokuOK (line 284) | func updateHerokuOK(_ context.Context, i *fastly.UpdateHerokuInput) (*fa... function updateHerokuError (line 298) | func updateHerokuError(_ context.Context, _ *fastly.UpdateHerokuInput) (... function deleteHerokuOK (line 302) | func deleteHerokuOK(_ context.Context, _ *fastly.DeleteHerokuInput) error { function deleteHerokuError (line 306) | func deleteHerokuError(_ context.Context, _ *fastly.DeleteHerokuInput) e... FILE: pkg/commands/service/logging/heroku/heroku_test.go function TestCreateHerokuInput (line 19) | func TestCreateHerokuInput(t *testing.T) { function TestUpdateHerokuInput (line 95) | func TestUpdateHerokuInput(t *testing.T) { function createCommandRequired (line 185) | func createCommandRequired() *heroku.CreateCommand { function createCommandAll (line 224) | func createCommandAll() *heroku.CreateCommand { function createCommandMissingServiceID (line 268) | func createCommandMissingServiceID() *heroku.CreateCommand { function updateCommandNoUpdates (line 275) | func updateCommandNoUpdates() *heroku.UpdateCommand { function updateCommandAll (line 308) | func updateCommandAll() *heroku.UpdateCommand { function updateCommandMissingServiceID (line 349) | func updateCommandMissingServiceID() *heroku.UpdateCommand { FILE: pkg/commands/service/logging/heroku/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/heroku/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "heroku" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/heroku/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 88) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 131) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 42) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/honeycomb/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 86) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 125) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 41) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/honeycomb/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/honeycomb/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/honeycomb/honeycomb_integration_test.go function TestHoneycombCreate (line 18) | func TestHoneycombCreate(t *testing.T) { function TestHoneycombList (line 42) | func TestHoneycombList(t *testing.T) { function TestHoneycombDescribe (line 80) | func TestHoneycombDescribe(t *testing.T) { function TestHoneycombUpdate (line 106) | func TestHoneycombUpdate(t *testing.T) { function TestHoneycombDelete (line 134) | func TestHoneycombDelete(t *testing.T) { function createHoneycombOK (line 164) | func createHoneycombOK(_ context.Context, i *fastly.CreateHoneycombInput... function createHoneycombError (line 177) | func createHoneycombError(_ context.Context, _ *fastly.CreateHoneycombIn... function listHoneycombsOK (line 181) | func listHoneycombsOK(_ context.Context, i *fastly.ListHoneycombsInput) ... function listHoneycombsError (line 210) | func listHoneycombsError(_ context.Context, _ *fastly.ListHoneycombsInpu... function getHoneycombOK (line 251) | func getHoneycombOK(_ context.Context, i *fastly.GetHoneycombInput) (*fa... function getHoneycombError (line 266) | func getHoneycombError(_ context.Context, _ *fastly.GetHoneycombInput) (... function updateHoneycombOK (line 283) | func updateHoneycombOK(_ context.Context, i *fastly.UpdateHoneycombInput... function updateHoneycombError (line 297) | func updateHoneycombError(_ context.Context, _ *fastly.UpdateHoneycombIn... function deleteHoneycombOK (line 301) | func deleteHoneycombOK(_ context.Context, _ *fastly.DeleteHoneycombInput... function deleteHoneycombError (line 305) | func deleteHoneycombError(_ context.Context, _ *fastly.DeleteHoneycombIn... FILE: pkg/commands/service/logging/honeycomb/honeycomb_test.go function TestCreateHoneycombInput (line 19) | func TestCreateHoneycombInput(t *testing.T) { function TestUpdateHoneycombInput (line 95) | func TestUpdateHoneycombInput(t *testing.T) { function createCommandRequired (line 185) | func createCommandRequired() *honeycomb.CreateCommand { function createCommandAll (line 224) | func createCommandAll() *honeycomb.CreateCommand { function createCommandMissingServiceID (line 268) | func createCommandMissingServiceID() *honeycomb.CreateCommand { function updateCommandNoUpdates (line 275) | func updateCommandNoUpdates() *honeycomb.UpdateCommand { function updateCommandAll (line 308) | func updateCommandAll() *honeycomb.UpdateCommand { function updateCommandMissingServiceID (line 349) | func updateCommandMissingServiceID() *honeycomb.UpdateCommand { FILE: pkg/commands/service/logging/honeycomb/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/honeycomb/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "honeycomb" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/honeycomb/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 88) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 131) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 42) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/https/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 115) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 215) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 56) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/https/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/https/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/https/https_integration_test.go function TestHTTPSCreate (line 20) | func TestHTTPSCreate(t *testing.T) { function TestHTTPSList (line 52) | func TestHTTPSList(t *testing.T) { function TestHTTPSDescribe (line 90) | func TestHTTPSDescribe(t *testing.T) { function TestHTTPSUpdate (line 116) | func TestHTTPSUpdate(t *testing.T) { function TestHTTPSDelete (line 144) | func TestHTTPSDelete(t *testing.T) { function createHTTPSOK (line 174) | func createHTTPSOK(_ context.Context, i *fastly.CreateHTTPSInput) (*fast... function createHTTPSError (line 202) | func createHTTPSError(_ context.Context, _ *fastly.CreateHTTPSInput) (*f... function listHTTPSsOK (line 206) | func listHTTPSsOK(_ context.Context, i *fastly.ListHTTPSInput) ([]*fastl... function listHTTPSsError (line 263) | func listHTTPSsError(_ context.Context, _ *fastly.ListHTTPSInput) ([]*fa... function getHTTPSOK (line 332) | func getHTTPSOK(_ context.Context, i *fastly.GetHTTPSInput) (*fastly.HTT... function getHTTPSError (line 361) | func getHTTPSError(_ context.Context, _ *fastly.GetHTTPSInput) (*fastly.... function updateHTTPSOK (line 392) | func updateHTTPSOK(_ context.Context, i *fastly.UpdateHTTPSInput) (*fast... function updateHTTPSError (line 420) | func updateHTTPSError(_ context.Context, _ *fastly.UpdateHTTPSInput) (*f... function deleteHTTPSOK (line 424) | func deleteHTTPSOK(_ context.Context, _ *fastly.DeleteHTTPSInput) error { function deleteHTTPSError (line 428) | func deleteHTTPSError(_ context.Context, _ *fastly.DeleteHTTPSInput) err... FILE: pkg/commands/service/logging/https/https_test.go function TestCreateHTTPSInput (line 20) | func TestCreateHTTPSInput(t *testing.T) { function TestUpdateHTTPSInput (line 108) | func TestUpdateHTTPSInput(t *testing.T) { function createCommandRequired (line 210) | func createCommandRequired() *https.CreateCommand { function createCommandAll (line 248) | func createCommandAll() *https.CreateCommand { function createCommandMissingServiceID (line 305) | func createCommandMissingServiceID() *https.CreateCommand { function updateCommandNoUpdates (line 312) | func updateCommandNoUpdates() *https.UpdateCommand { function updateCommandAll (line 345) | func updateCommandAll() *https.UpdateCommand { function updateCommandMissingServiceID (line 399) | func updateCommandMissingServiceID() *https.UpdateCommand { FILE: pkg/commands/service/logging/https/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/https/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "https" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/https/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 114) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 205) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 56) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/kafka/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 113) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 208) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 55) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/kafka/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/kafka/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/kafka/kafka_integration_test.go function TestKafkaCreate (line 19) | func TestKafkaCreate(t *testing.T) { function TestKafkaList (line 43) | func TestKafkaList(t *testing.T) { function TestKafkaDescribe (line 81) | func TestKafkaDescribe(t *testing.T) { function TestKafkaUpdate (line 107) | func TestKafkaUpdate(t *testing.T) { function TestKafkaDelete (line 144) | func TestKafkaDelete(t *testing.T) { function createKafkaOK (line 174) | func createKafkaOK(_ context.Context, i *fastly.CreateKafkaInput) (*fast... function createKafkaError (line 200) | func createKafkaError(_ context.Context, _ *fastly.CreateKafkaInput) (*f... function listKafkasOK (line 204) | func listKafkasOK(_ context.Context, i *fastly.ListKafkasInput) ([]*fast... function listKafkasError (line 257) | func listKafkasError(_ context.Context, _ *fastly.ListKafkasInput) ([]*f... function getKafkaOK (line 322) | func getKafkaOK(_ context.Context, i *fastly.GetKafkaInput) (*fastly.Kaf... function getKafkaError (line 344) | func getKafkaError(_ context.Context, _ *fastly.GetKafkaInput) (*fastly.... function updateKafkaOK (line 373) | func updateKafkaOK(_ context.Context, i *fastly.UpdateKafkaInput) (*fast... function updateKafkaSASL (line 394) | func updateKafkaSASL(_ context.Context, i *fastly.UpdateKafkaInput) (*fa... function updateKafkaError (line 420) | func updateKafkaError(_ context.Context, _ *fastly.UpdateKafkaInput) (*f... function deleteKafkaOK (line 424) | func deleteKafkaOK(_ context.Context, _ *fastly.DeleteKafkaInput) error { function deleteKafkaError (line 428) | func deleteKafkaError(_ context.Context, _ *fastly.DeleteKafkaInput) err... FILE: pkg/commands/service/logging/kafka/kafka_test.go function TestCreateKafkaInput (line 20) | func TestCreateKafkaInput(t *testing.T) { function TestUpdateKafkaInput (line 118) | func TestUpdateKafkaInput(t *testing.T) { function createCommandRequired (line 262) | func createCommandRequired() *kafka.CreateCommand { function createCommandAll (line 301) | func createCommandAll() *kafka.CreateCommand { function createCommandSASL (line 352) | func createCommandSASL(authMethod, user, password string) *kafka.CreateC... function createCommandMissingServiceID (line 397) | func createCommandMissingServiceID() *kafka.CreateCommand { function updateCommandNoUpdates (line 404) | func updateCommandNoUpdates() *kafka.UpdateCommand { function updateCommandAll (line 437) | func updateCommandAll() *kafka.UpdateCommand { function updateCommandSASL (line 491) | func updateCommandSASL(authMethod, user, password string) *kafka.UpdateC... function updateCommandNoSASL (line 532) | func updateCommandNoSASL() *kafka.UpdateCommand { function updateCommandMissingServiceID (line 573) | func updateCommandMissingServiceID() *kafka.UpdateCommand { function getKafkaSASL (line 580) | func getKafkaSASL(_ context.Context, i *fastly.GetKafkaInput) (*fastly.K... FILE: pkg/commands/service/logging/kafka/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/kafka/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "kafka" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/kafka/update.go type UpdateCommand (line 21) | type UpdateCommand struct method ConstructInput (line 116) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 221) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 57) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/kinesis/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 99) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 168) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 48) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/kinesis/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 66) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/kinesis/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/kinesis/kinesis_integration_test.go function TestKinesisCreate (line 19) | func TestKinesisCreate(t *testing.T) { function TestKinesisList (line 85) | func TestKinesisList(t *testing.T) { function TestKinesisDescribe (line 123) | func TestKinesisDescribe(t *testing.T) { function TestKinesisUpdate (line 149) | func TestKinesisUpdate(t *testing.T) { function TestKinesisDelete (line 177) | func TestKinesisDelete(t *testing.T) { function createKinesisOK (line 207) | func createKinesisOK(_ context.Context, i *fastly.CreateKinesisInput) (*... function createKinesisError (line 215) | func createKinesisError(_ context.Context, _ *fastly.CreateKinesisInput)... function listKinesesOK (line 219) | func listKinesesOK(_ context.Context, i *fastly.ListKinesisInput) ([]*fa... function listKinesesError (line 252) | func listKinesesError(_ context.Context, _ *fastly.ListKinesisInput) ([]... function getKinesisOK (line 297) | func getKinesisOK(_ context.Context, i *fastly.GetKinesisInput) (*fastly... function getKinesisError (line 314) | func getKinesisError(_ context.Context, _ *fastly.GetKinesisInput) (*fas... function updateKinesisOK (line 333) | func updateKinesisOK(_ context.Context, i *fastly.UpdateKinesisInput) (*... function updateKinesisError (line 349) | func updateKinesisError(_ context.Context, _ *fastly.UpdateKinesisInput)... function deleteKinesisOK (line 353) | func deleteKinesisOK(_ context.Context, _ *fastly.DeleteKinesisInput) er... function deleteKinesisError (line 357) | func deleteKinesisError(_ context.Context, _ *fastly.DeleteKinesisInput)... FILE: pkg/commands/service/logging/kinesis/kinesis_test.go function TestCreateKinesisInput (line 19) | func TestCreateKinesisInput(t *testing.T) { function TestUpdateKinesisInput (line 111) | func TestUpdateKinesisInput(t *testing.T) { function createCommandRequired (line 204) | func createCommandRequired() *kinesis.CreateCommand { function createCommandRequiredIAMRole (line 245) | func createCommandRequiredIAMRole() *kinesis.CreateCommand { function createCommandAll (line 285) | func createCommandAll() *kinesis.CreateCommand { function createCommandMissingServiceID (line 331) | func createCommandMissingServiceID() *kinesis.CreateCommand { function updateCommandNoUpdates (line 338) | func updateCommandNoUpdates() *kinesis.UpdateCommand { function updateCommandAll (line 371) | func updateCommandAll() *kinesis.UpdateCommand { function updateCommandMissingServiceID (line 415) | func updateCommandMissingServiceID() *kinesis.UpdateCommand { FILE: pkg/commands/service/logging/kinesis/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/kinesis/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "kinesis" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/kinesis/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 94) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 149) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 45) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/logflags/flags.go function AccountName (line 10) | func AccountName(command *kingpin.CmdClause, c *argparser.OptionalString) { function Format (line 15) | func Format(command *kingpin.CmdClause, c *argparser.OptionalString) { function GzipLevel (line 20) | func GzipLevel(command *kingpin.CmdClause, c *argparser.OptionalInt) { function Path (line 25) | func Path(command *kingpin.CmdClause, c *argparser.OptionalString) { function MessageType (line 30) | func MessageType(command *kingpin.CmdClause, c *argparser.OptionalString) { function Period (line 35) | func Period(command *kingpin.CmdClause, c *argparser.OptionalInt) { function FormatVersion (line 40) | func FormatVersion(command *kingpin.CmdClause, c *argparser.OptionalInt) { function CompressionCodec (line 45) | func CompressionCodec(command *kingpin.CmdClause, c *argparser.OptionalS... function Placement (line 50) | func Placement(command *kingpin.CmdClause, c *argparser.OptionalString) { function ProcessingRegion (line 55) | func ProcessingRegion(command *kingpin.CmdClause, c *argparser.OptionalS... function ResponseCondition (line 60) | func ResponseCondition(command *kingpin.CmdClause, c *argparser.Optional... function TimestampFormat (line 65) | func TimestampFormat(command *kingpin.CmdClause, c *argparser.OptionalSt... function PublicKey (line 70) | func PublicKey(command *kingpin.CmdClause, c *argparser.OptionalString) { function TLSCACert (line 75) | func TLSCACert(command *kingpin.CmdClause, c *argparser.OptionalString) { function TLSHostname (line 80) | func TLSHostname(command *kingpin.CmdClause, c *argparser.OptionalString) { function TLSClientCert (line 85) | func TLSClientCert(command *kingpin.CmdClause, c *argparser.OptionalStri... function TLSClientKey (line 90) | func TLSClientKey(command *kingpin.CmdClause, c *argparser.OptionalStrin... FILE: pkg/commands/service/logging/loggly/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 84) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 120) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 40) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/loggly/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/loggly/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/loggly/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/loggly/loggly_integration_test.go function TestLogglyCreate (line 19) | func TestLogglyCreate(t *testing.T) { function TestLogglyList (line 43) | func TestLogglyList(t *testing.T) { function TestLogglyDescribe (line 81) | func TestLogglyDescribe(t *testing.T) { function TestLogglyUpdate (line 107) | func TestLogglyUpdate(t *testing.T) { function TestLogglyDelete (line 135) | func TestLogglyDelete(t *testing.T) { function createLogglyOK (line 165) | func createLogglyOK(_ context.Context, i *fastly.CreateLogglyInput) (*fa... function createLogglyError (line 178) | func createLogglyError(_ context.Context, _ *fastly.CreateLogglyInput) (... function listLogglysOK (line 182) | func listLogglysOK(_ context.Context, i *fastly.ListLogglyInput) ([]*fas... function listLogglysError (line 209) | func listLogglysError(_ context.Context, _ *fastly.ListLogglyInput) ([]*... function getLogglyOK (line 248) | func getLogglyOK(_ context.Context, i *fastly.GetLogglyInput) (*fastly.L... function getLogglyError (line 262) | func getLogglyError(_ context.Context, _ *fastly.GetLogglyInput) (*fastl... function updateLogglyOK (line 278) | func updateLogglyOK(_ context.Context, i *fastly.UpdateLogglyInput) (*fa... function updateLogglyError (line 290) | func updateLogglyError(_ context.Context, _ *fastly.UpdateLogglyInput) (... function deleteLogglyOK (line 294) | func deleteLogglyOK(_ context.Context, _ *fastly.DeleteLogglyInput) error { function deleteLogglyError (line 298) | func deleteLogglyError(_ context.Context, _ *fastly.DeleteLogglyInput) e... FILE: pkg/commands/service/logging/loggly/loggly_test.go function TestCreateLogglyInput (line 19) | func TestCreateLogglyInput(t *testing.T) { function TestUpdateLogglyInput (line 93) | func TestUpdateLogglyInput(t *testing.T) { function createCommandOK (line 182) | func createCommandOK() *loggly.CreateCommand { function createCommandRequired (line 225) | func createCommandRequired() *loggly.CreateCommand { function createCommandMissingServiceID (line 263) | func createCommandMissingServiceID() *loggly.CreateCommand { function updateCommandNoUpdates (line 270) | func updateCommandNoUpdates() *loggly.UpdateCommand { function updateCommandAll (line 303) | func updateCommandAll() *loggly.UpdateCommand { function updateCommandMissingServiceID (line 343) | func updateCommandMissingServiceID() *loggly.UpdateCommand { FILE: pkg/commands/service/logging/loggly/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "loggly" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/loggly/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 86) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 125) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 41) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/logshuttle/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 86) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 125) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 41) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/logshuttle/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/logshuttle/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/logshuttle/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/logshuttle/logshuttle_integration_test.go function TestLogshuttleCreate (line 19) | func TestLogshuttleCreate(t *testing.T) { function TestLogshuttleList (line 43) | func TestLogshuttleList(t *testing.T) { function TestLogshuttleDescribe (line 81) | func TestLogshuttleDescribe(t *testing.T) { function TestLogshuttleUpdate (line 107) | func TestLogshuttleUpdate(t *testing.T) { function TestLogshuttleDelete (line 135) | func TestLogshuttleDelete(t *testing.T) { function createLogshuttleOK (line 165) | func createLogshuttleOK(_ context.Context, i *fastly.CreateLogshuttleInp... function createLogshuttleError (line 178) | func createLogshuttleError(_ context.Context, _ *fastly.CreateLogshuttle... function listLogshuttlesOK (line 182) | func listLogshuttlesOK(_ context.Context, i *fastly.ListLogshuttlesInput... function listLogshuttlesError (line 211) | func listLogshuttlesError(_ context.Context, _ *fastly.ListLogshuttlesIn... function getLogshuttleOK (line 252) | func getLogshuttleOK(_ context.Context, i *fastly.GetLogshuttleInput) (*... function getLogshuttleError (line 267) | func getLogshuttleError(_ context.Context, _ *fastly.GetLogshuttleInput)... function updateLogshuttleOK (line 284) | func updateLogshuttleOK(_ context.Context, i *fastly.UpdateLogshuttleInp... function updateLogshuttleError (line 298) | func updateLogshuttleError(_ context.Context, _ *fastly.UpdateLogshuttle... function deleteLogshuttleOK (line 302) | func deleteLogshuttleOK(_ context.Context, _ *fastly.DeleteLogshuttleInp... function deleteLogshuttleError (line 306) | func deleteLogshuttleError(_ context.Context, _ *fastly.DeleteLogshuttle... FILE: pkg/commands/service/logging/logshuttle/logshuttle_test.go function TestCreateLogshuttleInput (line 19) | func TestCreateLogshuttleInput(t *testing.T) { function TestUpdateLogshuttleInput (line 95) | func TestUpdateLogshuttleInput(t *testing.T) { function createCommandRequired (line 185) | func createCommandRequired() *logshuttle.CreateCommand { function createCommandAll (line 224) | func createCommandAll() *logshuttle.CreateCommand { function createCommandMissingServiceID (line 268) | func createCommandMissingServiceID() *logshuttle.CreateCommand { function updateCommandNoUpdate (line 275) | func updateCommandNoUpdate() *logshuttle.UpdateCommand { function updateCommandAll (line 308) | func updateCommandAll() *logshuttle.UpdateCommand { function updateCommandMissingServiceID (line 349) | func updateCommandMissingServiceID() *logshuttle.UpdateCommand { FILE: pkg/commands/service/logging/logshuttle/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "logshuttle" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/logshuttle/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 88) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 132) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 42) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/newrelic/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 85) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 127) | func (c *CreateCommand) constructInput(serviceID string, serviceVersio... function NewCreateCommand (line 39) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/newrelic/delete.go function NewDeleteCommand (line 18) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 57) | type DeleteCommand struct method Exec (line 67) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 103) | func (c *DeleteCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/logging/newrelic/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 52) | type DescribeCommand struct method Exec (line 62) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 102) | func (c *DescribeCommand) constructInput(serviceID string, serviceVers... method print (line 113) | func (c *DescribeCommand) print(out io.Writer, nr *fastly.NewRelic) er... FILE: pkg/commands/service/logging/newrelic/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 52) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 109) | func (c *ListCommand) constructInput(serviceID string, serviceVersion ... method printVerbose (line 120) | func (c *ListCommand) printVerbose(out io.Writer, serviceVersion int, ... method printSummary (line 147) | func (c *ListCommand) printSummary(out io.Writer, nrs []*fastly.NewRel... FILE: pkg/commands/service/logging/newrelic/newrelic_test.go function TestNewRelicCreate (line 17) | func TestNewRelicCreate(t *testing.T) { function TestNewRelicDelete (line 72) | func TestNewRelicDelete(t *testing.T) { function TestNewRelicDescribe (line 183) | func TestNewRelicDescribe(t *testing.T) { function TestNewRelicList (line 234) | func TestNewRelicList(t *testing.T) { function TestNewRelicUpdate (line 288) | func TestNewRelicUpdate(t *testing.T) { function getNewRelic (line 415) | func getNewRelic(_ context.Context, i *fastly.GetNewRelicInput) (*fastly... function listNewRelic (line 430) | func listNewRelic(_ context.Context, i *fastly.ListNewRelicInput) ([]*fa... FILE: pkg/commands/service/logging/newrelic/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "newrelic" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/newrelic/update.go type UpdateCommand (line 20) | type UpdateCommand struct method Exec (line 86) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 134) | func (c *UpdateCommand) constructInput(serviceID string, serviceVersio... function NewUpdateCommand (line 39) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/newrelicotlp/create.go type CreateCommand (line 19) | type CreateCommand struct method Exec (line 87) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 129) | func (c *CreateCommand) constructInput(serviceID string, serviceVersio... function NewCreateCommand (line 40) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/newrelicotlp/delete.go function NewDeleteCommand (line 18) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 57) | type DeleteCommand struct method Exec (line 67) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 103) | func (c *DeleteCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/logging/newrelicotlp/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 52) | type DescribeCommand struct method Exec (line 62) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 102) | func (c *DescribeCommand) constructInput(serviceID string, serviceVers... method print (line 113) | func (c *DescribeCommand) print(out io.Writer, nr *fastly.NewRelicOTLP... FILE: pkg/commands/service/logging/newrelicotlp/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 52) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 109) | func (c *ListCommand) constructInput(serviceID string, serviceVersion ... method printVerbose (line 120) | func (c *ListCommand) printVerbose(out io.Writer, serviceVersion int, ... method printSummary (line 147) | func (c *ListCommand) printSummary(out io.Writer, nrs []*fastly.NewRel... FILE: pkg/commands/service/logging/newrelicotlp/newrelicotlp_test.go function TestNewRelicOTLPCreate (line 17) | func TestNewRelicOTLPCreate(t *testing.T) { function TestNewRelicOTLPDelete (line 72) | func TestNewRelicOTLPDelete(t *testing.T) { function TestNewRelicDescribe (line 183) | func TestNewRelicDescribe(t *testing.T) { function TestNewRelicList (line 234) | func TestNewRelicList(t *testing.T) { function TestNewRelicUpdate (line 288) | func TestNewRelicUpdate(t *testing.T) { function getNewRelic (line 415) | func getNewRelic(_ context.Context, i *fastly.GetNewRelicOTLPInput) (*fa... function listNewRelic (line 430) | func listNewRelic(_ context.Context, i *fastly.ListNewRelicOTLPInput) ([... FILE: pkg/commands/service/logging/newrelicotlp/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "newrelicotlp" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/newrelicotlp/update.go type UpdateCommand (line 20) | type UpdateCommand struct method Exec (line 88) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 136) | func (c *UpdateCommand) constructInput(serviceID string, serviceVersio... function NewUpdateCommand (line 40) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/openstack/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 105) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 184) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 51) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/openstack/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/openstack/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/openstack/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/openstack/openstack_integration_test.go function TestOpenstackCreate (line 19) | func TestOpenstackCreate(t *testing.T) { function TestOpenstackList (line 51) | func TestOpenstackList(t *testing.T) { function TestOpenstackDescribe (line 89) | func TestOpenstackDescribe(t *testing.T) { function TestOpenstackUpdate (line 115) | func TestOpenstackUpdate(t *testing.T) { function TestOpenstackDelete (line 143) | func TestOpenstackDelete(t *testing.T) { function createOpenstackOK (line 173) | func createOpenstackOK(_ context.Context, i *fastly.CreateOpenstackInput... function createOpenstackError (line 186) | func createOpenstackError(_ context.Context, _ *fastly.CreateOpenstackIn... function listOpenstacksOK (line 190) | func listOpenstacksOK(_ context.Context, i *fastly.ListOpenstackInput) (... function listOpenstacksError (line 237) | func listOpenstacksError(_ context.Context, _ *fastly.ListOpenstackInput... function getOpenstackOK (line 296) | func getOpenstackOK(_ context.Context, i *fastly.GetOpenstackInput) (*fa... function getOpenstackError (line 320) | func getOpenstackError(_ context.Context, _ *fastly.GetOpenstackInput) (... function updateOpenstackOK (line 346) | func updateOpenstackOK(_ context.Context, i *fastly.UpdateOpenstackInput... function updateOpenstackError (line 368) | func updateOpenstackError(_ context.Context, _ *fastly.UpdateOpenstackIn... function deleteOpenstackOK (line 372) | func deleteOpenstackOK(_ context.Context, _ *fastly.DeleteOpenstackInput... function deleteOpenstackError (line 376) | func deleteOpenstackError(_ context.Context, _ *fastly.DeleteOpenstackIn... function pgpPublicKey (line 381) | func pgpPublicKey() string { FILE: pkg/commands/service/logging/openstack/openstack_test.go function TestCreateOpenstackInput (line 19) | func TestCreateOpenstackInput(t *testing.T) { function TestUpdateOpenstackInput (line 105) | func TestUpdateOpenstackInput(t *testing.T) { function createCommandRequired (line 204) | func createCommandRequired() *openstack.CreateCommand { function createCommandAll (line 245) | func createCommandAll() *openstack.CreateCommand { function createCommandMissingServiceID (line 297) | func createCommandMissingServiceID() *openstack.CreateCommand { function updateCommandNoUpdates (line 304) | func updateCommandNoUpdates() *openstack.UpdateCommand { function updateCommandAll (line 337) | func updateCommandAll() *openstack.UpdateCommand { function updateCommandMissingServiceID (line 387) | func updateCommandMissingServiceID() *openstack.UpdateCommand { FILE: pkg/commands/service/logging/openstack/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "openstack" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/openstack/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 107) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 187) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 51) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/papertrail/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 86) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 126) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 41) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/papertrail/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/papertrail/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/papertrail/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/papertrail/papertrail_integration_test.go function TestPapertrailCreate (line 19) | func TestPapertrailCreate(t *testing.T) { function TestPapertrailList (line 43) | func TestPapertrailList(t *testing.T) { function TestPapertrailDescribe (line 81) | func TestPapertrailDescribe(t *testing.T) { function TestPapertrailUpdate (line 107) | func TestPapertrailUpdate(t *testing.T) { function TestPapertrailDelete (line 135) | func TestPapertrailDelete(t *testing.T) { function createPapertrailOK (line 165) | func createPapertrailOK(_ context.Context, i *fastly.CreatePapertrailInp... function createPapertrailError (line 173) | func createPapertrailError(_ context.Context, _ *fastly.CreatePapertrail... function listPapertrailsOK (line 177) | func listPapertrailsOK(_ context.Context, i *fastly.ListPapertrailsInput... function listPapertrailsError (line 206) | func listPapertrailsError(_ context.Context, _ *fastly.ListPapertrailsIn... function getPapertrailOK (line 247) | func getPapertrailOK(_ context.Context, i *fastly.GetPapertrailInput) (*... function getPapertrailError (line 262) | func getPapertrailError(_ context.Context, _ *fastly.GetPapertrailInput)... function updatePapertrailOK (line 279) | func updatePapertrailOK(_ context.Context, i *fastly.UpdatePapertrailInp... function updatePapertrailError (line 293) | func updatePapertrailError(_ context.Context, _ *fastly.UpdatePapertrail... function deletePapertrailOK (line 297) | func deletePapertrailOK(_ context.Context, _ *fastly.DeletePapertrailInp... function deletePapertrailError (line 301) | func deletePapertrailError(_ context.Context, _ *fastly.DeletePapertrail... FILE: pkg/commands/service/logging/papertrail/papertrail_test.go function TestCreatePapertrailInput (line 19) | func TestCreatePapertrailInput(t *testing.T) { function TestUpdatePapertrailInput (line 94) | func TestUpdatePapertrailInput(t *testing.T) { function createCommandRequired (line 184) | func createCommandRequired() *papertrail.CreateCommand { function createCommandAll (line 222) | func createCommandAll() *papertrail.CreateCommand { function createCommandMissingServiceID (line 266) | func createCommandMissingServiceID() *papertrail.CreateCommand { function updateCommandNoUpdates (line 273) | func updateCommandNoUpdates() *papertrail.UpdateCommand { function updateCommandAll (line 306) | func updateCommandAll() *papertrail.UpdateCommand { function updateCommandMissingServiceID (line 347) | func updateCommandMissingServiceID() *papertrail.UpdateCommand { FILE: pkg/commands/service/logging/papertrail/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "papertrail" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/papertrail/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 88) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 136) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 42) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "logging" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/s3/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 118) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 273) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 59) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... function ValidateRedundancy (line 248) | func ValidateRedundancy(val string) (redundancy fastly.S3Redundancy, err... FILE: pkg/commands/service/logging/s3/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/s3/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/s3/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/s3/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "s3" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/s3/s3_integration_test.go function TestS3Create (line 19) | func TestS3Create(t *testing.T) { function TestS3List (line 101) | func TestS3List(t *testing.T) { function TestS3Describe (line 139) | func TestS3Describe(t *testing.T) { function TestS3Update (line 165) | func TestS3Update(t *testing.T) { function TestS3Delete (line 193) | func TestS3Delete(t *testing.T) { function createS3OK (line 223) | func createS3OK(_ context.Context, i *fastly.CreateS3Input) (*fastly.S3,... function createS3Error (line 232) | func createS3Error(_ context.Context, _ *fastly.CreateS3Input) (*fastly.... function listS3sOK (line 236) | func listS3sOK(_ context.Context, i *fastly.ListS3sInput) ([]*fastly.S3,... function listS3sError (line 289) | func listS3sError(_ context.Context, _ *fastly.ListS3sInput) ([]*fastly.... function getS3OK (line 355) | func getS3OK(_ context.Context, i *fastly.GetS3Input) (*fastly.S3, error) { function getS3Error (line 381) | func getS3Error(_ context.Context, _ *fastly.GetS3Input) (*fastly.S3, er... function updateS3OK (line 410) | func updateS3OK(_ context.Context, i *fastly.UpdateS3Input) (*fastly.S3,... function updateS3Error (line 435) | func updateS3Error(_ context.Context, _ *fastly.UpdateS3Input) (*fastly.... function deleteS3OK (line 439) | func deleteS3OK(_ context.Context, _ *fastly.DeleteS3Input) error { function deleteS3Error (line 443) | func deleteS3Error(_ context.Context, _ *fastly.DeleteS3Input) error { function pgpPublicKey (line 448) | func pgpPublicKey() string { FILE: pkg/commands/service/logging/s3/s3_test.go function TestCreateS3Input (line 19) | func TestCreateS3Input(t *testing.T) { function TestUpdateS3Input (line 120) | func TestUpdateS3Input(t *testing.T) { function createCommandRequired (line 223) | func createCommandRequired() *s3.CreateCommand { function createCommandRequiredIAMRole (line 263) | func createCommandRequiredIAMRole() *s3.CreateCommand { function createCommandAll (line 302) | func createCommandAll() *s3.CreateCommand { function createCommandMissingServiceID (line 357) | func createCommandMissingServiceID() *s3.CreateCommand { function updateCommandNoUpdates (line 364) | func updateCommandNoUpdates() *s3.UpdateCommand { function updateCommandAll (line 397) | func updateCommandAll() *s3.UpdateCommand { function updateCommandMissingServiceID (line 451) | func updateCommandMissingServiceID() *s3.UpdateCommand { function TestValidateRedundancy (line 458) | func TestValidateRedundancy(t *testing.T) { FILE: pkg/commands/service/logging/s3/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 117) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 224) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 57) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/scalyr/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 88) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 125) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 42) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/scalyr/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/scalyr/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/scalyr/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/scalyr/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "scalyr" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/scalyr/scalyr_integration_test.go function TestScalyrCreate (line 20) | func TestScalyrCreate(t *testing.T) { function TestScalyrList (line 53) | func TestScalyrList(t *testing.T) { function TestScalyrDescribe (line 91) | func TestScalyrDescribe(t *testing.T) { function TestScalyrUpdate (line 117) | func TestScalyrUpdate(t *testing.T) { function TestScalyrDelete (line 145) | func TestScalyrDelete(t *testing.T) { function createScalyrOK (line 175) | func createScalyrOK(_ context.Context, i *fastly.CreateScalyrInput) (*fa... function createScalyrError (line 210) | func createScalyrError(_ context.Context, _ *fastly.CreateScalyrInput) (... function listScalyrsOK (line 214) | func listScalyrsOK(_ context.Context, i *fastly.ListScalyrsInput) ([]*fa... function listScalyrsError (line 245) | func listScalyrsError(_ context.Context, _ *fastly.ListScalyrsInput) ([]... function getScalyrOK (line 288) | func getScalyrOK(_ context.Context, i *fastly.GetScalyrInput) (*fastly.S... function getScalyrError (line 304) | func getScalyrError(_ context.Context, _ *fastly.GetScalyrInput) (*fastl... function updateScalyrOK (line 322) | func updateScalyrOK(_ context.Context, i *fastly.UpdateScalyrInput) (*fa... function updateScalyrError (line 336) | func updateScalyrError(_ context.Context, _ *fastly.UpdateScalyrInput) (... function deleteScalyrOK (line 340) | func deleteScalyrOK(_ context.Context, _ *fastly.DeleteScalyrInput) error { function deleteScalyrError (line 344) | func deleteScalyrError(_ context.Context, _ *fastly.DeleteScalyrInput) e... FILE: pkg/commands/service/logging/scalyr/scalyr_test.go function TestCreateScalyrInput (line 19) | func TestCreateScalyrInput(t *testing.T) { function TestUpdateScalyrInput (line 95) | func TestUpdateScalyrInput(t *testing.T) { function createCommandRequired (line 186) | func createCommandRequired() *scalyr.CreateCommand { function createCommandAll (line 224) | func createCommandAll() *scalyr.CreateCommand { function createCommandMissingServiceID (line 269) | func createCommandMissingServiceID() *scalyr.CreateCommand { function updateCommandNoUpdates (line 276) | func updateCommandNoUpdates() *scalyr.UpdateCommand { function updateCommandAll (line 309) | func updateCommandAll() *scalyr.UpdateCommand { function updateCommandMissingServiceID (line 351) | func updateCommandMissingServiceID() *scalyr.UpdateCommand { FILE: pkg/commands/service/logging/scalyr/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 90) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 127) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 43) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/sftp/create.go type CreateCommand (line 21) | type CreateCommand struct method ConstructInput (line 109) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 197) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 53) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/sftp/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/sftp/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/sftp/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/sftp/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "sftp" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/sftp/sftp_integration_test.go function TestSFTPCreate (line 19) | func TestSFTPCreate(t *testing.T) { function TestSFTPList (line 51) | func TestSFTPList(t *testing.T) { function TestSFTPDescribe (line 89) | func TestSFTPDescribe(t *testing.T) { function TestSFTPUpdate (line 115) | func TestSFTPUpdate(t *testing.T) { function TestSFTPDelete (line 143) | func TestSFTPDelete(t *testing.T) { function createSFTPOK (line 173) | func createSFTPOK(_ context.Context, i *fastly.CreateSFTPInput) (*fastly... function createSFTPError (line 187) | func createSFTPError(_ context.Context, _ *fastly.CreateSFTPInput) (*fas... function listSFTPsOK (line 191) | func listSFTPsOK(_ context.Context, i *fastly.ListSFTPsInput) ([]*fastly... function listSFTPsError (line 240) | func listSFTPsError(_ context.Context, _ *fastly.ListSFTPsInput) ([]*fas... function getSFTPOK (line 303) | func getSFTPOK(_ context.Context, i *fastly.GetSFTPInput) (*fastly.SFTP,... function getSFTPError (line 329) | func getSFTPError(_ context.Context, _ *fastly.GetSFTPInput) (*fastly.SF... function updateSFTPOK (line 357) | func updateSFTPOK(_ context.Context, i *fastly.UpdateSFTPInput) (*fastly... function updateSFTPError (line 381) | func updateSFTPError(_ context.Context, _ *fastly.UpdateSFTPInput) (*fas... function deleteSFTPOK (line 385) | func deleteSFTPOK(_ context.Context, _ *fastly.DeleteSFTPInput) error { function deleteSFTPError (line 389) | func deleteSFTPError(_ context.Context, _ *fastly.DeleteSFTPInput) error { function knownHosts (line 394) | func knownHosts() string { function pgpPublicKey (line 402) | func pgpPublicKey() string { function sshPrivateKey (line 436) | func sshPrivateKey() string { FILE: pkg/commands/service/logging/sftp/sftp_test.go function TestCreateSFTPInput (line 19) | func TestCreateSFTPInput(t *testing.T) { function TestUpdateSFTPInput (line 106) | func TestUpdateSFTPInput(t *testing.T) { function createCommandRequired (line 207) | func createCommandRequired() *sftp.CreateCommand { function createCommandAll (line 247) | func createCommandAll() *sftp.CreateCommand { function createCommandMissingServiceID (line 301) | func createCommandMissingServiceID() *sftp.CreateCommand { function updateCommandNoUpdates (line 308) | func updateCommandNoUpdates() *sftp.UpdateCommand { function updateCommandAll (line 341) | func updateCommandAll() *sftp.UpdateCommand { function updateCommandMissingServiceID (line 393) | func updateCommandMissingServiceID() *sftp.UpdateCommand { FILE: pkg/commands/service/logging/sftp/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 110) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 197) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 53) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/splunk/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 95) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 151) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 46) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/splunk/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/splunk/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/splunk/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/splunk/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "splunk" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/splunk/splunk_integration_test.go function TestSplunkCreate (line 18) | func TestSplunkCreate(t *testing.T) { function TestSplunkList (line 42) | func TestSplunkList(t *testing.T) { function TestSplunkDescribe (line 80) | func TestSplunkDescribe(t *testing.T) { function TestSplunkUpdate (line 106) | func TestSplunkUpdate(t *testing.T) { function TestSplunkDelete (line 134) | func TestSplunkDelete(t *testing.T) { function createSplunkOK (line 164) | func createSplunkOK(_ context.Context, i *fastly.CreateSplunkInput) (*fa... function createSplunkError (line 172) | func createSplunkError(_ context.Context, _ *fastly.CreateSplunkInput) (... function listSplunksOK (line 176) | func listSplunksOK(_ context.Context, i *fastly.ListSplunksInput) ([]*fa... function listSplunksError (line 213) | func listSplunksError(_ context.Context, _ *fastly.ListSplunksInput) ([]... function getSplunkOK (line 262) | func getSplunkOK(_ context.Context, i *fastly.GetSplunkInput) (*fastly.S... function getSplunkError (line 281) | func getSplunkError(_ context.Context, _ *fastly.GetSplunkInput) (*fastl... function updateSplunkOK (line 302) | func updateSplunkOK(_ context.Context, i *fastly.UpdateSplunkInput) (*fa... function updateSplunkError (line 320) | func updateSplunkError(_ context.Context, _ *fastly.UpdateSplunkInput) (... function deleteSplunkOK (line 324) | func deleteSplunkOK(_ context.Context, _ *fastly.DeleteSplunkInput) error { function deleteSplunkError (line 328) | func deleteSplunkError(_ context.Context, _ *fastly.DeleteSplunkInput) e... FILE: pkg/commands/service/logging/splunk/splunk_test.go function TestCreateSplunkInput (line 19) | func TestCreateSplunkInput(t *testing.T) { function TestUpdateSplunkInput (line 98) | func TestUpdateSplunkInput(t *testing.T) { function createCommandRequired (line 192) | func createCommandRequired() *splunk.CreateCommand { function createCommandAll (line 230) | func createCommandAll() *splunk.CreateCommand { function createCommandMissingServiceID (line 279) | func createCommandMissingServiceID() *splunk.CreateCommand { function updateCommandNoUpdates (line 286) | func updateCommandNoUpdates() *splunk.UpdateCommand { function updateCommandAll (line 319) | func updateCommandAll() *splunk.UpdateCommand { function updateCommandMissingServiceID (line 364) | func updateCommandMissingServiceID() *splunk.UpdateCommand { FILE: pkg/commands/service/logging/splunk/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 96) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 156) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 46) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/sumologic/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 86) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 126) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 41) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/sumologic/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/sumologic/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/sumologic/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/sumologic/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "sumologic" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/sumologic/sumologic_integration_test.go function TestSumologicCreate (line 18) | func TestSumologicCreate(t *testing.T) { function TestSumologicList (line 42) | func TestSumologicList(t *testing.T) { function TestSumologicDescribe (line 80) | func TestSumologicDescribe(t *testing.T) { function TestSumologicUpdate (line 106) | func TestSumologicUpdate(t *testing.T) { function TestSumologicDelete (line 134) | func TestSumologicDelete(t *testing.T) { function createSumologicOK (line 164) | func createSumologicOK(_ context.Context, i *fastly.CreateSumologicInput... function createSumologicError (line 172) | func createSumologicError(_ context.Context, _ *fastly.CreateSumologicIn... function listSumologicsOK (line 176) | func listSumologicsOK(_ context.Context, i *fastly.ListSumologicsInput) ... function listSumologicsError (line 205) | func listSumologicsError(_ context.Context, _ *fastly.ListSumologicsInpu... function getSumologicOK (line 246) | func getSumologicOK(_ context.Context, i *fastly.GetSumologicInput) (*fa... function getSumologicError (line 261) | func getSumologicError(_ context.Context, _ *fastly.GetSumologicInput) (... function updateSumologicOK (line 278) | func updateSumologicOK(_ context.Context, i *fastly.UpdateSumologicInput... function updateSumologicError (line 292) | func updateSumologicError(_ context.Context, _ *fastly.UpdateSumologicIn... function deleteSumologicOK (line 296) | func deleteSumologicOK(_ context.Context, _ *fastly.DeleteSumologicInput... function deleteSumologicError (line 300) | func deleteSumologicError(_ context.Context, _ *fastly.DeleteSumologicIn... FILE: pkg/commands/service/logging/sumologic/sumologic_test.go function TestCreateSumologicInput (line 19) | func TestCreateSumologicInput(t *testing.T) { function TestUpdateSumologicInput (line 94) | func TestUpdateSumologicInput(t *testing.T) { function createCommandOK (line 184) | func createCommandOK() *sumologic.CreateCommand { function createCommandRequired (line 228) | func createCommandRequired() *sumologic.CreateCommand { function createCommandMissingServiceID (line 266) | func createCommandMissingServiceID() *sumologic.CreateCommand { function updateCommandNoUpdates (line 273) | func updateCommandNoUpdates() *sumologic.UpdateCommand { function updateCommandAll (line 306) | func updateCommandAll() *sumologic.UpdateCommand { function updateCommandMissingServiceID (line 347) | func updateCommandMissingServiceID() *sumologic.UpdateCommand { FILE: pkg/commands/service/logging/sumologic/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 88) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 132) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 42) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/logging/syslog/create.go type CreateCommand (line 20) | type CreateCommand struct method ConstructInput (line 100) | func (c *CreateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 168) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 48) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/logging/syslog/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 65) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/logging/syslog/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/logging/syslog/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/logging/syslog/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "syslog" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/logging/syslog/syslog_integration_test.go function TestSyslogCreate (line 19) | func TestSyslogCreate(t *testing.T) { function TestSyslogList (line 43) | func TestSyslogList(t *testing.T) { function TestSyslogDescribe (line 81) | func TestSyslogDescribe(t *testing.T) { function TestSyslogUpdate (line 107) | func TestSyslogUpdate(t *testing.T) { function TestSyslogDelete (line 135) | func TestSyslogDelete(t *testing.T) { function createSyslogOK (line 165) | func createSyslogOK(_ context.Context, i *fastly.CreateSyslogInput) (*fa... function createSyslogError (line 173) | func createSyslogError(_ context.Context, _ *fastly.CreateSyslogInput) (... function listSyslogsOK (line 177) | func listSyslogsOK(_ context.Context, i *fastly.ListSyslogsInput) ([]*fa... function listSyslogsError (line 224) | func listSyslogsError(_ context.Context, _ *fastly.ListSyslogsInput) ([]... function getSyslogOK (line 283) | func getSyslogOK(_ context.Context, i *fastly.GetSyslogInput) (*fastly.S... function getSyslogError (line 307) | func getSyslogError(_ context.Context, _ *fastly.GetSyslogInput) (*fastl... function updateSyslogOK (line 333) | func updateSyslogOK(_ context.Context, i *fastly.UpdateSyslogInput) (*fa... function updateSyslogError (line 356) | func updateSyslogError(_ context.Context, _ *fastly.UpdateSyslogInput) (... function deleteSyslogOK (line 360) | func deleteSyslogOK(_ context.Context, _ *fastly.DeleteSyslogInput) error { function deleteSyslogError (line 364) | func deleteSyslogError(_ context.Context, _ *fastly.DeleteSyslogInput) e... FILE: pkg/commands/service/logging/syslog/syslog_test.go function TestCreateSyslogInput (line 19) | func TestCreateSyslogInput(t *testing.T) { function TestUpdateSyslogInput (line 101) | func TestUpdateSyslogInput(t *testing.T) { function createCommandRequired (line 198) | func createCommandRequired() *syslog.CreateCommand { function createCommandAll (line 236) | func createCommandAll() *syslog.CreateCommand { function createCommandMissingServiceID (line 287) | func createCommandMissingServiceID() *syslog.CreateCommand { function updateCommandNoUpdates (line 294) | func updateCommandNoUpdates() *syslog.UpdateCommand { function updateCommandAll (line 327) | func updateCommandAll() *syslog.UpdateCommand { function updateCommandMissingServiceID (line 375) | func updateCommandMissingServiceID() *syslog.UpdateCommand { FILE: pkg/commands/service/logging/syslog/update.go type UpdateCommand (line 20) | type UpdateCommand struct method ConstructInput (line 102) | func (c *UpdateCommand) ConstructInput(serviceID string, serviceVersio... method Exec (line 174) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 49) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/purge/purge.go constant CommandName (line 22) | CommandName = "purge" type PurgeCommand (line 25) | type PurgeCommand struct method Exec (line 66) | func (c *PurgeCommand) Exec(_ io.Reader, out io.Writer) error { method purgeAll (line 138) | func (c *PurgeCommand) purgeAll(serviceID string, out io.Writer) error { method purgeKey (line 155) | func (c *PurgeCommand) purgeKey(serviceID string, out io.Writer) error { method purgeKeys (line 180) | func (c *PurgeCommand) purgeKeys(serviceID string, out io.Writer) error { method purgeBulkKeys (line 192) | func (c *PurgeCommand) purgeBulkKeys(serviceID string, keys []string, ... method purgeURL (line 223) | func (c *PurgeCommand) purgeURL(out io.Writer) error { function NewPurgeCommand (line 37) | func NewPurgeCommand(parent argparser.Registerer, g *global.Data) *Purge... function populateKeys (line 241) | func populateKeys(fpath string, errLog fsterr.LogInterface) (keys []stri... FILE: pkg/commands/service/purge/purge_test.go function TestPurgeAll (line 16) | func TestPurgeAll(t *testing.T) { function TestPurgeKeys (line 63) | func TestPurgeKeys(t *testing.T) { function assertKeys (line 120) | func assertKeys(keys []string, t *testing.T) { function TestPurgeKey (line 127) | func TestPurgeKey(t *testing.T) { function TestPurgeURL (line 184) | func TestPurgeURL(t *testing.T) { FILE: pkg/commands/service/ratelimit/create.go function NewCreateCommand (line 48) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 102) | type CreateCommand struct method Exec (line 126) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 179) | func (c *CreateCommand) constructInput() *fastly.CreateERLInput { method responseFlagValidator (line 256) | func (c *CreateCommand) responseFlagValidator() error { FILE: pkg/commands/service/ratelimit/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, globals *global.Data)... type DeleteCommand (line 27) | type DeleteCommand struct method Exec (line 34) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 50) | func (c *DeleteCommand) constructInput() *fastly.DeleteERLInput { FILE: pkg/commands/service/ratelimit/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 31) | type DescribeCommand struct method Exec (line 39) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 59) | func (c *DescribeCommand) constructInput() *fastly.GetERLInput { method print (line 66) | func (c *DescribeCommand) print(out io.Writer, o *fastly.ERL) { function parseResponse (line 94) | func parseResponse(r *fastly.ERLResponse) string { FILE: pkg/commands/service/ratelimit/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 48) | type ListCommand struct method Exec (line 57) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method printVerbose (line 106) | func (c *ListCommand) printVerbose(out io.Writer, o []*fastly.ERL) { method printSummary (line 139) | func (c *ListCommand) printSummary(out io.Writer, o []*fastly.ERL) { FILE: pkg/commands/service/ratelimit/ratelimit_test.go function TestRateLimitCreate (line 15) | func TestRateLimitCreate(t *testing.T) { function TestRateLimitDelete (line 49) | func TestRateLimitDelete(t *testing.T) { function TestRateLimitDescribe (line 78) | func TestRateLimitDescribe(t *testing.T) { function TestRateLimitList (line 114) | func TestRateLimitList(t *testing.T) { function TesRateLimitUpdate (line 154) | func TesRateLimitUpdate(t *testing.T) { FILE: pkg/commands/service/ratelimit/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "rate-limit" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/ratelimit/update.go function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 52) | type UpdateCommand struct method Exec (line 74) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 102) | func (c *UpdateCommand) constructInput() *fastly.UpdateERLInput { method responseFlagValidator (line 183) | func (c *UpdateCommand) responseFlagValidator() error { FILE: pkg/commands/service/resourcelink/create.go type CreateCommand (line 18) | type CreateCommand struct method Exec (line 88) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 29) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/resourcelink/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 76) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 29) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/resourcelink/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 69) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 26) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/resourcelink/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 64) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 27) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/resourcelink/resourcelink_test.go function TestCreateServiceResourceCommand (line 17) | func TestCreateServiceResourceCommand(t *testing.T) { function TestDeleteServiceResourceCommand (line 133) | func TestDeleteServiceResourceCommand(t *testing.T) { function TestDescribeServiceResourceCommand (line 200) | func TestDescribeServiceResourceCommand(t *testing.T) { function TestListServiceResourceCommand (line 260) | func TestListServiceResourceCommand(t *testing.T) { function TestUpdateServiceResourceCommand (line 339) | func TestUpdateServiceResourceCommand(t *testing.T) { FILE: pkg/commands/service/resourcelink/root.go constant RootName (line 12) | RootName = "resource-link" constant flagNameDescription (line 16) | flagNameDescription = "Resource link name (alias). Defaults to res... constant flagIDDescription (line 17) | flagIDDescription = "Resource link ID" constant flagResourceIDDescription (line 18) | flagResourceIDDescription = "Resource ID" type RootCommand (line 23) | type RootCommand struct method Exec (line 40) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 29) | CommandName = "resource-link" function NewRootCommand (line 32) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/resourcelink/update.go type UpdateCommand (line 18) | type UpdateCommand struct method Exec (line 87) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 29) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "service" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/search.go type SearchCommand (line 16) | type SearchCommand struct method Exec (line 42) | func (c *SearchCommand) Exec(_ io.Reader, out io.Writer) error { function NewSearchCommand (line 24) | func NewSearchCommand(parent argparser.Registerer, g *global.Data) *Sear... FILE: pkg/commands/service/service_test.go function TestServiceCreate (line 25) | func TestServiceCreate(t *testing.T) { function TestServiceList (line 68) | func TestServiceList(t *testing.T) { function TestServiceDescribe (line 199) | func TestServiceDescribe(t *testing.T) { function TestServiceSearch (line 237) | func TestServiceSearch(t *testing.T) { function TestServiceUpdate (line 267) | func TestServiceUpdate(t *testing.T) { function TestServiceDelete (line 327) | func TestServiceDelete(t *testing.T) { function createServiceOK (line 441) | func createServiceOK(_ context.Context, i *fastly.CreateServiceInput) (*... function createServiceError (line 448) | func createServiceError(_ context.Context, _ *fastly.CreateServiceInput)... function getServiceOK (line 513) | func getServiceOK(_ context.Context, _ *fastly.GetServiceInput) (*fastly... function describeServiceOK (line 521) | func describeServiceOK(_ context.Context, _ *fastly.GetServiceDetailsInp... function describeServiceError (line 560) | func describeServiceError(_ context.Context, _ *fastly.GetServiceDetails... function searchServiceOK (line 635) | func searchServiceOK(_ context.Context, _ *fastly.SearchServiceInput) (*... function updateServiceOK (line 715) | func updateServiceOK(_ context.Context, _ *fastly.UpdateServiceInput) (*... function updateServiceError (line 721) | func updateServiceError(_ context.Context, _ *fastly.UpdateServiceInput)... function deleteServiceOK (line 725) | func deleteServiceOK(_ context.Context, _ *fastly.DeleteServiceInput) er... function deleteServiceError (line 729) | func deleteServiceError(_ context.Context, _ *fastly.DeleteServiceInput)... FILE: pkg/commands/service/update.go type UpdateCommand (line 16) | type UpdateCommand struct method Exec (line 53) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 26) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/vcl/condition/condition_test.go function TestConditionCreate (line 18) | func TestConditionCreate(t *testing.T) { function TestConditionDelete (line 48) | func TestConditionDelete(t *testing.T) { function TestConditionUpdate (line 77) | func TestConditionUpdate(t *testing.T) { function TestConditionDescribe (line 115) | func TestConditionDescribe(t *testing.T) { function TestConditionList (line 142) | func TestConditionList(t *testing.T) { function createConditionOK (line 233) | func createConditionOK(_ context.Context, i *fastly.CreateConditionInput... function createConditionError (line 254) | func createConditionError(_ context.Context, _ *fastly.CreateConditionIn... function deleteConditionOK (line 258) | func deleteConditionOK(_ context.Context, _ *fastly.DeleteConditionInput... function deleteConditionError (line 262) | func deleteConditionError(_ context.Context, _ *fastly.DeleteConditionIn... function updateConditionOK (line 266) | func updateConditionOK(_ context.Context, i *fastly.UpdateConditionInput... function updateConditionError (line 292) | func updateConditionError(_ context.Context, _ *fastly.UpdateConditionIn... function getConditionOK (line 296) | func getConditionOK(_ context.Context, i *fastly.GetConditionInput) (*fa... function getConditionError (line 311) | func getConditionError(_ context.Context, _ *fastly.GetConditionInput) (... function listConditionsOK (line 315) | func listConditionsOK(_ context.Context, i *fastly.ListConditionsInput) ... function listConditionsError (line 336) | func listConditionsError(_ context.Context, _ *fastly.ListConditionsInpu... FILE: pkg/commands/service/vcl/condition/create.go type CreateCommand (line 22) | type CreateCommand struct method Exec (line 80) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { function NewCreateCommand (line 38) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... FILE: pkg/commands/service/vcl/condition/delete.go type DeleteCommand (line 18) | type DeleteCommand struct method Exec (line 66) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeleteCommand (line 27) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... FILE: pkg/commands/service/vcl/condition/describe.go type DescribeCommand (line 16) | type DescribeCommand struct method Exec (line 59) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { function NewDescribeCommand (line 25) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... FILE: pkg/commands/service/vcl/condition/list.go type ListCommand (line 17) | type ListCommand struct method Exec (line 57) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 26) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... FILE: pkg/commands/service/vcl/condition/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "condition" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/vcl/condition/update.go type UpdateCommand (line 19) | type UpdateCommand struct method Exec (line 76) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 34) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/vcl/custom/create.go function NewCreateCommand (line 18) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 59) | type CreateCommand struct method Exec (line 71) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 113) | func (c *CreateCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/vcl/custom/custom_test.go function TestVCLCustomCreate (line 17) | func TestVCLCustomCreate(t *testing.T) { function TestVCLCustomDelete (line 158) | func TestVCLCustomDelete(t *testing.T) { function TestVCLCustomDescribe (line 269) | func TestVCLCustomDescribe(t *testing.T) { function TestVCLCustomList (line 320) | func TestVCLCustomList(t *testing.T) { function TestVCLCustomUpdate (line 375) | func TestVCLCustomUpdate(t *testing.T) { function getVCL (line 544) | func getVCL(_ context.Context, i *fastly.GetVCLInput) (*fastly.VCL, erro... function listVCLs (line 560) | func listVCLs(_ context.Context, i *fastly.ListVCLsInput) ([]*fastly.VCL... FILE: pkg/commands/service/vcl/custom/delete.go function NewDeleteCommand (line 18) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 57) | type DeleteCommand struct method Exec (line 67) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 103) | func (c *DeleteCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/vcl/custom/describe.go function NewDescribeCommand (line 17) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 53) | type DescribeCommand struct method Exec (line 63) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 103) | func (c *DescribeCommand) constructInput(serviceID string, serviceVers... method print (line 114) | func (c *DescribeCommand) print(out io.Writer, v *fastly.VCL) error { FILE: pkg/commands/service/vcl/custom/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 52) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 109) | func (c *ListCommand) constructInput(serviceID string, serviceVersion ... method printVerbose (line 120) | func (c *ListCommand) printVerbose(out io.Writer, serviceVersion int, ... method printSummary (line 141) | func (c *ListCommand) printSummary(out io.Writer, vs []*fastly.VCL) er... FILE: pkg/commands/service/vcl/custom/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "custom" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/vcl/custom/update.go function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 60) | type UpdateCommand struct method Exec (line 72) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 130) | func (c *UpdateCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/vcl/describe.go function NewDescribeCommand (line 17) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 52) | type DescribeCommand struct method Exec (line 61) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 109) | func (c *DescribeCommand) constructInput(serviceID string, serviceVers... method printVerbose (line 120) | func (c *DescribeCommand) printVerbose(out io.Writer, serviceVersion i... method print (line 141) | func (c *DescribeCommand) print(out io.Writer, v *fastly.VCL) error { FILE: pkg/commands/service/vcl/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "vcl" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/vcl/snippet/create.go function NewCreateCommand (line 21) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 65) | type CreateCommand struct method Exec (line 79) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 124) | func (c *CreateCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/vcl/snippet/delete.go function NewDeleteCommand (line 18) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 57) | type DeleteCommand struct method Exec (line 67) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 103) | func (c *DeleteCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/vcl/snippet/describe.go function NewDescribeCommand (line 17) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 56) | type DescribeCommand struct method Exec (line 69) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructDynamicInput (line 152) | func (c *DescribeCommand) constructDynamicInput(serviceID string, _ in... method constructInput (line 166) | func (c *DescribeCommand) constructInput(serviceID string, serviceVers... method printDynamic (line 181) | func (c *DescribeCommand) printDynamic(out io.Writer, ds *fastly.Dynam... method print (line 201) | func (c *DescribeCommand) print(out io.Writer, s *fastly.Snippet) error { FILE: pkg/commands/service/vcl/snippet/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 52) | type ListCommand struct method Exec (line 61) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 109) | func (c *ListCommand) constructInput(serviceID string, serviceVersion ... method printVerbose (line 120) | func (c *ListCommand) printVerbose(out io.Writer, serviceVersion int, ... method printSummary (line 146) | func (c *ListCommand) printSummary(out io.Writer, ss []*fastly.Snippet... FILE: pkg/commands/service/vcl/snippet/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "snippet" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/vcl/snippet/snippet_test.go function TestVCLSnippetCreate (line 17) | func TestVCLSnippetCreate(t *testing.T) { function TestVCLSnippetDelete (line 213) | func TestVCLSnippetDelete(t *testing.T) { function TestVCLSnippetDescribe (line 324) | func TestVCLSnippetDescribe(t *testing.T) { function TestVCLSnippetList (line 428) | func TestVCLSnippetList(t *testing.T) { function TestVCLSnippetUpdate (line 482) | func TestVCLSnippetUpdate(t *testing.T) { function getSnippet (line 683) | func getSnippet(_ context.Context, i *fastly.GetSnippetInput) (*fastly.S... function getDynamicSnippet (line 702) | func getDynamicSnippet(_ context.Context, i *fastly.GetDynamicSnippetInp... function listSnippets (line 715) | func listSnippets(_ context.Context, i *fastly.ListSnippetsInput) ([]*fa... FILE: pkg/commands/service/vcl/snippet/update.go function NewUpdateCommand (line 19) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 66) | type UpdateCommand struct method Exec (line 82) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructDynamicInput (line 164) | func (c *UpdateCommand) constructDynamicInput(serviceID string, _ int)... method constructInput (line 184) | func (c *UpdateCommand) constructInput(serviceID string, serviceVersio... FILE: pkg/commands/service/vcl/vcl_test.go function TestVCLDescribe (line 15) | func TestVCLDescribe(t *testing.T) { function getVCL (line 61) | func getVCL(_ context.Context, i *fastly.GetGeneratedVCLInput) (*fastly.... FILE: pkg/commands/service/version/activate.go type ActivateCommand (line 18) | type ActivateCommand struct method Exec (line 57) | func (c *ActivateCommand) Exec(_ io.Reader, out io.Writer) error { function NewActivateCommand (line 27) | func NewActivateCommand(parent argparser.Registerer, g *global.Data) *Ac... FILE: pkg/commands/service/version/clone.go type CloneCommand (line 16) | type CloneCommand struct method Exec (line 53) | func (c *CloneCommand) Exec(_ io.Reader, out io.Writer) error { function NewCloneCommand (line 26) | func NewCloneCommand(parent argparser.Registerer, g *global.Data) *Clone... FILE: pkg/commands/service/version/deactivate.go type DeactivateCommand (line 18) | type DeactivateCommand struct method Exec (line 52) | func (c *DeactivateCommand) Exec(_ io.Reader, out io.Writer) error { function NewDeactivateCommand (line 26) | func NewDeactivateCommand(parent argparser.Registerer, g *global.Data) *... FILE: pkg/commands/service/version/list.go type ListCommand (line 19) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { function NewListCommand (line 28) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... function parseTime (line 104) | func parseTime(ua *time.Time) string { FILE: pkg/commands/service/version/lock.go type LockCommand (line 18) | type LockCommand struct method Exec (line 52) | func (c *LockCommand) Exec(_ io.Reader, out io.Writer) error { function NewLockCommand (line 26) | func NewLockCommand(parent argparser.Registerer, g *global.Data) *LockCo... FILE: pkg/commands/service/version/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "version" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/service/version/serviceversion_test.go function TestVersionClone (line 17) | func TestVersionClone(t *testing.T) { function TestVersionList (line 62) | func TestVersionList(t *testing.T) { function TestVersionUpdate (line 99) | func TestVersionUpdate(t *testing.T) { function TestVersionActivate (line 132) | func TestVersionActivate(t *testing.T) { function TestVersionDeactivate (line 254) | func TestVersionDeactivate(t *testing.T) { function TestVersionLock (line 290) | func TestVersionLock(t *testing.T) { function TestVersionStage (line 318) | func TestVersionStage(t *testing.T) { function TestVersionUnstage (line 354) | func TestVersionUnstage(t *testing.T) { function updateVersionOK (line 451) | func updateVersionOK(_ context.Context, i *fastly.UpdateVersionInput) (*... function updateVersionError (line 462) | func updateVersionError(_ context.Context, _ *fastly.UpdateVersionInput)... function activateVersionOK (line 466) | func activateVersionOK(_ context.Context, i *fastly.ActivateVersionInput... function activateVersionError (line 477) | func activateVersionError(_ context.Context, _ *fastly.ActivateVersionIn... function deactivateVersionOK (line 481) | func deactivateVersionOK(_ context.Context, i *fastly.DeactivateVersionI... function deactivateVersionError (line 492) | func deactivateVersionError(_ context.Context, _ *fastly.DeactivateVersi... function stageVersionOK (line 496) | func stageVersionOK(_ context.Context, i *fastly.ActivateVersionInput) (... function stageVersionError (line 508) | func stageVersionError(_ context.Context, _ *fastly.ActivateVersionInput... function unstageVersionOK (line 512) | func unstageVersionOK(_ context.Context, i *fastly.DeactivateVersionInpu... function unstageVersionError (line 524) | func unstageVersionError(_ context.Context, _ *fastly.DeactivateVersionI... function lockVersionOK (line 528) | func lockVersionOK(_ context.Context, i *fastly.LockVersionInput) (*fast... function lockVersionError (line 540) | func lockVersionError(_ context.Context, _ *fastly.LockVersionInput) (*f... function TestVersionValidate (line 544) | func TestVersionValidate(t *testing.T) { function validateVersionValid (line 624) | func validateVersionValid(message string) func(context.Context, *fastly.... function validateVersionInvalid (line 630) | func validateVersionInvalid(message string) func(context.Context, *fastl... function validateVersionError (line 636) | func validateVersionError(_ context.Context, _ *fastly.ValidateVersionIn... FILE: pkg/commands/service/version/stage.go type StageCommand (line 18) | type StageCommand struct method Exec (line 52) | func (c *StageCommand) Exec(_ io.Reader, out io.Writer) error { function NewStageCommand (line 26) | func NewStageCommand(parent argparser.Registerer, g *global.Data) *Stage... FILE: pkg/commands/service/version/unstage.go type UnstageCommand (line 18) | type UnstageCommand struct method Exec (line 52) | func (c *UnstageCommand) Exec(_ io.Reader, out io.Writer) error { function NewUnstageCommand (line 26) | func NewUnstageCommand(parent argparser.Registerer, g *global.Data) *Uns... FILE: pkg/commands/service/version/update.go type UpdateCommand (line 17) | type UpdateCommand struct method Exec (line 68) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { function NewUpdateCommand (line 28) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... FILE: pkg/commands/service/version/validate.go type ValidateCommand (line 16) | type ValidateCommand struct method Exec (line 50) | func (c *ValidateCommand) Exec(_ io.Reader, out io.Writer) error { function NewValidateCommand (line 25) | func NewValidateCommand(parent argparser.Registerer, g *global.Data) *Va... FILE: pkg/commands/shellcomplete/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "shellcomplete" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/sso/root.go type RootCommand (line 20) | type RootCommand struct method Exec (line 38) | func (c *RootCommand) Exec(in io.Reader, out io.Writer) error { method resolveTokenName (line 63) | func (c *RootCommand) resolveTokenName() (string, bool) { constant CommandName (line 26) | CommandName = "sso" function NewRootCommand (line 29) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/sso/sso_test.go function TestSSO (line 19) | func TestSSO(t *testing.T) { FILE: pkg/commands/stats/aggregate.go type AggregateCommand (line 16) | type AggregateCommand struct method Exec (line 46) | func (c *AggregateCommand) Exec(_ io.Reader, out io.Writer) error { function NewAggregateCommand (line 28) | func NewAggregateCommand(parent argparser.Registerer, g *global.Data) *A... FILE: pkg/commands/stats/aggregate_test.go function TestAggregate (line 18) | func TestAggregate(t *testing.T) { function getAggregateJSONOK (line 79) | func getAggregateJSONOK(_ context.Context, _ *fastly.GetAggregateInput, ... function getAggregateJSONNonSuccess (line 89) | func getAggregateJSONNonSuccess(_ context.Context, _ *fastly.GetAggregat... function getAggregateJSONError (line 94) | func getAggregateJSONError(_ context.Context, _ *fastly.GetAggregateInpu... FILE: pkg/commands/stats/domain_inspector.go type DomainInspectorCommand (line 19) | type DomainInspectorCommand struct method Exec (line 75) | func (c *DomainInspectorCommand) Exec(_ io.Reader, out io.Writer) error { function NewDomainInspectorCommand (line 38) | func NewDomainInspectorCommand(parent argparser.Registerer, g *global.Da... function parseTime (line 157) | func parseTime(s string) (time.Time, error) { FILE: pkg/commands/stats/domain_inspector_test.go function TestDomainInspector (line 20) | func TestDomainInspector(t *testing.T) { function domainMetricsOKResult (line 151) | func domainMetricsOKResult() (*fastly.DomainInspector, error) { function getDomainMetricsOK (line 171) | func getDomainMetricsOK(_ context.Context, _ *fastly.GetDomainMetricsInp... function getDomainMetricsJSONOK (line 175) | func getDomainMetricsJSONOK(_ context.Context, _ *fastly.GetDomainMetric... function getDomainMetricsJSONNonSuccess (line 180) | func getDomainMetricsJSONNonSuccess(_ context.Context, _ *fastly.GetDoma... function getDomainMetricsNonSuccess (line 185) | func getDomainMetricsNonSuccess(_ context.Context, _ *fastly.GetDomainMe... function getDomainMetricsAssertStart (line 191) | func getDomainMetricsAssertStart(want time.Time) func(context.Context, *... function getDomainMetricsAssertEnd (line 203) | func getDomainMetricsAssertEnd(want time.Time) func(context.Context, *fa... function getDomainMetricsError (line 215) | func getDomainMetricsError(_ context.Context, _ *fastly.GetDomainMetrics... FILE: pkg/commands/stats/historical.go constant statusSuccess (line 15) | statusSuccess = "success" type HistoricalCommand (line 18) | type HistoricalCommand struct method Exec (line 65) | func (c *HistoricalCommand) Exec(_ io.Reader, out io.Writer) error { function NewHistoricalCommand (line 32) | func NewHistoricalCommand(parent argparser.Registerer, g *global.Data) *... function writeHeader (line 141) | func writeHeader(out io.Writer, meta statsResponseMeta) { function writeBlocks (line 149) | func writeBlocks(out io.Writer, service string, blocks []statsResponseDa... function writeBlocksJSON (line 159) | func writeBlocksJSON(out io.Writer, blocks []statsResponseData) error { FILE: pkg/commands/stats/historical_test.go function TestHistorical (line 15) | func TestHistorical(t *testing.T) { function unmarshalStatsJSON (line 97) | func unmarshalStatsJSON(o any) error { function getStatsJSONOK (line 114) | func getStatsJSONOK(_ context.Context, _ *fastly.GetStatsInput, o any) e... function unmarshalStatsFieldJSON (line 118) | func unmarshalStatsFieldJSON(o any) error { function getStatsJSONFieldOK (line 134) | func getStatsJSONFieldOK(_ context.Context, i *fastly.GetStatsInput, o a... function getStatsJSONError (line 141) | func getStatsJSONError(_ context.Context, _ *fastly.GetStatsInput, _ any... FILE: pkg/commands/stats/obj.go type statsResponse (line 6) | type statsResponse struct type statsResponseMeta (line 14) | type statsResponseMeta struct type statsResponseData (line 21) | type statsResponseData type realtimeResponse (line 23) | type realtimeResponse struct type realtimeResponseData (line 28) | type realtimeResponseData struct FILE: pkg/commands/stats/origin_inspector.go type OriginInspectorCommand (line 17) | type OriginInspectorCommand struct method Exec (line 73) | func (c *OriginInspectorCommand) Exec(_ io.Reader, out io.Writer) error { function NewOriginInspectorCommand (line 36) | func NewOriginInspectorCommand(parent argparser.Registerer, g *global.Da... FILE: pkg/commands/stats/origin_inspector_test.go function TestOriginInspector (line 20) | func TestOriginInspector(t *testing.T) { function originMetricsOKResult (line 149) | func originMetricsOKResult() (*fastly.OriginInspector, error) { function getOriginMetricsOK (line 171) | func getOriginMetricsOK(_ context.Context, _ *fastly.GetOriginMetricsInp... function getOriginMetricsJSONOK (line 175) | func getOriginMetricsJSONOK(_ context.Context, _ *fastly.GetOriginMetric... function getOriginMetricsJSONNonSuccess (line 180) | func getOriginMetricsJSONNonSuccess(_ context.Context, _ *fastly.GetOrig... function getOriginMetricsNonSuccess (line 185) | func getOriginMetricsNonSuccess(_ context.Context, _ *fastly.GetOriginMe... function getOriginMetricsAssertStart (line 191) | func getOriginMetricsAssertStart(want time.Time) func(context.Context, *... function getOriginMetricsAssertEnd (line 203) | func getOriginMetricsAssertEnd(want time.Time) func(context.Context, *fa... function getOriginMetricsError (line 215) | func getOriginMetricsError(_ context.Context, _ *fastly.GetOriginMetrics... FILE: pkg/commands/stats/realtime.go type RealtimeCommand (line 18) | type RealtimeCommand struct method Exec (line 54) | func (c *RealtimeCommand) Exec(_ io.Reader, out io.Writer) error { function NewRealtimeCommand (line 27) | func NewRealtimeCommand(parent argparser.Registerer, g *global.Data) *Re... function loopJSON (line 88) | func loopJSON(client api.RealtimeStatsInterface, service string, out io.... function loopText (line 116) | func loopText(client api.RealtimeStatsInterface, service string, out io.... FILE: pkg/commands/stats/realtime_test.go function TestRealtime (line 14) | func TestRealtime(t *testing.T) { FILE: pkg/commands/stats/regions.go type RegionsCommand (line 14) | type RegionsCommand struct method Exec (line 27) | func (c *RegionsCommand) Exec(_ io.Reader, out io.Writer) error { function NewRegionsCommand (line 19) | func NewRegionsCommand(parent argparser.Registerer, g *global.Data) *Reg... FILE: pkg/commands/stats/regions_test.go function TestRegions (line 15) | func TestRegions(t *testing.T) { function getRegionsOK (line 34) | func getRegionsOK(_ context.Context) (*fastly.RegionsResponse, error) { function getRegionsError (line 42) | func getRegionsError(_ context.Context) (*fastly.RegionsResponse, error) { FILE: pkg/commands/stats/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 28) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 17) | CommandName = "stats" function NewRootCommand (line 20) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... function resolveJSONFormat (line 32) | func resolveJSONFormat(formatFlag *string, jsonFlag bool, g *global.Data... FILE: pkg/commands/stats/template.go function fmtFieldLine (line 40) | func fmtFieldLine(out io.Writer, field string, block statsResponseData) ... function fmtBlock (line 55) | func fmtBlock(out io.Writer, service string, block statsResponseData) er... FILE: pkg/commands/stats/usage.go type UsageCommand (line 17) | type UsageCommand struct method Exec (line 49) | func (c *UsageCommand) Exec(_ io.Reader, out io.Writer) error { method execPlain (line 74) | func (c *UsageCommand) execPlain(out io.Writer, input *fastly.GetUsage... method execByService (line 96) | func (c *UsageCommand) execByService(out io.Writer, input *fastly.GetU... function NewUsageCommand (line 30) | func NewUsageCommand(parent argparser.Registerer, g *global.Data) *Usage... function writeUsageJSON (line 118) | func writeUsageJSON(out io.Writer, data *fastly.RegionsUsage) error { function writeUsageByServiceJSON (line 125) | func writeUsageByServiceJSON(out io.Writer, data *fastly.ServicesByRegio... function usageToMap (line 143) | func usageToMap(data fastly.RegionsUsage) map[string]any { function filterUsageByRegion (line 151) | func filterUsageByRegion(data *fastly.RegionsUsage, region string) { function filterUsageByServiceByRegion (line 162) | func filterUsageByServiceByRegion(data *fastly.ServicesByRegionsUsage, r... function usageEntry (line 173) | func usageEntry(u *fastly.Usage) map[string]any { FILE: pkg/commands/stats/usage_test.go function TestUsage (line 18) | func TestUsage(t *testing.T) { function getUsageOK (line 121) | func getUsageOK(_ context.Context, _ *fastly.GetUsageInput) (*fastly.Usa... function getUsageByServiceOK (line 134) | func getUsageByServiceOK(_ context.Context, _ *fastly.GetUsageInput) (*f... function getUsageNilEntry (line 149) | func getUsageNilEntry(_ context.Context, _ *fastly.GetUsageInput) (*fast... function getUsageWithNilEntry (line 158) | func getUsageWithNilEntry(_ context.Context, _ *fastly.GetUsageInput) (*... function getUsageMultiRegion (line 172) | func getUsageMultiRegion(_ context.Context, _ *fastly.GetUsageInput) (*f... function getUsageByServiceMultiRegion (line 190) | func getUsageByServiceMultiRegion(_ context.Context, _ *fastly.GetUsageI... function getUsageNonSuccess (line 212) | func getUsageNonSuccess(_ context.Context, _ *fastly.GetUsageInput) (*fa... function getUsageError (line 219) | func getUsageError(_ context.Context, _ *fastly.GetUsageInput) (*fastly.... FILE: pkg/commands/tls/config/config_test.go constant validateAPIError (line 16) | validateAPIError = "validate API error" constant validateAPISuccess (line 17) | validateAPISuccess = "validate API success" constant mockResponseID (line 18) | mockResponseID = "123" function TestDescribe (line 21) | func TestDescribe(t *testing.T) { function TestList (line 69) | func TestList(t *testing.T) { function TestUpdate (line 114) | func TestUpdate(t *testing.T) { FILE: pkg/commands/tls/config/describe.go constant include (line 15) | include = "dns_records" function NewDescribeCommand (line 18) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 34) | type DescribeCommand struct method Exec (line 43) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 66) | func (c *DescribeCommand) constructInput() *fastly.GetCustomTLSConfigu... method print (line 79) | func (c *DescribeCommand) print(out io.Writer, r *fastly.CustomTLSConf... FILE: pkg/commands/tls/config/list.go function NewListCommand (line 18) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 34) | type ListCommand struct method Exec (line 45) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 79) | func (c *ListCommand) constructInput() *fastly.ListCustomTLSConfigurat... method printVerbose (line 100) | func (c *ListCommand) printVerbose(out io.Writer, rs []*fastly.CustomT... method printSummary (line 143) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.CustomT... FILE: pkg/commands/tls/config/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "tls-config" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tls/config/update.go function NewUpdateCommand (line 15) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 27) | type UpdateCommand struct method Exec (line 35) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 51) | func (c *UpdateCommand) constructInput() *fastly.UpdateCustomTLSConfig... FILE: pkg/commands/tls/custom/activation/activation_test.go constant mockResponseID (line 17) | mockResponseID = "123" constant mockResponseCertID (line 18) | mockResponseCertID = "456" constant mockResponseConfigID (line 19) | mockResponseConfigID = "789" constant mockResponseDomain (line 20) | mockResponseDomain = "tls.example.com" constant validateAPIError (line 21) | validateAPIError = "validate API error" constant validateAPISuccess (line 22) | validateAPISuccess = "validate API success" constant validateMissingIDFlag (line 23) | validateMissingIDFlag = "validate missing --id flag" function TestTLSCustomActivationEnable (line 26) | func TestTLSCustomActivationEnable(t *testing.T) { function TestTLSCustomActivationDisable (line 70) | func TestTLSCustomActivationDisable(t *testing.T) { function TestTLSCustomActivationDescribe (line 101) | func TestTLSCustomActivationDescribe(t *testing.T) { function TestTLSCustomActivationList (line 136) | func TestTLSCustomActivationList(t *testing.T) { function TestTLSCustomActivationUpdate (line 168) | func TestTLSCustomActivationUpdate(t *testing.T) { FILE: pkg/commands/tls/custom/activation/create.go function NewCreateCommand (line 15) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 29) | type CreateCommand struct method Exec (line 38) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 56) | func (c *CreateCommand) constructInput() *fastly.CreateTLSActivationIn... FILE: pkg/commands/tls/custom/activation/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 27) | type DeleteCommand struct method Exec (line 34) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 50) | func (c *DeleteCommand) constructInput() *fastly.DeleteTLSActivationIn... FILE: pkg/commands/tls/custom/activation/describe.go function NewDescribeCommand (line 18) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 34) | type DescribeCommand struct method Exec (line 43) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 66) | func (c *DescribeCommand) constructInput() *fastly.GetTLSActivationInp... method print (line 79) | func (c *DescribeCommand) print(out io.Writer, r *fastly.TLSActivation... FILE: pkg/commands/tls/custom/activation/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 35) | type ListCommand struct method Exec (line 48) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 84) | func (c *ListCommand) constructInput() *fastly.ListTLSActivationsInput { method printVerbose (line 111) | func (c *ListCommand) printVerbose(out io.Writer, rs []*fastly.TLSActi... method printSummary (line 125) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.TLSActi... FILE: pkg/commands/tls/custom/activation/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "activation" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tls/custom/activation/update.go function NewUpdateCommand (line 15) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 27) | type UpdateCommand struct method Exec (line 35) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 52) | func (c *UpdateCommand) constructInput() *fastly.UpdateTLSActivationIn... FILE: pkg/commands/tls/custom/certificate/certificate_test.go constant mockResponseID (line 17) | mockResponseID = "123" constant mockFieldValue (line 18) | mockFieldValue = "example" constant validateAPIError (line 19) | validateAPIError = "validate API error" constant validateAPISuccess (line 20) | validateAPISuccess = "validate API success" constant validateMissingIDFlag (line 21) | validateMissingIDFlag = "validate missing --id flag" function TestTLSCustomCertCreate (line 24) | func TestTLSCustomCertCreate(t *testing.T) { function TestTLSCustomCertDelete (line 86) | func TestTLSCustomCertDelete(t *testing.T) { function TestTLSCustomCertDescribe (line 117) | func TestTLSCustomCertDescribe(t *testing.T) { function TestTLSCustomCertList (line 159) | func TestTLSCustomCertList(t *testing.T) { function TestTLSCustomCertUpdate (line 198) | func TestTLSCustomCertUpdate(t *testing.T) { FILE: pkg/commands/tls/custom/certificate/create.go function NewCreateCommand (line 18) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 36) | type CreateCommand struct method Exec (line 46) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 66) | func (c *CreateCommand) constructInput() (*fastly.CreateCustomTLSCerti... FILE: pkg/commands/tls/custom/certificate/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 27) | type DeleteCommand struct method Exec (line 34) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 50) | func (c *DeleteCommand) constructInput() *fastly.DeleteCustomTLSCertif... FILE: pkg/commands/tls/custom/certificate/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 31) | type DescribeCommand struct method Exec (line 39) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 62) | func (c *DescribeCommand) constructInput() *fastly.GetCustomTLSCertifi... method print (line 71) | func (c *DescribeCommand) print(out io.Writer, r *fastly.CustomTLSCert... FILE: pkg/commands/tls/custom/certificate/list.go constant emptyString (line 16) | emptyString = "" function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 37) | type ListCommand struct method Exec (line 50) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 86) | func (c *ListCommand) constructInput() *fastly.ListCustomTLSCertificat... method printSummary (line 144) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.CustomT... function printVerbose (line 113) | func printVerbose(out io.Writer, rs []*fastly.CustomTLSCertificate) { FILE: pkg/commands/tls/custom/certificate/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "certificate" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tls/custom/certificate/update.go function NewUpdateCommand (line 18) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 35) | type UpdateCommand struct method Exec (line 45) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 69) | func (c *UpdateCommand) constructInput() (*fastly.UpdateCustomTLSCerti... FILE: pkg/commands/tls/custom/domain/domain_test.go constant mockResponseID (line 16) | mockResponseID = "123" constant validateAPIError (line 17) | validateAPIError = "validate API error" constant validateAPISuccess (line 18) | validateAPISuccess = "validate API success" function TestList (line 21) | func TestList(t *testing.T) { FILE: pkg/commands/tls/custom/domain/list.go constant emptyString (line 16) | emptyString = "" function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 38) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 89) | func (c *ListCommand) constructInput() *fastly.ListTLSDomainsInput { method printSummary (line 129) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.TLSDoma... function printVerbose (line 119) | func printVerbose(out io.Writer, rs []*fastly.TLSDomain) { FILE: pkg/commands/tls/custom/domain/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "domain" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tls/custom/privatekey/create.go function NewCreateCommand (line 18) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 32) | type CreateCommand struct method Exec (line 41) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 60) | func (c *CreateCommand) constructInput() (*fastly.CreatePrivateKeyInpu... FILE: pkg/commands/tls/custom/privatekey/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 27) | type DeleteCommand struct method Exec (line 34) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 50) | func (c *DeleteCommand) constructInput() *fastly.DeletePrivateKeyInput { FILE: pkg/commands/tls/custom/privatekey/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 31) | type DescribeCommand struct method Exec (line 39) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 62) | func (c *DescribeCommand) constructInput() *fastly.GetPrivateKeyInput { method print (line 71) | func (c *DescribeCommand) print(out io.Writer, r *fastly.PrivateKey) e... FILE: pkg/commands/tls/custom/privatekey/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 32) | type ListCommand struct method Exec (line 42) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 75) | func (c *ListCommand) constructInput() *fastly.ListPrivateKeysInput { method printSummary (line 112) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.Private... function printVerbose (line 93) | func printVerbose(out io.Writer, rs []*fastly.PrivateKey) { FILE: pkg/commands/tls/custom/privatekey/privatekey_test.go constant mockFieldValue (line 16) | mockFieldValue = "example" constant mockKeyLength (line 17) | mockKeyLength = 123 constant mockResponseID (line 18) | mockResponseID = "123" constant validateAPIError (line 19) | validateAPIError = "validate API error" constant validateAPISuccess (line 20) | validateAPISuccess = "validate API success" constant validateMissingIDFlag (line 21) | validateMissingIDFlag = "validate missing --id flag" function TestTLSCustomPrivateKeyCreate (line 24) | func TestTLSCustomPrivateKeyCreate(t *testing.T) { function TestTLSCustomPrivateKeyDelete (line 94) | func TestTLSCustomPrivateKeyDelete(t *testing.T) { function TestTLSCustomPrivateKeyDescribe (line 125) | func TestTLSCustomPrivateKeyDescribe(t *testing.T) { function TestTLSCustomPrivateKeyList (line 164) | func TestTLSCustomPrivateKeyList(t *testing.T) { FILE: pkg/commands/tls/custom/privatekey/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "private-key" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, globals *global.Data) *... FILE: pkg/commands/tls/custom/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "tls-custom" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tls/platform/create.go function NewCreateCommand (line 15) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 32) | type CreateCommand struct method Exec (line 42) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 59) | func (c *CreateCommand) constructInput() *fastly.CreateBulkCertificate... FILE: pkg/commands/tls/platform/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 27) | type DeleteCommand struct method Exec (line 34) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 50) | func (c *DeleteCommand) constructInput() *fastly.DeleteBulkCertificate... FILE: pkg/commands/tls/platform/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 31) | type DescribeCommand struct method Exec (line 39) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 62) | func (c *DescribeCommand) constructInput() *fastly.GetBulkCertificateI... method print (line 71) | func (c *DescribeCommand) print(out io.Writer, r *fastly.BulkCertifica... FILE: pkg/commands/tls/platform/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 33) | type ListCommand struct method Exec (line 44) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 78) | func (c *ListCommand) constructInput() *fastly.ListBulkCertificatesInp... method printSummary (line 123) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.BulkCer... function printVerbose (line 99) | func printVerbose(out io.Writer, rs []*fastly.BulkCertificate) { FILE: pkg/commands/tls/platform/platform_test.go constant validateAPIError (line 16) | validateAPIError = "validate API error" constant validateAPISuccess (line 17) | validateAPISuccess = "validate API success" constant validateMissingIDFlag (line 18) | validateMissingIDFlag = "validate missing --id flag" constant mockResponseID (line 19) | mockResponseID = "123" function TestTLSPlatformUpload (line 22) | func TestTLSPlatformUpload(t *testing.T) { function TestTLSPlatformDelete (line 61) | func TestTLSPlatformDelete(t *testing.T) { function TestTLSPlatformDescribe (line 92) | func TestTLSPlatformDescribe(t *testing.T) { function TestTLSPlatformList (line 129) | func TestTLSPlatformList(t *testing.T) { function TestTLSPlatformUpdate (line 163) | func TestTLSPlatformUpdate(t *testing.T) { FILE: pkg/commands/tls/platform/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "tls-platform" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tls/platform/update.go function NewUpdateCommand (line 15) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 46) | type UpdateCommand struct method Exec (line 56) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 74) | func (c *UpdateCommand) constructInput() *fastly.UpdateBulkCertificate... FILE: pkg/commands/tls/subscription/create.go constant emptyString (line 14) | emptyString = "" function NewCreateCommand (line 19) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 36) | type CreateCommand struct method Exec (line 46) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 65) | func (c *CreateCommand) constructInput() *fastly.CreateTLSSubscription... FILE: pkg/commands/tls/subscription/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, g *global.Data) *Dele... type DeleteCommand (line 30) | type DeleteCommand struct method Exec (line 38) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 55) | func (c *DeleteCommand) constructInput() *fastly.DeleteTLSSubscription... FILE: pkg/commands/tls/subscription/describe.go function NewDescribeCommand (line 18) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 34) | type DescribeCommand struct method Exec (line 43) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 67) | func (c *DescribeCommand) constructInput() *fastly.GetTLSSubscriptionI... method print (line 80) | func (c *DescribeCommand) print(out io.Writer, r *fastly.TLSSubscripti... FILE: pkg/commands/tls/subscription/list.go function NewListCommand (line 19) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 38) | type ListCommand struct method Exec (line 52) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 89) | func (c *ListCommand) constructInput() *fastly.ListTLSSubscriptionsInp... method printVerbose (line 119) | func (c *ListCommand) printVerbose(out io.Writer, rs []*fastly.TLSSubs... method printSummary (line 138) | func (c *ListCommand) printSummary(out io.Writer, rs []*fastly.TLSSubs... FILE: pkg/commands/tls/subscription/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "tls-subscription" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tls/subscription/subscription_test.go constant certificateAuthority (line 16) | certificateAuthority = "lets-encrypt" constant mockResponseID (line 17) | mockResponseID = "123" constant validateAPIError (line 18) | validateAPIError = "validate API error" constant validateAPISuccess (line 19) | validateAPISuccess = "validate API success" constant validateMissingIDFlag (line 20) | validateMissingIDFlag = "validate missing --id flag" function TestTLSSubscriptionCreate (line 23) | func TestTLSSubscriptionCreate(t *testing.T) { function TestTLSSubscriptionDelete (line 116) | func TestTLSSubscriptionDelete(t *testing.T) { function TestTLSSubscriptionDescribe (line 147) | func TestTLSSubscriptionDescribe(t *testing.T) { function TestTLSSubscriptionList (line 185) | func TestTLSSubscriptionList(t *testing.T) { function TestTLSSubscriptionUpdate (line 220) | func TestTLSSubscriptionUpdate(t *testing.T) { FILE: pkg/commands/tls/subscription/update.go function NewUpdateCommand (line 15) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 33) | type UpdateCommand struct method Exec (line 44) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 61) | func (c *UpdateCommand) constructInput() *fastly.UpdateTLSSubscription... FILE: pkg/commands/tools/domain/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "domain" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/tools/domain/status.go type GetDomainStatusCommand (line 18) | type GetDomainStatusCommand struct method Exec (line 46) | func (g *GetDomainStatusCommand) Exec(_ io.Reader, out io.Writer) error { function NewDomainStatusCommand (line 28) | func NewDomainStatusCommand(parent argparser.Registerer, g *global.Data)... function printStatusSummary (line 86) | func printStatusSummary(w io.Writer, st *status.Status) { FILE: pkg/commands/tools/domain/status_test.go function TestNewDomainsV1ToolsStatusCommand (line 17) | func TestNewDomainsV1ToolsStatusCommand(t *testing.T) { FILE: pkg/commands/tools/domain/suggest.go type GetDomainSuggestionsCommand (line 20) | type GetDomainSuggestionsCommand struct method Exec (line 54) | func (g *GetDomainSuggestionsCommand) Exec(_ io.Reader, out io.Writer)... function NewDomainSuggestionsCommand (line 33) | func NewDomainSuggestionsCommand(parent argparser.Registerer, g *global.... function printSuggestionsSummary (line 105) | func printSuggestionsSummary(out io.Writer, suggestions *suggest.Suggest... function printSuggestionsVerbose (line 121) | func printSuggestionsVerbose(out io.Writer, suggestions *suggest.Suggest... FILE: pkg/commands/tools/domain/suggest_test.go function TestNewDomainsV1ToolsSuggestCommand (line 17) | func TestNewDomainsV1ToolsSuggestCommand(t *testing.T) { FILE: pkg/commands/tools/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "tools" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/update/check.go function Check (line 14) | func Check(currentVersion string, av github.AssetVersioner) (current, la... type checkResult (line 35) | type checkResult struct function CheckAsync (line 51) | func CheckAsync( FILE: pkg/commands/update/check_test.go function TestCheck (line 20) | func TestCheck(t *testing.T) { function TestCheckAsync (line 71) | func TestCheckAsync(t *testing.T) { FILE: pkg/commands/update/root.go type RootCommand (line 20) | type RootCommand struct method Exec (line 36) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { constant CommandName (line 25) | CommandName = "update" function NewRootCommand (line 28) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/user/create.go function NewCreateCommand (line 15) | func NewCreateCommand(parent argparser.Registerer, g *global.Data) *Crea... type CreateCommand (line 31) | type CreateCommand struct method Exec (line 40) | func (c *CreateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 57) | func (c *CreateCommand) constructInput() *fastly.CreateUserInput { FILE: pkg/commands/user/delete.go function NewDeleteCommand (line 15) | func NewDeleteCommand(parent argparser.Registerer, globals *global.Data)... type DeleteCommand (line 24) | type DeleteCommand struct method Exec (line 31) | func (c *DeleteCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 47) | func (c *DeleteCommand) constructInput() *fastly.DeleteUserInput { FILE: pkg/commands/user/describe.go function NewDescribeCommand (line 16) | func NewDescribeCommand(parent argparser.Registerer, g *global.Data) *De... type DescribeCommand (line 27) | type DescribeCommand struct method Exec (line 36) | func (c *DescribeCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 76) | func (c *DescribeCommand) constructInput() (*fastly.GetUserInput, erro... method print (line 91) | func (c *DescribeCommand) print(out io.Writer, r *fastly.User) { FILE: pkg/commands/user/list.go function NewListCommand (line 17) | func NewListCommand(parent argparser.Registerer, g *global.Data) *ListCo... type ListCommand (line 32) | type ListCommand struct method Exec (line 40) | func (c *ListCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 74) | func (c *ListCommand) constructInput() *fastly.ListCustomerUsersInput { method printVerbose (line 84) | func (c *ListCommand) printVerbose(out io.Writer, us []*fastly.User) { method printSummary (line 112) | func (c *ListCommand) printSummary(out io.Writer, us []*fastly.User) e... FILE: pkg/commands/user/root.go type RootCommand (line 12) | type RootCommand struct method Exec (line 29) | func (c *RootCommand) Exec(_ io.Reader, _ io.Writer) error { constant CommandName (line 18) | CommandName = "user" function NewRootCommand (line 21) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... FILE: pkg/commands/user/update.go function NewUpdateCommand (line 16) | func NewUpdateCommand(parent argparser.Registerer, g *global.Data) *Upda... type UpdateCommand (line 30) | type UpdateCommand struct method Exec (line 41) | func (c *UpdateCommand) Exec(_ io.Reader, out io.Writer) error { method constructInput (line 75) | func (c *UpdateCommand) constructInput() (*fastly.UpdateUserInput, err... method constructInputReset (line 98) | func (c *UpdateCommand) constructInputReset() (*fastly.ResetUserPasswo... FILE: pkg/commands/user/user_test.go function TestUserCreate (line 15) | func TestUserCreate(t *testing.T) { function TestUserDelete (line 45) | func TestUserDelete(t *testing.T) { function TestUserDescribe (line 76) | func TestUserDescribe(t *testing.T) { function TestUserList (line 123) | func TestUserList(t *testing.T) { function TestUserUpdate (line 160) | func TestUserUpdate(t *testing.T) { function getUser (line 230) | func getUser(_ context.Context, i *fastly.GetUserInput) (*fastly.User, e... function getCurrentUser (line 251) | func getCurrentUser(_ context.Context) (*fastly.User, error) { function listUsers (line 272) | func listUsers(ctx context.Context, _ *fastly.ListCustomerUsersInput) ([... function describeUserOutput (line 282) | func describeUserOutput() string { function describeCurrentUserOutput (line 302) | func describeCurrentUserOutput() string { function listOutput (line 322) | func listOutput() string { function listVerboseOutput (line 329) | func listVerboseOutput() string { FILE: pkg/commands/version/root.go type RootCommand (line 19) | type RootCommand struct method Exec (line 38) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { constant CommandName (line 24) | CommandName = "version" function NewRootCommand (line 27) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... function IsPreRelease (line 61) | func IsPreRelease(version string) bool { FILE: pkg/commands/version/version_test.go function TestVersion (line 21) | func TestVersion(t *testing.T) { FILE: pkg/commands/whoami/root.go type RootCommand (line 19) | type RootCommand struct method Exec (line 35) | func (c *RootCommand) Exec(_ io.Reader, out io.Writer) error { constant CommandName (line 24) | CommandName = "whoami" function NewRootCommand (line 27) | func NewRootCommand(parent argparser.Registerer, g *global.Data) *RootCo... type VerifyResponse (line 100) | type VerifyResponse struct type Customer (line 108) | type Customer struct type User (line 114) | type User struct type Token (line 121) | type Token struct FILE: pkg/commands/whoami/whoami_test.go function TestWhoami (line 21) | func TestWhoami(t *testing.T) { type codeClient (line 98) | type codeClient struct method Do (line 102) | func (c codeClient) Do(*http.Request) (*http.Response, error) { type errorClient (line 108) | type errorClient struct method Do (line 112) | func (c errorClient) Do(*http.Request) (*http.Response, error) { FILE: pkg/config/auth.go type Auth (line 5) | type Auth struct type AuthTokens (line 11) | type AuthTokens type AuthToken (line 14) | type AuthToken struct constant AuthTokenTypeStatic (line 37) | AuthTokenTypeStatic = "static" constant AuthTokenTypeSSO (line 39) | AuthTokenTypeSSO = "sso" FILE: pkg/config/config.go constant DirectoryPermissions (line 22) | DirectoryPermissions = 0o700 constant FilePermissions (line 25) | FilePermissions = 0o600 type LegacyUser (line 55) | type LegacyUser struct type Fastly (line 61) | type Fastly struct type WasmMetadata (line 67) | type WasmMetadata struct type CLI (line 85) | type CLI struct type Versioner (line 96) | type Versioner struct type Language (line 106) | type Language struct type Go (line 113) | type Go struct type Rust (line 132) | type Rust struct type CPP (line 142) | type CPP struct type Profiles (line 152) | type Profiles type Profile (line 155) | type Profile struct type StarterKitLanguages (line 181) | type StarterKitLanguages struct type StarterKit (line 189) | type StarterKit struct function ensureConfigDirExists (line 199) | func ensureConfigDirExists(path string) error { type File (line 205) | type File struct method SetAutoYes (line 250) | func (f *File) SetAutoYes(v bool) { method SetNonInteractive (line 256) | func (f *File) SetNonInteractive(v bool) { method Read (line 273) | func (f *File) Read( method MigrateLegacy (line 345) | func (f *File) MigrateLegacy() { method NeedsUpdating (line 370) | func (f *File) NeedsUpdating(data []byte, out io.Writer, errLog fsterr... method UseStatic (line 419) | func (f *File) UseStatic(path string) error { method Write (line 437) | func (f *File) Write(path string) error { type Environment (line 463) | type Environment struct method Read (line 485) | func (e *Environment) Read(state map[string]string) { function invalidStaticConfigErr (line 497) | func invalidStaticConfigErr(err error) error { constant FileName (line 505) | FileName = "config.toml" FILE: pkg/config/config_test.go type testReadScenario (line 24) | type testReadScenario struct function TestConfigRead (line 34) | func TestConfigRead(t *testing.T) { function TestUseStatic (line 169) | func TestUseStatic(t *testing.T) { type testInvalidConfigScenario (line 267) | type testInvalidConfigScenario struct function TestInvalidConfig (line 279) | func TestInvalidConfig(t *testing.T) { function TestNeedsUpdating (line 345) | func TestNeedsUpdating(t *testing.T) { FILE: pkg/config/migrate_auth.go method MigrateProfilesToAuth (line 13) | func (f *File) MigrateProfilesToAuth() bool { function profileToAuthToken (line 50) | func profileToAuthToken(p *Profile) *AuthToken { method AuthInitialized (line 90) | func (f *File) AuthInitialized() bool { method GetAuthToken (line 94) | func (f *File) GetAuthToken(name string) *AuthToken { method GetDefaultAuthToken (line 98) | func (f *File) GetDefaultAuthToken() (string, *AuthToken) { method SetAuthToken (line 108) | func (f *File) SetAuthToken(name string, token *AuthToken) { method DeleteAuthToken (line 115) | func (f *File) DeleteAuthToken(name string) bool { method SetDefaultAuthToken (line 134) | func (f *File) SetDefaultAuthToken(name string) error { FILE: pkg/config/migrate_auth_test.go function TestMigrateProfilesToAuth_EmptyProfiles (line 8) | func TestMigrateProfilesToAuth_EmptyProfiles(t *testing.T) { function TestMigrateProfilesToAuth_StaticToken (line 25) | func TestMigrateProfilesToAuth_StaticToken(t *testing.T) { function TestMigrateProfilesToAuth_SSOToken (line 67) | func TestMigrateProfilesToAuth_SSOToken(t *testing.T) { function TestMigrateProfilesToAuth_SSOToken_NeedsReauth (line 131) | func TestMigrateProfilesToAuth_SSOToken_NeedsReauth(t *testing.T) { function TestMigrateProfilesToAuth_DefaultPreserved (line 167) | func TestMigrateProfilesToAuth_DefaultPreserved(t *testing.T) { function TestMigrateProfilesToAuth_NoDefaultPicksOne (line 205) | func TestMigrateProfilesToAuth_NoDefaultPicksOne(t *testing.T) { function TestMigrateProfilesToAuth_AlreadyMigrated (line 229) | func TestMigrateProfilesToAuth_AlreadyMigrated(t *testing.T) { function TestMigrateProfilesToAuth_Idempotent (line 271) | func TestMigrateProfilesToAuth_Idempotent(t *testing.T) { function TestAuthToken_CRUD (line 323) | func TestAuthToken_CRUD(t *testing.T) { function TestDeleteAuthToken_ReassignsDefault (line 429) | func TestDeleteAuthToken_ReassignsDefault(t *testing.T) { function TestDeleteAuthToken_LastToken (line 466) | func TestDeleteAuthToken_LastToken(t *testing.T) { function TestGetDefaultAuthToken (line 494) | func TestGetDefaultAuthToken(t *testing.T) { function TestSetDefaultAuthToken_NoTokens (line 539) | func TestSetDefaultAuthToken_NoTokens(t *testing.T) { function TestProfileToAuthToken_StaticMinimal (line 549) | func TestProfileToAuthToken_StaticMinimal(t *testing.T) { function TestProfileToAuthToken_SSOWithLabel (line 579) | func TestProfileToAuthToken_SSOWithLabel(t *testing.T) { function TestProfileToAuthToken_SSOPartialFields (line 623) | func TestProfileToAuthToken_SSOPartialFields(t *testing.T) { function TestMigrateProfilesToAuth_MixedPartial (line 650) | func TestMigrateProfilesToAuth_MixedPartial(t *testing.T) { FILE: pkg/debug/debug.go function PrintStruct (line 12) | func PrintStruct(v any) error { function DumpHTTPRequest (line 21) | func DumpHTTPRequest(r *http.Request) { function DumpHTTPResponse (line 31) | func DumpHTTPResponse(r *http.Response) { FILE: pkg/env/env.go constant AccountEndpoint (line 14) | AccountEndpoint = "FASTLY_ACCOUNT_ENDPOINT" constant APIEndpoint (line 18) | APIEndpoint = "FASTLY_API_ENDPOINT" constant APIToken (line 25) | APIToken = "FASTLY_API_TOKEN" constant CustomerID (line 28) | CustomerID = "FASTLY_CUSTOMER_ID" constant DebugMode (line 32) | DebugMode = "FASTLY_DEBUG_MODE" constant ServiceID (line 35) | ServiceID = "FASTLY_SERVICE_ID" constant UseSSO (line 41) | UseSSO = "FASTLY_USE_SSO" constant UserAgentExtension (line 46) | UserAgentExtension = "FASTLY_USER_AGENT_EXTENSION" constant WasmMetadataDisable (line 51) | WasmMetadataDisable = "FASTLY_WASM_METADATA_DISABLE" constant WorkspaceID (line 54) | WorkspaceID = "FASTLY_WORKSPACE_ID" constant DisableAuthCommand (line 58) | DisableAuthCommand = "FASTLY_DISABLE_AUTH_COMMAND" function AuthCommandDisabled (line 63) | func AuthCommandDisabled() bool { function Parse (line 68) | func Parse(environ []string) map[string]string { function Vars (line 83) | func Vars() []string { function toVar (line 92) | func toVar(v string) string { function toNix (line 99) | func toNix(v string) string { function toWin (line 103) | func toWin(v string) string { FILE: pkg/env/env_test.go function TestVars (line 10) | func TestVars(t *testing.T) { FILE: pkg/errors/deduce.go type httpStatusError (line 16) | type httpStatusError interface function Deduce (line 26) | func Deduce(err error) RemediationError { function SimplifyFastlyError (line 69) | func SimplifyFastlyError(httpError fastly.HTTPError) error { FILE: pkg/errors/deduce_test.go function TestDeduce (line 15) | func TestDeduce(t *testing.T) { type isTemporary (line 98) | type isTemporary struct method Temporary (line 100) | func (isTemporary) Temporary() bool { return true } FILE: pkg/errors/errors.go function ErrNoToken (line 31) | func ErrNoToken() RemediationError { function ErrNonInteractiveNoToken (line 40) | func ErrNonInteractiveNoToken() RemediationError { FILE: pkg/errors/exit_error.go type SkipExitError (line 11) | type SkipExitError struct method Unwrap (line 17) | func (ee SkipExitError) Unwrap() error { method Error (line 22) | func (ee SkipExitError) Error() string { method Print (line 32) | func (ee SkipExitError) Print(w io.Writer) { FILE: pkg/errors/log.go type LogInterface (line 29) | type LogInterface interface type MockLog (line 36) | type MockLog struct method Add (line 39) | func (ml MockLog) Add(_ error) {} method AddWithContext (line 42) | func (ml MockLog) AddWithContext(_ error, _ map[string]any) {} method Persist (line 45) | func (ml MockLog) Persist(_ string, _ []string) error { type LogEntries (line 53) | type LogEntries method Add (line 56) | func (l *LogEntries) Add(err error) { method AddWithContext (line 63) | func (l *LogEntries) AddWithContext(err error, ctx map[string]any) { method Persist (line 73) | func (l LogEntries) Persist(logPath string, args []string) error { function FilterToken (line 159) | func FilterToken(input string) (inputFiltered string) { function createLogEntry (line 166) | func createLogEntry(err error) LogEntry { type LogEntry (line 188) | type LogEntry struct type Caller (line 196) | type Caller struct function ServiceVersion (line 227) | func ServiceVersion(v *fastly.Version) int { FILE: pkg/errors/log_test.go function TestLogAdd (line 15) | func TestLogAdd(t *testing.T) { function TestLogPersist (line 34) | func TestLogPersist(t *testing.T) { function TestLogPersistLogRotation (line 120) | func TestLogPersistLogRotation(t *testing.T) { FILE: pkg/errors/process.go function Process (line 13) | func Process(err error, args []string, out io.Writer) (skipExit bool) { FILE: pkg/errors/remediation_error.go type RemediationError (line 13) | type RemediationError struct method Unwrap (line 23) | func (re RemediationError) Unwrap() error { method Error (line 28) | func (re RemediationError) Error() string { method Print (line 39) | func (re RemediationError) Print(w io.Writer) { function AuthRemediation (line 55) | func AuthRemediation() string { function ForbiddenRemediation (line 75) | func ForbiddenRemediation() string { function ErrProfileFlagNotFound (line 188) | func ErrProfileFlagNotFound(name string) RemediationError { function ProfileRemediation (line 196) | func ProfileRemediation() string { function TokenExpirationRemediation (line 213) | func TokenExpirationRemediation() string { function TokenExpirationRemediationForType (line 226) | func TokenExpirationRemediationForType(tokenType string) string { function NonInteractiveAuthRemediation (line 238) | func NonInteractiveAuthRemediation() string { FILE: pkg/errors/remediation_test.go function TestRemediationDisableAuthCommand (line 10) | func TestRemediationDisableAuthCommand(t *testing.T) { FILE: pkg/exec/exec.go constant divider (line 19) | divider = "-------------------------------------------------------------... type Streaming (line 25) | type Streaming struct method MonitorSignals (line 52) | func (s *Streaming) MonitorSignals() { method MonitorSignalsAsync (line 57) | func (s *Streaming) MonitorSignalsAsync() { method Exec (line 79) | func (s *Streaming) Exec() error { method Signal (line 162) | func (s *Streaming) Signal(sig os.Signal) error { type CommandOpts (line 173) | type CommandOpts struct function Command (line 196) | func Command(opts CommandOpts) error { FILE: pkg/file/archive.go type Archive (line 22) | type Archive interface type ArchiveGzip (line 48) | type ArchiveGzip struct type ArchiveZip (line 53) | type ArchiveZip struct type ArchiveBase (line 58) | type ArchiveBase struct method Extensions (line 67) | func (a ArchiveBase) Extensions() []string { method MimeTypes (line 72) | func (a ArchiveBase) MimeTypes() []string { method Filename (line 77) | func (a ArchiveBase) Filename() string { method SetDestination (line 82) | func (a *ArchiveBase) SetDestination(d string) { method SetFilename (line 90) | func (a *ArchiveBase) SetFilename(n string) { method Extract (line 154) | func (a ArchiveBase) Extract() error { function ExtractArchive (line 97) | func ExtractArchive(archivePath, destDir string, filter func(string) boo... FILE: pkg/filesystem/directory.go function FileExists (line 13) | func FileExists(path string) bool { function CopyFile (line 23) | func CopyFile(src, dst string) (err error) { function MakeDirectoryIfNotExists (line 95) | func MakeDirectoryIfNotExists(path string) error { FILE: pkg/filesystem/home.go constant UnixHome (line 11) | UnixHome = "$HOME" constant UnixHomeShort (line 13) | UnixHomeShort = "~" constant WindowsHome (line 15) | WindowsHome = "%USERPROFILE%" function ResolveAbs (line 24) | func ResolveAbs(path string) string { FILE: pkg/fmt/fmt.go function Success (line 12) | func Success(format string, args ...any) string { function Info (line 19) | func Info(format string, args ...any) string { function JSON (line 27) | func JSON(format string, args ...any) string { function EncodeJSON (line 36) | func EncodeJSON(value any) string { FILE: pkg/github/github.go constant metadataURL (line 24) | metadataURL = "https://developer.fastly.com/api/internal/releases/meta/%... function New (line 43) | func New(opts Opts) *Asset { type Opts (line 62) | type Opts struct type Asset (line 87) | type Asset struct method BinaryName (line 114) | func (g Asset) BinaryName() string { method DownloadLatest (line 119) | func (g *Asset) DownloadLatest() (bin string, err error) { method DownloadVersion (line 128) | func (g *Asset) DownloadVersion(version string) (bin string, err error) { method Download (line 145) | func (g *Asset) Download(endpoint string) (bin string, err error) { method URL (line 190) | func (g *Asset) URL() (url string, err error) { method LatestVersion (line 207) | func (g *Asset) LatestVersion() (version string, err error) { method RequestedVersion (line 225) | func (g *Asset) RequestedVersion() string { method SetRequestedVersion (line 231) | func (g *Asset) SetRequestedVersion(version string) { method metadata (line 236) | func (g *Asset) metadata() (m DevHubMetadata, err error) { method InstallPath (line 283) | func (g *Asset) InstallPath() string { method parseExternalMetadata (line 487) | func (g *Asset) parseExternalMetadata(data []byte) (DevHubMetadata, er... type DevHubMetadata (line 288) | type DevHubMetadata struct type AssetVersioner (line 296) | type AssetVersioner interface function createArchive (line 319) | func createArchive(assetBase, tmpDir string, data io.ReadCloser) (path s... function extractBinary (line 349) | func extractBinary(archive, binaryName, dst, assetBase string, nested bo... function moveExtractedBinary (line 389) | func moveExtractedBinary(binName, oldpath string) (path string, err erro... function SetBinPerms (line 413) | func SetBinPerms(bin string) error { type RawAsset (line 427) | type RawAsset struct type Metadata (line 433) | type Metadata struct method Version (line 443) | func (m Metadata) Version() string { method URL (line 452) | func (m Metadata) URL() string { FILE: pkg/github/github_test.go function TestDownloadArchiveExtract (line 13) | func TestDownloadArchiveExtract(t *testing.T) { FILE: pkg/global/global.go constant DefaultAPIEndpoint (line 16) | DefaultAPIEndpoint = "https://api.fastly.com" constant DefaultAccountEndpoint (line 19) | DefaultAccountEndpoint = "https://accounts.fastly.com" type APIClientFactory (line 26) | type APIClientFactory type Versioners (line 29) | type Versioners struct type Data (line 48) | type Data struct method Token (line 104) | func (d *Data) Token() (string, lookup.Source) { method profileFlagToken (line 136) | func (d *Data) profileFlagToken() (*config.AuthToken, bool) { method ValidateProfileFlag (line 150) | func (d *Data) ValidateProfileFlag() error { method AuthTokenName (line 162) | func (d *Data) AuthTokenName() string { method Verbose (line 187) | func (d *Data) Verbose() bool { method APIEndpoint (line 192) | func (d *Data) APIEndpoint() (string, lookup.Source) { method AccountEndpoint (line 209) | func (d *Data) AccountEndpoint() (string, lookup.Source) { type Flags (line 231) | type Flags struct FILE: pkg/global/global_test.go function TestToken (line 13) | func TestToken(t *testing.T) { function TestAuthTokenName (line 270) | func TestAuthTokenName(t *testing.T) { function TestTokenManifestProfileMissingNoSideEffect (line 416) | func TestTokenManifestProfileMissingNoSideEffect(t *testing.T) { FILE: pkg/internal/beacon/beacon.go constant StatusSuccess (line 15) | StatusSuccess = "success" constant StatusFail (line 16) | StatusFail = "fail" type Event (line 21) | type Event struct constant beaconNotify (line 27) | beaconNotify = "/cli/%s/notify" function Notify (line 31) | func Notify(g *global.Data, serviceID string, e Event) error { FILE: pkg/internal/beacon/beacon_test.go function TestNotify (line 15) | func TestNotify(t *testing.T) { type mockHTTPClient (line 54) | type mockHTTPClient struct method Do (line 60) | func (m *mockHTTPClient) Do(r *http.Request) (*http.Response, error) { FILE: pkg/lookup/lookup.go type Source (line 4) | type Source constant SourceUndefined (line 9) | SourceUndefined Source = iota constant SourceFile (line 12) | SourceFile constant SourceEnvironment (line 15) | SourceEnvironment constant SourceFlag (line 18) | SourceFlag constant SourceDefault (line 21) | SourceDefault constant SourceAuth (line 24) | SourceAuth FILE: pkg/manifest/data.go type Data (line 16) | type Data struct method Authors (line 22) | func (d *Data) Authors() ([]string, Source) { method Description (line 35) | func (d *Data) Description() (string, Source) { method Name (line 44) | func (d *Data) Name() (string, Source) { method ServiceID (line 53) | func (d *Data) ServiceID() (string, Source) { FILE: pkg/manifest/file.go type File (line 20) | type File struct method MarshalTOML (line 55) | func (f *File) MarshalTOML() ([]byte, error) { method Exists (line 180) | func (f *File) Exists() bool { method Read (line 185) | func (f *File) Read(path string) (err error) { method ParseEnvFile (line 251) | func (f *File) ParseEnvFile() error { method ReadError (line 292) | func (f *File) ReadError() error { method SetErrLog (line 297) | func (f *File) SetErrLog(errLog fsterr.LogInterface) { method SetOutput (line 302) | func (f *File) SetOutput(output io.Writer) { method SetQuiet (line 307) | func (f *File) SetQuiet(v bool) { method Write (line 312) | func (f *File) Write(path string) error { method logErr (line 352) | func (f *File) logErr(err error) { function appendSpecRef (line 359) | func appendSpecRef(w io.Writer) error { type Scripts (line 366) | type Scripts struct FILE: pkg/manifest/flags.go type Flag (line 5) | type Flag struct FILE: pkg/manifest/local_server.go type LocalServer (line 11) | type LocalServer struct type LocalBackend (line 21) | type LocalBackend struct type LocalConfigStore (line 29) | type LocalConfigStore struct type KVStoreArrayEntry (line 37) | type KVStoreArrayEntry struct type KVStoreExternalFile (line 46) | type KVStoreExternalFile struct type LocalKVStore (line 54) | type LocalKVStore struct type LocalKVStoreMap (line 61) | type LocalKVStoreMap method UnmarshalTOML (line 64) | func (m *LocalKVStoreMap) UnmarshalTOML(v any) error { type SecretStoreArrayEntry (line 118) | type SecretStoreArrayEntry struct type SecretStoreExternalFile (line 127) | type SecretStoreExternalFile struct type LocalSecretStore (line 135) | type LocalSecretStore struct type LocalSecretStoreMap (line 142) | type LocalSecretStoreMap method UnmarshalTOML (line 145) | func (m *LocalSecretStoreMap) UnmarshalTOML(v any) error { type LocalPushpinMap (line 199) | type LocalPushpinMap struct function decodeTOMLMap (line 206) | func decodeTOMLMap(m map[string]any, out any) error { FILE: pkg/manifest/local_server_test.go function TestLocalKVStores_UnmarshalTOML (line 11) | func TestLocalKVStores_UnmarshalTOML(t *testing.T) { function TestLocalSecretStores_UnmarshalTOML (line 91) | func TestLocalSecretStores_UnmarshalTOML(t *testing.T) { FILE: pkg/manifest/manifest.go type Source (line 4) | type Source constant Filename (line 9) | Filename = "fastly.toml" constant ManifestLatestVersion (line 16) | ManifestLatestVersion = 3 constant FilePermissions (line 19) | FilePermissions = 0o666 constant SourceUndefined (line 23) | SourceUndefined Source = iota constant SourceFile (line 26) | SourceFile constant SourceEnv (line 29) | SourceEnv constant SourceFlag (line 32) | SourceFlag constant SpecIntro (line 35) | SpecIntro = "This file describes a Fastly Compute package. To learn more... constant SpecURL (line 38) | SpecURL = "https://www.fastly.com/documentation/reference/compute/fastly... FILE: pkg/manifest/manifest_test.go function TestManifest (line 20) | func TestManifest(t *testing.T) { function TestManifestPrepend (line 131) | func TestManifestPrepend(t *testing.T) { function TestDataServiceID (line 208) | func TestDataServiceID(t *testing.T) { function TestManifestPersistsLocalServerSection (line 239) | func TestManifestPersistsLocalServerSection(t *testing.T) { function TestParseEnvFile (line 312) | func TestParseEnvFile(t *testing.T) { FILE: pkg/manifest/setup.go type Setup (line 5) | type Setup struct method Defined (line 15) | func (s Setup) Defined() bool { type SetupBackend (line 41) | type SetupBackend struct type SetupConfigStore (line 48) | type SetupConfigStore struct type SetupConfigStoreItems (line 54) | type SetupConfigStoreItems struct type SetupLogger (line 60) | type SetupLogger struct type SetupKVStore (line 65) | type SetupKVStore struct type SetupKVStoreItems (line 72) | type SetupKVStoreItems struct type SetupSecretStore (line 79) | type SetupSecretStore struct type SetupSecretStoreEntry (line 85) | type SetupSecretStoreEntry struct FILE: pkg/manifest/version.go type Version (line 18) | type Version method UnmarshalText (line 37) | func (v *Version) UnmarshalText(txt []byte) error { FILE: pkg/mock/api.go type API (line 13) | type API struct method AllDatacenters (line 423) | func (m API) AllDatacenters(ctx context.Context) ([]fastly.Datacenter,... method AllIPs (line 428) | func (m API) AllIPs(ctx context.Context) (fastly.IPAddrs, fastly.IPAdd... method CreateService (line 433) | func (m API) CreateService(ctx context.Context, i *fastly.CreateServic... method GetServices (line 438) | func (m API) GetServices(ctx context.Context, i *fastly.GetServicesInp... method ListServices (line 443) | func (m API) ListServices(ctx context.Context, i *fastly.ListServicesI... method GetService (line 448) | func (m API) GetService(ctx context.Context, i *fastly.GetServiceInput... method GetServiceDetails (line 453) | func (m API) GetServiceDetails(ctx context.Context, i *fastly.GetServi... method SearchService (line 458) | func (m API) SearchService(ctx context.Context, i *fastly.SearchServic... method UpdateService (line 463) | func (m API) UpdateService(ctx context.Context, i *fastly.UpdateServic... method DeleteService (line 468) | func (m API) DeleteService(ctx context.Context, i *fastly.DeleteServic... method CloneVersion (line 473) | func (m API) CloneVersion(ctx context.Context, i *fastly.CloneVersionI... method ListVersions (line 478) | func (m API) ListVersions(ctx context.Context, i *fastly.ListVersionsI... method GetVersion (line 483) | func (m API) GetVersion(ctx context.Context, i *fastly.GetVersionInput... method UpdateVersion (line 488) | func (m API) UpdateVersion(ctx context.Context, i *fastly.UpdateVersio... method ActivateVersion (line 493) | func (m API) ActivateVersion(ctx context.Context, i *fastly.ActivateVe... method DeactivateVersion (line 498) | func (m API) DeactivateVersion(ctx context.Context, i *fastly.Deactiva... method LockVersion (line 503) | func (m API) LockVersion(ctx context.Context, i *fastly.LockVersionInp... method LatestVersion (line 508) | func (m API) LatestVersion(ctx context.Context, i *fastly.LatestVersio... method ValidateVersion (line 513) | func (m API) ValidateVersion(ctx context.Context, i *fastly.ValidateVe... method CreateDomain (line 518) | func (m API) CreateDomain(ctx context.Context, i *fastly.CreateDomainI... method ListDomains (line 523) | func (m API) ListDomains(ctx context.Context, i *fastly.ListDomainsInp... method GetDomain (line 528) | func (m API) GetDomain(ctx context.Context, i *fastly.GetDomainInput) ... method UpdateDomain (line 533) | func (m API) UpdateDomain(ctx context.Context, i *fastly.UpdateDomainI... method DeleteDomain (line 538) | func (m API) DeleteDomain(ctx context.Context, i *fastly.DeleteDomainI... method ValidateDomain (line 543) | func (m API) ValidateDomain(ctx context.Context, i *fastly.ValidateDom... method ValidateAllDomains (line 548) | func (m API) ValidateAllDomains(ctx context.Context, i *fastly.Validat... method CreateBackend (line 553) | func (m API) CreateBackend(ctx context.Context, i *fastly.CreateBacken... method ListBackends (line 558) | func (m API) ListBackends(ctx context.Context, i *fastly.ListBackendsI... method GetBackend (line 563) | func (m API) GetBackend(ctx context.Context, i *fastly.GetBackendInput... method UpdateBackend (line 568) | func (m API) UpdateBackend(ctx context.Context, i *fastly.UpdateBacken... method DeleteBackend (line 573) | func (m API) DeleteBackend(ctx context.Context, i *fastly.DeleteBacken... method CreateHealthCheck (line 578) | func (m API) CreateHealthCheck(ctx context.Context, i *fastly.CreateHe... method ListHealthChecks (line 583) | func (m API) ListHealthChecks(ctx context.Context, i *fastly.ListHealt... method GetHealthCheck (line 588) | func (m API) GetHealthCheck(ctx context.Context, i *fastly.GetHealthCh... method UpdateHealthCheck (line 593) | func (m API) UpdateHealthCheck(ctx context.Context, i *fastly.UpdateHe... method DeleteHealthCheck (line 598) | func (m API) DeleteHealthCheck(ctx context.Context, i *fastly.DeleteHe... method GetPackage (line 603) | func (m API) GetPackage(ctx context.Context, i *fastly.GetPackageInput... method UpdatePackage (line 608) | func (m API) UpdatePackage(ctx context.Context, i *fastly.UpdatePackag... method CreateDictionary (line 613) | func (m API) CreateDictionary(ctx context.Context, i *fastly.CreateDic... method GetDictionary (line 618) | func (m API) GetDictionary(ctx context.Context, i *fastly.GetDictionar... method DeleteDictionary (line 623) | func (m API) DeleteDictionary(ctx context.Context, i *fastly.DeleteDic... method ListDictionaries (line 628) | func (m API) ListDictionaries(ctx context.Context, i *fastly.ListDicti... method UpdateDictionary (line 633) | func (m API) UpdateDictionary(ctx context.Context, i *fastly.UpdateDic... method GetDictionaryItems (line 638) | func (m API) GetDictionaryItems(ctx context.Context, i *fastly.GetDict... method ListDictionaryItems (line 643) | func (m API) ListDictionaryItems(ctx context.Context, i *fastly.ListDi... method GetDictionaryItem (line 648) | func (m API) GetDictionaryItem(ctx context.Context, i *fastly.GetDicti... method CreateDictionaryItem (line 653) | func (m API) CreateDictionaryItem(ctx context.Context, i *fastly.Creat... method UpdateDictionaryItem (line 658) | func (m API) UpdateDictionaryItem(ctx context.Context, i *fastly.Updat... method DeleteDictionaryItem (line 663) | func (m API) DeleteDictionaryItem(ctx context.Context, i *fastly.Delet... method BatchModifyDictionaryItems (line 668) | func (m API) BatchModifyDictionaryItems(ctx context.Context, i *fastly... method GetDictionaryInfo (line 673) | func (m API) GetDictionaryInfo(ctx context.Context, i *fastly.GetDicti... method CreateBigQuery (line 678) | func (m API) CreateBigQuery(ctx context.Context, i *fastly.CreateBigQu... method ListBigQueries (line 683) | func (m API) ListBigQueries(ctx context.Context, i *fastly.ListBigQuer... method GetBigQuery (line 688) | func (m API) GetBigQuery(ctx context.Context, i *fastly.GetBigQueryInp... method UpdateBigQuery (line 693) | func (m API) UpdateBigQuery(ctx context.Context, i *fastly.UpdateBigQu... method DeleteBigQuery (line 698) | func (m API) DeleteBigQuery(ctx context.Context, i *fastly.DeleteBigQu... method CreateS3 (line 703) | func (m API) CreateS3(ctx context.Context, i *fastly.CreateS3Input) (*... method ListS3s (line 708) | func (m API) ListS3s(ctx context.Context, i *fastly.ListS3sInput) ([]*... method GetS3 (line 713) | func (m API) GetS3(ctx context.Context, i *fastly.GetS3Input) (*fastly... method UpdateS3 (line 718) | func (m API) UpdateS3(ctx context.Context, i *fastly.UpdateS3Input) (*... method DeleteS3 (line 723) | func (m API) DeleteS3(ctx context.Context, i *fastly.DeleteS3Input) er... method CreateKinesis (line 728) | func (m API) CreateKinesis(ctx context.Context, i *fastly.CreateKinesi... method ListKinesis (line 733) | func (m API) ListKinesis(ctx context.Context, i *fastly.ListKinesisInp... method GetKinesis (line 738) | func (m API) GetKinesis(ctx context.Context, i *fastly.GetKinesisInput... method UpdateKinesis (line 743) | func (m API) UpdateKinesis(ctx context.Context, i *fastly.UpdateKinesi... method DeleteKinesis (line 748) | func (m API) DeleteKinesis(ctx context.Context, i *fastly.DeleteKinesi... method CreateSyslog (line 753) | func (m API) CreateSyslog(ctx context.Context, i *fastly.CreateSyslogI... method ListSyslogs (line 758) | func (m API) ListSyslogs(ctx context.Context, i *fastly.ListSyslogsInp... method GetSyslog (line 763) | func (m API) GetSyslog(ctx context.Context, i *fastly.GetSyslogInput) ... method UpdateSyslog (line 768) | func (m API) UpdateSyslog(ctx context.Context, i *fastly.UpdateSyslogI... method DeleteSyslog (line 773) | func (m API) DeleteSyslog(ctx context.Context, i *fastly.DeleteSyslogI... method CreateLogentries (line 778) | func (m API) CreateLogentries(ctx context.Context, i *fastly.CreateLog... method ListLogentries (line 783) | func (m API) ListLogentries(ctx context.Context, i *fastly.ListLogentr... method GetLogentries (line 788) | func (m API) GetLogentries(ctx context.Context, i *fastly.GetLogentrie... method UpdateLogentries (line 793) | func (m API) UpdateLogentries(ctx context.Context, i *fastly.UpdateLog... method DeleteLogentries (line 798) | func (m API) DeleteLogentries(ctx context.Context, i *fastly.DeleteLog... method CreatePapertrail (line 803) | func (m API) CreatePapertrail(ctx context.Context, i *fastly.CreatePap... method ListPapertrails (line 808) | func (m API) ListPapertrails(ctx context.Context, i *fastly.ListPapert... method GetPapertrail (line 813) | func (m API) GetPapertrail(ctx context.Context, i *fastly.GetPapertrai... method UpdatePapertrail (line 818) | func (m API) UpdatePapertrail(ctx context.Context, i *fastly.UpdatePap... method DeletePapertrail (line 823) | func (m API) DeletePapertrail(ctx context.Context, i *fastly.DeletePap... method CreateSumologic (line 828) | func (m API) CreateSumologic(ctx context.Context, i *fastly.CreateSumo... method ListSumologics (line 833) | func (m API) ListSumologics(ctx context.Context, i *fastly.ListSumolog... method GetSumologic (line 838) | func (m API) GetSumologic(ctx context.Context, i *fastly.GetSumologicI... method UpdateSumologic (line 843) | func (m API) UpdateSumologic(ctx context.Context, i *fastly.UpdateSumo... method DeleteSumologic (line 848) | func (m API) DeleteSumologic(ctx context.Context, i *fastly.DeleteSumo... method CreateGCS (line 853) | func (m API) CreateGCS(ctx context.Context, i *fastly.CreateGCSInput) ... method ListGCSs (line 858) | func (m API) ListGCSs(ctx context.Context, i *fastly.ListGCSsInput) ([... method GetGCS (line 863) | func (m API) GetGCS(ctx context.Context, i *fastly.GetGCSInput) (*fast... method UpdateGCS (line 868) | func (m API) UpdateGCS(ctx context.Context, i *fastly.UpdateGCSInput) ... method DeleteGCS (line 873) | func (m API) DeleteGCS(ctx context.Context, i *fastly.DeleteGCSInput) ... method CreateGrafanaCloudLogs (line 878) | func (m API) CreateGrafanaCloudLogs(ctx context.Context, i *fastly.Cre... method ListGrafanaCloudLogs (line 883) | func (m API) ListGrafanaCloudLogs(ctx context.Context, i *fastly.ListG... method GetGrafanaCloudLogs (line 888) | func (m API) GetGrafanaCloudLogs(ctx context.Context, i *fastly.GetGra... method UpdateGrafanaCloudLogs (line 893) | func (m API) UpdateGrafanaCloudLogs(ctx context.Context, i *fastly.Upd... method DeleteGrafanaCloudLogs (line 898) | func (m API) DeleteGrafanaCloudLogs(ctx context.Context, i *fastly.Del... method CreateFTP (line 903) | func (m API) CreateFTP(ctx context.Context, i *fastly.CreateFTPInput) ... method ListFTPs (line 908) | func (m API) ListFTPs(ctx context.Context, i *fastly.ListFTPsInput) ([... method GetFTP (line 913) | func (m API) GetFTP(ctx context.Context, i *fastly.GetFTPInput) (*fast... method UpdateFTP (line 918) | func (m API) UpdateFTP(ctx context.Context, i *fastly.UpdateFTPInput) ... method DeleteFTP (line 923) | func (m API) DeleteFTP(ctx context.Context, i *fastly.DeleteFTPInput) ... method CreateSplunk (line 928) | func (m API) CreateSplunk(ctx context.Context, i *fastly.CreateSplunkI... method ListSplunks (line 933) | func (m API) ListSplunks(ctx context.Context, i *fastly.ListSplunksInp... method GetSplunk (line 938) | func (m API) GetSplunk(ctx context.Context, i *fastly.GetSplunkInput) ... method UpdateSplunk (line 943) | func (m API) UpdateSplunk(ctx context.Context, i *fastly.UpdateSplunkI... method DeleteSplunk (line 948) | func (m API) DeleteSplunk(ctx context.Context, i *fastly.DeleteSplunkI... method CreateScalyr (line 953) | func (m API) CreateScalyr(ctx context.Context, i *fastly.CreateScalyrI... method ListScalyrs (line 958) | func (m API) ListScalyrs(ctx context.Context, i *fastly.ListScalyrsInp... method GetScalyr (line 963) | func (m API) GetScalyr(ctx context.Context, i *fastly.GetScalyrInput) ... method UpdateScalyr (line 968) | func (m API) UpdateScalyr(ctx context.Context, i *fastly.UpdateScalyrI... method DeleteScalyr (line 973) | func (m API) DeleteScalyr(ctx context.Context, i *fastly.DeleteScalyrI... method CreateLoggly (line 978) | func (m API) CreateLoggly(ctx context.Context, i *fastly.CreateLogglyI... method ListLoggly (line 983) | func (m API) ListLoggly(ctx context.Context, i *fastly.ListLogglyInput... method GetLoggly (line 988) | func (m API) GetLoggly(ctx context.Context, i *fastly.GetLogglyInput) ... method UpdateLoggly (line 993) | func (m API) UpdateLoggly(ctx context.Context, i *fastly.UpdateLogglyI... method DeleteLoggly (line 998) | func (m API) DeleteLoggly(ctx context.Context, i *fastly.DeleteLogglyI... method CreateHoneycomb (line 1003) | func (m API) CreateHoneycomb(ctx context.Context, i *fastly.CreateHone... method ListHoneycombs (line 1008) | func (m API) ListHoneycombs(ctx context.Context, i *fastly.ListHoneyco... method GetHoneycomb (line 1013) | func (m API) GetHoneycomb(ctx context.Context, i *fastly.GetHoneycombI... method UpdateHoneycomb (line 1018) | func (m API) UpdateHoneycomb(ctx context.Context, i *fastly.UpdateHone... method DeleteHoneycomb (line 1023) | func (m API) DeleteHoneycomb(ctx context.Context, i *fastly.DeleteHone... method CreateHeroku (line 1028) | func (m API) CreateHeroku(ctx context.Context, i *fastly.CreateHerokuI... method ListHerokus (line 1033) | func (m API) ListHerokus(ctx context.Context, i *fastly.ListHerokusInp... method GetHeroku (line 1038) | func (m API) GetHeroku(ctx context.Context, i *fastly.GetHerokuInput) ... method UpdateHeroku (line 1043) | func (m API) UpdateHeroku(ctx context.Context, i *fastly.UpdateHerokuI... method DeleteHeroku (line 1048) | func (m API) DeleteHeroku(ctx context.Context, i *fastly.DeleteHerokuI... method CreateSFTP (line 1053) | func (m API) CreateSFTP(ctx context.Context, i *fastly.CreateSFTPInput... method ListSFTPs (line 1058) | func (m API) ListSFTPs(ctx context.Context, i *fastly.ListSFTPsInput) ... method GetSFTP (line 1063) | func (m API) GetSFTP(ctx context.Context, i *fastly.GetSFTPInput) (*fa... method UpdateSFTP (line 1068) | func (m API) UpdateSFTP(ctx context.Context, i *fastly.UpdateSFTPInput... method DeleteSFTP (line 1073) | func (m API) DeleteSFTP(ctx context.Context, i *fastly.DeleteSFTPInput... method CreateLogshuttle (line 1078) | func (m API) CreateLogshuttle(ctx context.Context, i *fastly.CreateLog... method ListLogshuttles (line 1083) | func (m API) ListLogshuttles(ctx context.Context, i *fastly.ListLogshu... method GetLogshuttle (line 1088) | func (m API) GetLogshuttle(ctx context.Context, i *fastly.GetLogshuttl... method UpdateLogshuttle (line 1093) | func (m API) UpdateLogshuttle(ctx context.Context, i *fastly.UpdateLog... method DeleteLogshuttle (line 1098) | func (m API) DeleteLogshuttle(ctx context.Context, i *fastly.DeleteLog... method CreateCloudfiles (line 1103) | func (m API) CreateCloudfiles(ctx context.Context, i *fastly.CreateClo... method ListCloudfiles (line 1108) | func (m API) ListCloudfiles(ctx context.Context, i *fastly.ListCloudfi... method GetCloudfiles (line 1113) | func (m API) GetCloudfiles(ctx context.Context, i *fastly.GetCloudfile... method UpdateCloudfiles (line 1118) | func (m API) UpdateCloudfiles(ctx context.Context, i *fastly.UpdateClo... method DeleteCloudfiles (line 1123) | func (m API) DeleteCloudfiles(ctx context.Context, i *fastly.DeleteClo... method CreateDigitalOcean (line 1128) | func (m API) CreateDigitalOcean(ctx context.Context, i *fastly.CreateD... method ListDigitalOceans (line 1133) | func (m API) ListDigitalOceans(ctx context.Context, i *fastly.ListDigi... method GetDigitalOcean (line 1138) | func (m API) GetDigitalOcean(ctx context.Context, i *fastly.GetDigital... method UpdateDigitalOcean (line 1143) | func (m API) UpdateDigitalOcean(ctx context.Context, i *fastly.UpdateD... method DeleteDigitalOcean (line 1148) | func (m API) DeleteDigitalOcean(ctx context.Context, i *fastly.DeleteD... method CreateElasticsearch (line 1153) | func (m API) CreateElasticsearch(ctx context.Context, i *fastly.Create... method ListElasticsearch (line 1158) | func (m API) ListElasticsearch(ctx context.Context, i *fastly.ListElas... method GetElasticsearch (line 1163) | func (m API) GetElasticsearch(ctx context.Context, i *fastly.GetElasti... method UpdateElasticsearch (line 1168) | func (m API) UpdateElasticsearch(ctx context.Context, i *fastly.Update... method DeleteElasticsearch (line 1173) | func (m API) DeleteElasticsearch(ctx context.Context, i *fastly.Delete... method CreateBlobStorage (line 1178) | func (m API) CreateBlobStorage(ctx context.Context, i *fastly.CreateBl... method ListBlobStorages (line 1183) | func (m API) ListBlobStorages(ctx context.Context, i *fastly.ListBlobS... method GetBlobStorage (line 1188) | func (m API) GetBlobStorage(ctx context.Context, i *fastly.GetBlobStor... method UpdateBlobStorage (line 1193) | func (m API) UpdateBlobStorage(ctx context.Context, i *fastly.UpdateBl... method DeleteBlobStorage (line 1198) | func (m API) DeleteBlobStorage(ctx context.Context, i *fastly.DeleteBl... method CreateDatadog (line 1203) | func (m API) CreateDatadog(ctx context.Context, i *fastly.CreateDatado... method ListDatadog (line 1208) | func (m API) ListDatadog(ctx context.Context, i *fastly.ListDatadogInp... method GetDatadog (line 1213) | func (m API) GetDatadog(ctx context.Context, i *fastly.GetDatadogInput... method UpdateDatadog (line 1218) | func (m API) UpdateDatadog(ctx context.Context, i *fastly.UpdateDatado... method DeleteDatadog (line 1223) | func (m API) DeleteDatadog(ctx context.Context, i *fastly.DeleteDatado... method CreateHTTPS (line 1228) | func (m API) CreateHTTPS(ctx context.Context, i *fastly.CreateHTTPSInp... method ListHTTPS (line 1233) | func (m API) ListHTTPS(ctx context.Context, i *fastly.ListHTTPSInput) ... method GetHTTPS (line 1238) | func (m API) GetHTTPS(ctx context.Context, i *fastly.GetHTTPSInput) (*... method UpdateHTTPS (line 1243) | func (m API) UpdateHTTPS(ctx context.Context, i *fastly.UpdateHTTPSInp... method DeleteHTTPS (line 1248) | func (m API) DeleteHTTPS(ctx context.Context, i *fastly.DeleteHTTPSInp... method CreateKafka (line 1253) | func (m API) CreateKafka(ctx context.Context, i *fastly.CreateKafkaInp... method ListKafkas (line 1258) | func (m API) ListKafkas(ctx context.Context, i *fastly.ListKafkasInput... method GetKafka (line 1263) | func (m API) GetKafka(ctx context.Context, i *fastly.GetKafkaInput) (*... method UpdateKafka (line 1268) | func (m API) UpdateKafka(ctx context.Context, i *fastly.UpdateKafkaInp... method DeleteKafka (line 1273) | func (m API) DeleteKafka(ctx context.Context, i *fastly.DeleteKafkaInp... method CreatePubsub (line 1278) | func (m API) CreatePubsub(ctx context.Context, i *fastly.CreatePubsubI... method ListPubsubs (line 1283) | func (m API) ListPubsubs(ctx context.Context, i *fastly.ListPubsubsInp... method GetPubsub (line 1288) | func (m API) GetPubsub(ctx context.Context, i *fastly.GetPubsubInput) ... method UpdatePubsub (line 1293) | func (m API) UpdatePubsub(ctx context.Context, i *fastly.UpdatePubsubI... method DeletePubsub (line 1298) | func (m API) DeletePubsub(ctx context.Context, i *fastly.DeletePubsubI... method CreateOpenstack (line 1303) | func (m API) CreateOpenstack(ctx context.Context, i *fastly.CreateOpen... method ListOpenstack (line 1308) | func (m API) ListOpenstack(ctx context.Context, i *fastly.ListOpenstac... method GetOpenstack (line 1313) | func (m API) GetOpenstack(ctx context.Context, i *fastly.GetOpenstackI... method UpdateOpenstack (line 1318) | func (m API) UpdateOpenstack(ctx context.Context, i *fastly.UpdateOpen... method DeleteOpenstack (line 1323) | func (m API) DeleteOpenstack(ctx context.Context, i *fastly.DeleteOpen... method GetRegions (line 1328) | func (m API) GetRegions(ctx context.Context) (*fastly.RegionsResponse,... method GetStatsJSON (line 1333) | func (m API) GetStatsJSON(ctx context.Context, i *fastly.GetStatsInput... method GetAggregateJSON (line 1338) | func (m API) GetAggregateJSON(ctx context.Context, i *fastly.GetAggreg... method GetUsage (line 1343) | func (m API) GetUsage(ctx context.Context, i *fastly.GetUsageInput) (*... method GetUsageByService (line 1348) | func (m API) GetUsageByService(ctx context.Context, i *fastly.GetUsage... method GetDomainMetricsForService (line 1353) | func (m API) GetDomainMetricsForService(ctx context.Context, i *fastly... method GetDomainMetricsForServiceJSON (line 1358) | func (m API) GetDomainMetricsForServiceJSON(ctx context.Context, i *fa... method GetOriginMetricsForService (line 1363) | func (m API) GetOriginMetricsForService(ctx context.Context, i *fastly... method GetOriginMetricsForServiceJSON (line 1368) | func (m API) GetOriginMetricsForServiceJSON(ctx context.Context, i *fa... method CreateManagedLogging (line 1373) | func (m API) CreateManagedLogging(ctx context.Context, i *fastly.Creat... method GetLoggingEndpointErrors (line 1378) | func (m API) GetLoggingEndpointErrors(ctx context.Context, i *fastly.L... method GetGeneratedVCL (line 1383) | func (m API) GetGeneratedVCL(ctx context.Context, i *fastly.GetGenerat... method CreateVCL (line 1388) | func (m API) CreateVCL(ctx context.Context, i *fastly.CreateVCLInput) ... method ListVCLs (line 1393) | func (m API) ListVCLs(ctx context.Context, i *fastly.ListVCLsInput) ([... method GetVCL (line 1398) | func (m API) GetVCL(ctx context.Context, i *fastly.GetVCLInput) (*fast... method UpdateVCL (line 1403) | func (m API) UpdateVCL(ctx context.Context, i *fastly.UpdateVCLInput) ... method DeleteVCL (line 1408) | func (m API) DeleteVCL(ctx context.Context, i *fastly.DeleteVCLInput) ... method CreateSnippet (line 1413) | func (m API) CreateSnippet(ctx context.Context, i *fastly.CreateSnippe... method ListSnippets (line 1418) | func (m API) ListSnippets(ctx context.Context, i *fastly.ListSnippetsI... method GetSnippet (line 1423) | func (m API) GetSnippet(ctx context.Context, i *fastly.GetSnippetInput... method GetDynamicSnippet (line 1428) | func (m API) GetDynamicSnippet(ctx context.Context, i *fastly.GetDynam... method UpdateSnippet (line 1433) | func (m API) UpdateSnippet(ctx context.Context, i *fastly.UpdateSnippe... method UpdateDynamicSnippet (line 1438) | func (m API) UpdateDynamicSnippet(ctx context.Context, i *fastly.Updat... method DeleteSnippet (line 1443) | func (m API) DeleteSnippet(ctx context.Context, i *fastly.DeleteSnippe... method Purge (line 1448) | func (m API) Purge(ctx context.Context, i *fastly.PurgeInput) (*fastly... method PurgeKey (line 1453) | func (m API) PurgeKey(ctx context.Context, i *fastly.PurgeKeyInput) (*... method PurgeKeys (line 1458) | func (m API) PurgeKeys(ctx context.Context, i *fastly.PurgeKeysInput) ... method PurgeAll (line 1463) | func (m API) PurgeAll(ctx context.Context, i *fastly.PurgeAllInput) (*... method CreateACL (line 1468) | func (m API) CreateACL(ctx context.Context, i *fastly.CreateACLInput) ... method DeleteACL (line 1473) | func (m API) DeleteACL(ctx context.Context, i *fastly.DeleteACLInput) ... method GetACL (line 1478) | func (m API) GetACL(ctx context.Context, i *fastly.GetACLInput) (*fast... method ListACLs (line 1483) | func (m API) ListACLs(ctx context.Context, i *fastly.ListACLsInput) ([... method UpdateACL (line 1488) | func (m API) UpdateACL(ctx context.Context, i *fastly.UpdateACLInput) ... method CreateACLEntry (line 1493) | func (m API) CreateACLEntry(ctx context.Context, i *fastly.CreateACLEn... method DeleteACLEntry (line 1498) | func (m API) DeleteACLEntry(ctx context.Context, i *fastly.DeleteACLEn... method GetACLEntry (line 1503) | func (m API) GetACLEntry(ctx context.Context, i *fastly.GetACLEntryInp... method GetACLEntries (line 1508) | func (m API) GetACLEntries(ctx context.Context, i *fastly.GetACLEntrie... method ListACLEntries (line 1513) | func (m API) ListACLEntries(ctx context.Context, i *fastly.ListACLEntr... method UpdateACLEntry (line 1518) | func (m API) UpdateACLEntry(ctx context.Context, i *fastly.UpdateACLEn... method BatchModifyACLEntries (line 1523) | func (m API) BatchModifyACLEntries(ctx context.Context, i *fastly.Batc... method CreateNewRelic (line 1528) | func (m API) CreateNewRelic(ctx context.Context, i *fastly.CreateNewRe... method DeleteNewRelic (line 1533) | func (m API) DeleteNewRelic(ctx context.Context, i *fastly.DeleteNewRe... method GetNewRelic (line 1538) | func (m API) GetNewRelic(ctx context.Context, i *fastly.GetNewRelicInp... method ListNewRelic (line 1543) | func (m API) ListNewRelic(ctx context.Context, i *fastly.ListNewRelicI... method UpdateNewRelic (line 1548) | func (m API) UpdateNewRelic(ctx context.Context, i *fastly.UpdateNewRe... method CreateNewRelicOTLP (line 1553) | func (m API) CreateNewRelicOTLP(ctx context.Context, i *fastly.CreateN... method DeleteNewRelicOTLP (line 1558) | func (m API) DeleteNewRelicOTLP(ctx context.Context, i *fastly.DeleteN... method GetNewRelicOTLP (line 1563) | func (m API) GetNewRelicOTLP(ctx context.Context, i *fastly.GetNewReli... method ListNewRelicOTLP (line 1568) | func (m API) ListNewRelicOTLP(ctx context.Context, i *fastly.ListNewRe... method UpdateNewRelicOTLP (line 1573) | func (m API) UpdateNewRelicOTLP(ctx context.Context, i *fastly.UpdateN... method CreateUser (line 1578) | func (m API) CreateUser(ctx context.Context, i *fastly.CreateUserInput... method DeleteUser (line 1583) | func (m API) DeleteUser(ctx context.Context, i *fastly.DeleteUserInput... method GetCurrentUser (line 1588) | func (m API) GetCurrentUser(ctx context.Context) (*fastly.User, error) { method GetUser (line 1593) | func (m API) GetUser(ctx context.Context, i *fastly.GetUserInput) (*fa... method ListCustomerUsers (line 1598) | func (m API) ListCustomerUsers(ctx context.Context, i *fastly.ListCust... method UpdateUser (line 1603) | func (m API) UpdateUser(ctx context.Context, i *fastly.UpdateUserInput... method ResetUserPassword (line 1608) | func (m API) ResetUserPassword(ctx context.Context, i *fastly.ResetUse... method BatchDeleteTokens (line 1613) | func (m API) BatchDeleteTokens(ctx context.Context, i *fastly.BatchDel... method CreateToken (line 1618) | func (m API) CreateToken(ctx context.Context, i *fastly.CreateTokenInp... method DeleteToken (line 1623) | func (m API) DeleteToken(ctx context.Context, i *fastly.DeleteTokenInp... method DeleteTokenSelf (line 1628) | func (m API) DeleteTokenSelf(ctx context.Context) error { method GetTokenSelf (line 1633) | func (m API) GetTokenSelf(ctx context.Context) (*fastly.Token, error) { method ListCustomerTokens (line 1638) | func (m API) ListCustomerTokens(ctx context.Context, i *fastly.ListCus... method ListTokens (line 1643) | func (m API) ListTokens(ctx context.Context, i *fastly.ListTokensInput... method NewListKVStoreKeysPaginator (line 1648) | func (m API) NewListKVStoreKeysPaginator(ctx context.Context, i *fastl... method GetKVStoreItem (line 1653) | func (m API) GetKVStoreItem(ctx context.Context, i *fastly.GetKVStoreI... method GetCustomTLSConfiguration (line 1658) | func (m API) GetCustomTLSConfiguration(ctx context.Context, i *fastly.... method ListCustomTLSConfigurations (line 1663) | func (m API) ListCustomTLSConfigurations(ctx context.Context, i *fastl... method UpdateCustomTLSConfiguration (line 1668) | func (m API) UpdateCustomTLSConfiguration(ctx context.Context, i *fast... method GetTLSActivation (line 1673) | func (m API) GetTLSActivation(ctx context.Context, i *fastly.GetTLSAct... method ListTLSActivations (line 1678) | func (m API) ListTLSActivations(ctx context.Context, i *fastly.ListTLS... method UpdateTLSActivation (line 1683) | func (m API) UpdateTLSActivation(ctx context.Context, i *fastly.Update... method CreateTLSActivation (line 1688) | func (m API) CreateTLSActivation(ctx context.Context, i *fastly.Create... method DeleteTLSActivation (line 1693) | func (m API) DeleteTLSActivation(ctx context.Context, i *fastly.Delete... method CreateCustomTLSCertificate (line 1698) | func (m API) CreateCustomTLSCertificate(ctx context.Context, i *fastly... method DeleteCustomTLSCertificate (line 1703) | func (m API) DeleteCustomTLSCertificate(ctx context.Context, i *fastly... method GetCustomTLSCertificate (line 1708) | func (m API) GetCustomTLSCertificate(ctx context.Context, i *fastly.Ge... method ListCustomTLSCertificates (line 1713) | func (m API) ListCustomTLSCertificates(ctx context.Context, i *fastly.... method UpdateCustomTLSCertificate (line 1718) | func (m API) UpdateCustomTLSCertificate(ctx context.Context, i *fastly... method ListTLSDomains (line 1723) | func (m API) ListTLSDomains(ctx context.Context, i *fastly.ListTLSDoma... method CreatePrivateKey (line 1728) | func (m API) CreatePrivateKey(ctx context.Context, i *fastly.CreatePri... method DeletePrivateKey (line 1733) | func (m API) DeletePrivateKey(ctx context.Context, i *fastly.DeletePri... method GetPrivateKey (line 1738) | func (m API) GetPrivateKey(ctx context.Context, i *fastly.GetPrivateKe... method ListPrivateKeys (line 1743) | func (m API) ListPrivateKeys(ctx context.Context, i *fastly.ListPrivat... method CreateBulkCertificate (line 1748) | func (m API) CreateBulkCertificate(ctx context.Context, i *fastly.Crea... method DeleteBulkCertificate (line 1753) | func (m API) DeleteBulkCertificate(ctx context.Context, i *fastly.Dele... method GetBulkCertificate (line 1758) | func (m API) GetBulkCertificate(ctx context.Context, i *fastly.GetBulk... method ListBulkCertificates (line 1763) | func (m API) ListBulkCertificates(ctx context.Context, i *fastly.ListB... method UpdateBulkCertificate (line 1768) | func (m API) UpdateBulkCertificate(ctx context.Context, i *fastly.Upda... method CreateTLSSubscription (line 1773) | func (m API) CreateTLSSubscription(ctx context.Context, i *fastly.Crea... method DeleteTLSSubscription (line 1778) | func (m API) DeleteTLSSubscription(ctx context.Context, i *fastly.Dele... method GetTLSSubscription (line 1783) | func (m API) GetTLSSubscription(ctx context.Context, i *fastly.GetTLSS... method ListTLSSubscriptions (line 1788) | func (m API) ListTLSSubscriptions(ctx context.Context, i *fastly.ListT... method UpdateTLSSubscription (line 1793) | func (m API) UpdateTLSSubscription(ctx context.Context, i *fastly.Upda... method ListServiceAuthorizations (line 1798) | func (m API) ListServiceAuthorizations(ctx context.Context, i *fastly.... method GetServiceAuthorization (line 1803) | func (m API) GetServiceAuthorization(ctx context.Context, i *fastly.Ge... method CreateServiceAuthorization (line 1808) | func (m API) CreateServiceAuthorization(ctx context.Context, i *fastly... method UpdateServiceAuthorization (line 1813) | func (m API) UpdateServiceAuthorization(ctx context.Context, i *fastly... method DeleteServiceAuthorization (line 1818) | func (m API) DeleteServiceAuthorization(ctx context.Context, i *fastly... method CreateConfigStore (line 1823) | func (m API) CreateConfigStore(ctx context.Context, i *fastly.CreateCo... method DeleteConfigStore (line 1828) | func (m API) DeleteConfigStore(ctx context.Context, i *fastly.DeleteCo... method GetConfigStore (line 1833) | func (m API) GetConfigStore(ctx context.Context, i *fastly.GetConfigSt... method GetConfigStoreMetadata (line 1838) | func (m API) GetConfigStoreMetadata(ctx context.Context, i *fastly.Get... method ListConfigStores (line 1843) | func (m API) ListConfigStores(ctx context.Context, i *fastly.ListConfi... method ListConfigStoreServices (line 1848) | func (m API) ListConfigStoreServices(ctx context.Context, i *fastly.Li... method UpdateConfigStore (line 1853) | func (m API) UpdateConfigStore(ctx context.Context, i *fastly.UpdateCo... method CreateConfigStoreItem (line 1858) | func (m API) CreateConfigStoreItem(ctx context.Context, i *fastly.Crea... method DeleteConfigStoreItem (line 1863) | func (m API) DeleteConfigStoreItem(ctx context.Context, i *fastly.Dele... method GetConfigStoreItem (line 1868) | func (m API) GetConfigStoreItem(ctx context.Context, i *fastly.GetConf... method ListConfigStoreItems (line 1873) | func (m API) ListConfigStoreItems(ctx context.Context, i *fastly.ListC... method UpdateConfigStoreItem (line 1878) | func (m API) UpdateConfigStoreItem(ctx context.Context, i *fastly.Upda... method CreateKVStore (line 1883) | func (m API) CreateKVStore(ctx context.Context, i *fastly.CreateKVStor... method GetKVStore (line 1888) | func (m API) GetKVStore(ctx context.Context, i *fastly.GetKVStoreInput... method ListKVStores (line 1893) | func (m API) ListKVStores(ctx context.Context, i *fastly.ListKVStoresI... method DeleteKVStore (line 1898) | func (m API) DeleteKVStore(ctx context.Context, i *fastly.DeleteKVStor... method ListKVStoreKeys (line 1903) | func (m API) ListKVStoreKeys(ctx context.Context, i *fastly.ListKVStor... method GetKVStoreKey (line 1908) | func (m API) GetKVStoreKey(ctx context.Context, i *fastly.GetKVStoreKe... method InsertKVStoreKey (line 1913) | func (m API) InsertKVStoreKey(ctx context.Context, i *fastly.InsertKVS... method DeleteKVStoreKey (line 1918) | func (m API) DeleteKVStoreKey(ctx context.Context, i *fastly.DeleteKVS... method BatchModifyKVStoreKey (line 1923) | func (m API) BatchModifyKVStoreKey(ctx context.Context, i *fastly.Batc... method CreateSecretStore (line 1928) | func (m API) CreateSecretStore(ctx context.Context, i *fastly.CreateSe... method GetSecretStore (line 1933) | func (m API) GetSecretStore(ctx context.Context, i *fastly.GetSecretSt... method DeleteSecretStore (line 1938) | func (m API) DeleteSecretStore(ctx context.Context, i *fastly.DeleteSe... method ListSecretStores (line 1943) | func (m API) ListSecretStores(ctx context.Context, i *fastly.ListSecre... method CreateSecret (line 1948) | func (m API) CreateSecret(ctx context.Context, i *fastly.CreateSecretI... method GetSecret (line 1953) | func (m API) GetSecret(ctx context.Context, i *fastly.GetSecretInput) ... method DeleteSecret (line 1958) | func (m API) DeleteSecret(ctx context.Context, i *fastly.DeleteSecretI... method ListSecrets (line 1963) | func (m API) ListSecrets(ctx context.Context, i *fastly.ListSecretsInp... method CreateClientKey (line 1968) | func (m API) CreateClientKey(ctx context.Context) (*fastly.ClientKey, ... method GetSigningKey (line 1973) | func (m API) GetSigningKey(ctx context.Context) (ed25519.PublicKey, er... method CreateResource (line 1978) | func (m API) CreateResource(ctx context.Context, i *fastly.CreateResou... method DeleteResource (line 1983) | func (m API) DeleteResource(ctx context.Context, i *fastly.DeleteResou... method GetResource (line 1988) | func (m API) GetResource(ctx context.Context, i *fastly.GetResourceInp... method ListResources (line 1993) | func (m API) ListResources(ctx context.Context, i *fastly.ListResource... method UpdateResource (line 1998) | func (m API) UpdateResource(ctx context.Context, i *fastly.UpdateResou... method CreateERL (line 2003) | func (m API) CreateERL(ctx context.Context, i *fastly.CreateERLInput) ... method DeleteERL (line 2008) | func (m API) DeleteERL(ctx context.Context, i *fastly.DeleteERLInput) ... method GetERL (line 2013) | func (m API) GetERL(ctx context.Context, i *fastly.GetERLInput) (*fast... method ListERLs (line 2018) | func (m API) ListERLs(ctx context.Context, i *fastly.ListERLsInput) ([... method UpdateERL (line 2023) | func (m API) UpdateERL(ctx context.Context, i *fastly.UpdateERLInput) ... method CreateCondition (line 2028) | func (m API) CreateCondition(ctx context.Context, i *fastly.CreateCond... method DeleteCondition (line 2033) | func (m API) DeleteCondition(ctx context.Context, i *fastly.DeleteCond... method GetCondition (line 2038) | func (m API) GetCondition(ctx context.Context, i *fastly.GetConditionI... method ListConditions (line 2043) | func (m API) ListConditions(ctx context.Context, i *fastly.ListConditi... method UpdateCondition (line 2048) | func (m API) UpdateCondition(ctx context.Context, i *fastly.UpdateCond... method ListAlertDefinitions (line 2053) | func (m API) ListAlertDefinitions(ctx context.Context, i *fastly.ListA... method CreateAlertDefinition (line 2058) | func (m API) CreateAlertDefinition(ctx context.Context, i *fastly.Crea... method GetAlertDefinition (line 2063) | func (m API) GetAlertDefinition(ctx context.Context, i *fastly.GetAler... method UpdateAlertDefinition (line 2068) | func (m API) UpdateAlertDefinition(ctx context.Context, i *fastly.Upda... method DeleteAlertDefinition (line 2073) | func (m API) DeleteAlertDefinition(ctx context.Context, i *fastly.Dele... method TestAlertDefinition (line 2078) | func (m API) TestAlertDefinition(ctx context.Context, i *fastly.TestAl... method ListAlertHistory (line 2083) | func (m API) ListAlertHistory(ctx context.Context, i *fastly.ListAlert... method CreateObservabilityCustomDashboard (line 2088) | func (m API) CreateObservabilityCustomDashboard(ctx context.Context, i... method DeleteObservabilityCustomDashboard (line 2093) | func (m API) DeleteObservabilityCustomDashboard(ctx context.Context, i... method GetObservabilityCustomDashboard (line 2098) | func (m API) GetObservabilityCustomDashboard(ctx context.Context, i *f... method ListObservabilityCustomDashboards (line 2103) | func (m API) ListObservabilityCustomDashboards(ctx context.Context, i ... method UpdateObservabilityCustomDashboard (line 2108) | func (m API) UpdateObservabilityCustomDashboard(ctx context.Context, i... method GetImageOptimizerDefaultSettings (line 2113) | func (m API) GetImageOptimizerDefaultSettings(ctx context.Context, i *... method UpdateImageOptimizerDefaultSettings (line 2118) | func (m API) UpdateImageOptimizerDefaultSettings(ctx context.Context, ... FILE: pkg/mock/client.go function APIClient (line 17) | func APIClient(a API) func(string, string, bool) (api.Interface, error) { type HTTPClient (line 27) | type HTTPClient struct method Get (line 42) | func (c *HTTPClient) Get(_ context.Context, p string, _ fastly.Request... method Do (line 51) | func (c *HTTPClient) Do(r *http.Request) (*http.Response, error) { function HTMLClient (line 63) | func HTMLClient(res []*http.Response, err []error) api.HTTPClient { function NewHTTPResponse (line 73) | func NewHTTPResponse(statusCode int, headers map[string]string, body io.... FILE: pkg/mock/config_file.go type ConfigFile (line 5) | type ConfigFile struct method Path (line 13) | func (c *ConfigFile) Path() string { method Exists (line 18) | func (c *ConfigFile) Exists() bool { method Read (line 23) | func (c *ConfigFile) Read(config any) error { method Write (line 28) | func (c *ConfigFile) Write(config any) error { function NewNonExistentConfigFile (line 34) | func NewNonExistentConfigFile() *ConfigFile { FILE: pkg/mock/versioner.go type AssetVersioner (line 6) | type AssetVersioner struct method BinaryName (line 15) | func (av AssetVersioner) BinaryName() string { method DownloadLatest (line 20) | func (av AssetVersioner) DownloadLatest() (string, error) { method DownloadVersion (line 28) | func (av AssetVersioner) DownloadVersion(_ string) (string, error) { method Download (line 33) | func (av AssetVersioner) Download(_ string) (string, error) { method URL (line 38) | func (av AssetVersioner) URL() (string, error) { method LatestVersion (line 43) | func (av AssetVersioner) LatestVersion() (string, error) { method RequestedVersion (line 48) | func (av AssetVersioner) RequestedVersion() (version string) { method SetRequestedVersion (line 53) | func (av AssetVersioner) SetRequestedVersion(_ string) { method InstallPath (line 58) | func (av AssetVersioner) InstallPath() string { FILE: pkg/revision/revision.go constant None (line 40) | None = "v0.0.0-unknown" function init (line 42) | func init() { function SemVer (line 65) | func SemVer(av string) string { FILE: pkg/revision/revision_test.go function TestSemVer (line 5) | func TestSemVer(t *testing.T) { FILE: pkg/sync/sync.go type Writer (line 9) | type Writer struct method Write (line 23) | func (w *Writer) Write(p []byte) (int, error) { function NewWriter (line 16) | func NewWriter(w io.Writer) *Writer { FILE: pkg/testutil/api.go function ListVersions (line 125) | func ListVersions(_ context.Context, i *fastly.ListVersionsInput) ([]*fa... function ListVersionsError (line 155) | func ListVersionsError(_ context.Context, _ *fastly.ListVersionsInput) (... function GetVersion (line 183) | func GetVersion(_ context.Context, i *fastly.GetVersionInput) (*fastly.V... function CloneVersionResult (line 233) | func CloneVersionResult(version int) func(_ context.Context, i *fastly.C... function CloneVersionError (line 244) | func CloneVersionError(_ context.Context, _ *fastly.CloneVersionInput) (... type WhoamiVerifyClient (line 249) | type WhoamiVerifyClient method Do (line 252) | func (c WhoamiVerifyClient) Do(*http.Request) (*http.Response, error) { type CurrentCustomerClient (line 283) | type CurrentCustomerClient method Do (line 286) | func (c CurrentCustomerClient) Do(*http.Request) (*http.Response, erro... function GetServiceDetails (line 315) | func GetServiceDetails(_ context.Context, i *fastly.GetServiceDetailsInp... FILE: pkg/testutil/args.go function SplitArgs (line 38) | func SplitArgs(args string) []string { type MockAuthServer (line 59) | type MockAuthServer struct method SetParam (line 66) | func (s MockAuthServer) SetParam(_, _ string) { method AuthURL (line 72) | func (s MockAuthServer) AuthURL() (string, error) { method GetResult (line 77) | func (s MockAuthServer) GetResult() chan auth.AuthorizationResult { method SetAPIEndpoint (line 82) | func (s MockAuthServer) SetAPIEndpoint(_ string) { method Start (line 87) | func (s MockAuthServer) Start() error { function MockGlobalData (line 96) | func MockGlobalData(args []string, stdout io.Writer) *global.Data { FILE: pkg/testutil/assert.go function AssertEqual (line 17) | func AssertEqual(t *testing.T, want, have any) { function AssertBool (line 25) | func AssertBool(t *testing.T, want, have bool) { function AssertString (line 33) | func AssertString(t *testing.T, want, have string) { function AssertStringContains (line 41) | func AssertStringContains(t *testing.T, s, substr string) { function AssertStringDoesntContain (line 49) | func AssertStringDoesntContain(t *testing.T, s, substr string) { function AssertNoError (line 57) | func AssertNoError(t *testing.T, err error) { function AssertErrorContains (line 67) | func AssertErrorContains(t *testing.T, err error, target string) { function AssertRemediationErrorContains (line 86) | func AssertRemediationErrorContains(t *testing.T, err error, target stri... function AssertPathContentFlag (line 112) | func AssertPathContentFlag(flag string, wantError string, args []string,... function getLen (line 130) | func getLen(x any) (l int, ok bool) { function AssertLength (line 140) | func AssertLength(t *testing.T, want int, have any) { FILE: pkg/testutil/client.go type MockRoundTripper (line 6) | type MockRoundTripper struct method RoundTrip (line 13) | func (m *MockRoundTripper) RoundTrip(_ *http.Request) (*http.Response,... type MultiResponseRoundTripper (line 23) | type MultiResponseRoundTripper struct method RoundTrip (line 30) | func (m *MultiResponseRoundTripper) RoundTrip(_ *http.Request) (*http.... FILE: pkg/testutil/env.go type FileIO (line 12) | type FileIO struct type EnvOpts (line 19) | type EnvOpts struct function NewEnv (line 28) | func NewEnv(opts EnvOpts) (rootdir string) { function createIntermediaryDirectories (line 96) | func createIntermediaryDirectories(path, rootdir string, t *testing.T) { FILE: pkg/testutil/file.go function MakeTempFile (line 11) | func MakeTempFile(t *testing.T, contents string) string { function CopyFile (line 25) | func CopyFile(t *testing.T, fromFilename, toFilename string) { FILE: pkg/testutil/json.go function GenJSON (line 6) | func GenJSON(data any) []byte { FILE: pkg/testutil/log.go type LogWriter (line 6) | type LogWriter struct method Write (line 8) | func (w LogWriter) Write(p []byte) (int, error) { FILE: pkg/testutil/must.go function MustParseTimeRFC3339 (line 8) | func MustParseTimeRFC3339(s string) *time.Time { FILE: pkg/testutil/paginator.go type ServicesPaginator (line 8) | type ServicesPaginator struct method HasNext (line 17) | func (p *ServicesPaginator) HasNext() bool { method Remaining (line 26) | func (p ServicesPaginator) Remaining() int { method GetNext (line 31) | func (p *ServicesPaginator) GetNext() (ss []*fastly.Service, err error) { FILE: pkg/testutil/scenarios.go type CLIScenario (line 28) | type CLIScenario struct type PathContentFlag (line 78) | type PathContentFlag struct type EnvConfig (line 87) | type EnvConfig struct function RunCLIScenario (line 99) | func RunCLIScenario(t *testing.T, command []string, scenario CLIScenario) { function RunCLIScenarios (line 272) | func RunCLIScenarios(t *testing.T, command []string, scenarios []CLIScen... FILE: pkg/testutil/string.go function StripNewLines (line 6) | func StripNewLines(s string) string { FILE: pkg/text/accesskey.go function PrintAccessKey (line 12) | func PrintAccessKey(out io.Writer, accessKey *accesskeys.AccessKey) { function PrintAccessKeyTbl (line 22) | func PrintAccessKeyTbl(out io.Writer, accessKeys []accesskeys.AccessKey) { FILE: pkg/text/alerts.go function PrintAlert (line 20) | func PrintAlert(out io.Writer, alert any) { function printAlertConfig (line 96) | func printAlertConfig(out io.Writer, alertType string, config any) { function printDatadogConfig (line 115) | func printDatadogConfig(out io.Writer, config any) { function printWebhookConfig (line 127) | func printWebhookConfig(out io.Writer, config any) { function printJiraConfig (line 145) | func printJiraConfig(out io.Writer, config any) { function printMailingListConfig (line 166) | func printMailingListConfig(out io.Writer, config any) { function printKeyConfig (line 175) | func printKeyConfig(out io.Writer, config any) { function getConfigSummary (line 191) | func getConfigSummary(alertType string, config any) string { function PrintAlertTbl (line 239) | func PrintAlertTbl(out io.Writer, alerts any) { FILE: pkg/text/backend.go function PrintBackend (line 15) | func PrintBackend(out io.Writer, prefix string, b *fastly.Backend) { FILE: pkg/text/color.go type ColorFn (line 33) | type ColorFn FILE: pkg/text/computeacl.go function PrintComputeACL (line 13) | func PrintComputeACL(out io.Writer, prefix string, acl *computeacls.Comp... function PrintComputeACLsTbl (line 21) | func PrintComputeACLsTbl(out io.Writer, acls []computeacls.ComputeACL) { function PrintComputeACLEntry (line 39) | func PrintComputeACLEntry(out io.Writer, prefix string, entry *computeac... function PrintComputeACLEntriesTbl (line 47) | func PrintComputeACLEntriesTbl(out io.Writer, entries []computeacls.Comp... FILE: pkg/text/configstore.go function PrintConfigStoresTbl (line 17) | func PrintConfigStoresTbl(out io.Writer, stores []*fastly.ConfigStore) { function PrintConfigStore (line 35) | func PrintConfigStore(out io.Writer, cs *fastly.ConfigStore, csm *fastly... function PrintConfigStoreServicesTbl (line 48) | func PrintConfigStoreServicesTbl(out io.Writer, s []*fastly.Service) { function fmtConfigStoreTime (line 61) | func fmtConfigStoreTime(t *time.Time) string { function PrintConfigStoreItemsTbl (line 69) | func PrintConfigStoreItemsTbl(out io.Writer, items []*fastly.ConfigStore... function PrintConfigStoreItem (line 102) | func PrintConfigStoreItem(out io.Writer, prefix string, csi *fastly.Conf... FILE: pkg/text/customsignal.go function PrintCustomSignal (line 12) | func PrintCustomSignal(out io.Writer, customSignalToPrint *signals.Signa... function PrintCustomSignalTbl (line 22) | func PrintCustomSignalTbl(out io.Writer, customSignalsToPrint []signals.... FILE: pkg/text/dictionary.go function PrintDictionary (line 17) | func PrintDictionary(out io.Writer, prefix string, d *fastly.Dictionary) { FILE: pkg/text/dictionaryitem.go function PrintDictionaryItem (line 17) | func PrintDictionaryItem(out io.Writer, prefix string, d *fastly.Diction... function PrintDictionaryItemKV (line 35) | func PrintDictionaryItemKV(out io.Writer, prefix string, d *fastly.Dicti... FILE: pkg/text/dictionaryitem_test.go function TestPrintDictionaryItem (line 12) | func TestPrintDictionaryItem(t *testing.T) { FILE: pkg/text/healthcheck.go function PrintHealthCheck (line 15) | func PrintHealthCheck(out io.Writer, prefix string, h *fastly.HealthChec... FILE: pkg/text/kvstore.go function PrintKVStore (line 17) | func PrintKVStore(out io.Writer, prefix string, k *fastly.KVStore) { function PrintKVStoreKeys (line 29) | func PrintKVStoreKeys(out io.Writer, prefix string, keys []string) { function PrintKVStoreKeyValue (line 40) | func PrintKVStoreKeyValue(out io.Writer, prefix string, key, value strin... FILE: pkg/text/lines.go type Lines (line 10) | type Lines function PrintLines (line 14) | func PrintLines(out io.Writer, lines Lines) { FILE: pkg/text/lines_test.go function TestPrintLines (line 11) | func TestPrintLines(t *testing.T) { FILE: pkg/text/list.go function PrintList (line 13) | func PrintList(out io.Writer, listToPrint *lists.List) { function PrintListTbl (line 25) | func PrintListTbl(out io.Writer, listsToPrint []lists.List) { FILE: pkg/text/redaction.go function PrintRedaction (line 11) | func PrintRedaction(out io.Writer, redactionToPrint *redactions.Redactio... function PrintRedactionTbl (line 19) | func PrintRedactionTbl(out io.Writer, redactionsToPrint []redactions.Red... FILE: pkg/text/resource.go function PrintResource (line 17) | func PrintResource(out io.Writer, prefix string, r *fastly.Resource) { FILE: pkg/text/rule.go function PrintRule (line 12) | func PrintRule(out io.Writer, ruleToPrint *rules.Rule) { function PrintRuleTbl (line 24) | func PrintRuleTbl(out io.Writer, rulesToPrint []rules.Rule) { FILE: pkg/text/sanitize.go function SanitizeTerminalOutput (line 10) | func SanitizeTerminalOutput(s string) string { FILE: pkg/text/sanitize_test.go function TestSanitizeTerminalOutput (line 5) | func TestSanitizeTerminalOutput(t *testing.T) { FILE: pkg/text/secretstore.go function PrintSecretStoresTbl (line 14) | func PrintSecretStoresTbl(out io.Writer, stores []fastly.SecretStore) { function PrintSecretsTbl (line 25) | func PrintSecretsTbl(out io.Writer, secrets *fastly.Secrets) { function PrintSecretStore (line 47) | func PrintSecretStore(out io.Writer, prefix string, s *fastly.SecretStor... function PrintSecret (line 55) | func PrintSecret(out io.Writer, prefix string, s *fastly.Secret) { FILE: pkg/text/service.go function PrintService (line 18) | func PrintService(out io.Writer, prefix string, s *fastly.Service) { function PrintVersion (line 58) | func PrintVersion(out io.Writer, indent string, v *fastly.Version) { function IsFastlyID (line 99) | func IsFastlyID(s string) bool { FILE: pkg/text/service_test.go function TestPrintService (line 13) | func TestPrintService(t *testing.T) { function TestPrintVersion (line 53) | func TestPrintVersion(t *testing.T) { function TestIsFastlyID (line 97) | func TestIsFastlyID(t *testing.T) { FILE: pkg/text/spinner.go constant SpinnerErrWrapper (line 13) | SpinnerErrWrapper = "failed to stop spinner (error: %w) when handling th... type Spinner (line 16) | type Spinner interface type SpinnerProcess (line 32) | type SpinnerProcess type SpinnerWrapper (line 35) | type SpinnerWrapper struct method Process (line 41) | func (sp *SpinnerWrapper) Process(msg string, fn SpinnerProcess) error { function NewSpinner (line 63) | func NewSpinner(out io.Writer) (Spinner, error) { FILE: pkg/text/stats.go function PrintUsageTbl (line 14) | func PrintUsageTbl(out io.Writer, data *fastly.RegionsUsage) { function PrintUsageByServiceTbl (line 31) | func PrintUsageByServiceTbl(out io.Writer, data *fastly.ServicesByRegion... function PrintDomainInspectorTbl (line 54) | func PrintDomainInspectorTbl(out io.Writer, resp *fastly.DomainInspector) { function PrintOriginInspectorTbl (line 95) | func PrintOriginInspectorTbl(out io.Writer, resp *fastly.OriginInspector) { function domainDimensionKeys (line 136) | func domainDimensionKeys(data []*fastly.DomainData) []string { function originDimensionKeys (line 146) | func originDimensionKeys(data []*fastly.OriginData) []string { FILE: pkg/text/table.go type Table (line 17) | type Table struct method AddLine (line 29) | func (t *Table) AddLine(args ...any) { method AddHeader (line 42) | func (t *Table) AddHeader(args ...any) { method Print (line 55) | func (t *Table) Print() { function NewTable (line 22) | func NewTable(w io.Writer) *Table { FILE: pkg/text/tag.go function PrintOperationTag (line 11) | func PrintOperationTag(out io.Writer, tag *operations.OperationTag) { function PrintOperationTagsTbl (line 29) | func PrintOperationTagsTbl(out io.Writer, tags []operations.OperationTag) { FILE: pkg/text/text.go constant DefaultTextWidth (line 19) | DefaultTextWidth = 120 function Wrap (line 42) | func Wrap(text string, width uint) string { function WrapIndent (line 57) | func WrapIndent(s string, limit uint, indent uint) string { function Indent (line 74) | func Indent(w io.Writer, indent uint, format string, args ...any) { function Output (line 82) | func Output(w io.Writer, format string, args ...any) { function Input (line 97) | func Input(w io.Writer, prefix string, r io.Reader, validators ...func(s... function IsStdin (line 120) | func IsStdin(r io.Reader) bool { function IsTTY (line 132) | func IsTTY(fd any) bool { function InputSecure (line 146) | func InputSecure(w io.Writer, prefix string, r io.Reader, validators ...... function AskYesNo (line 189) | func AskYesNo(w io.Writer, prompt string, r io.Reader) (bool, error) { function Break (line 203) | func Break(w io.Writer) { function BreakN (line 209) | func BreakN(w io.Writer, n int) { function Deprecated (line 220) | func Deprecated(format string, args ...any) { function Error (line 229) | func Error(w io.Writer, format string, args ...any) { function Important (line 238) | func Important(w io.Writer, format string, args ...any) { function Info (line 247) | func Info(w io.Writer, format string, args ...any) { function Success (line 256) | func Success(w io.Writer, format string, args ...any) { function Warning (line 265) | func Warning(w io.Writer, format string, args ...any) { function WrapString (line 274) | func WrapString(fn ColorFn, msg, txt string, prefix, suffix int) string { function Description (line 285) | func Description(w io.Writer, intro, description string) { function ParseBreaks (line 292) | func ParseBreaks(input string) (prefix, suffix int, txt string) { FILE: pkg/text/text_test.go function TestInput (line 18) | func TestInput(t *testing.T) { function TestAskYesNo (line 80) | func TestAskYesNo(t *testing.T) { function TestPrefixes (line 126) | func TestPrefixes(t *testing.T) { function TestWrap (line 187) | func TestWrap(t *testing.T) { function TestWrapIndent (line 217) | func TestWrapIndent(t *testing.T) { function TestParseBreaks (line 250) | func TestParseBreaks(t *testing.T) { function TestDeprecated (line 309) | func TestDeprecated(t *testing.T) { FILE: pkg/text/threshold.go function PrintThreshold (line 12) | func PrintThreshold(out io.Writer, thresholdToPrint *thresholds.Threshol... function PrintThresholdTbl (line 24) | func PrintThresholdTbl(out io.Writer, thresholdsToPrint []thresholds.Thr... FILE: pkg/text/virtualpatch.go function PrintVirtualPatch (line 11) | func PrintVirtualPatch(out io.Writer, virtualPatchToPrint *virtualpatche... function PrintVirtualPatchTbl (line 19) | func PrintVirtualPatchTbl(out io.Writer, virtualPatchesToPrint []virtual... FILE: pkg/text/workspace.go function PrintWorkspace (line 13) | func PrintWorkspace(out io.Writer, workspaceToPrint *workspaces.Workspac... function PrintWorkspaceTbl (line 39) | func PrintWorkspaceTbl(out io.Writer, workspacesToPrint []workspaces.Wor... FILE: pkg/threadsafe/threadsafe.go type Buffer (line 9) | type Buffer struct method Read (line 15) | func (b *Buffer) Read(p []byte) (n int, err error) { method Write (line 22) | func (b *Buffer) Write(p []byte) (n int, err error) { method String (line 30) | func (b *Buffer) String() string { method Len (line 37) | func (b *Buffer) Len() int { FILE: pkg/time/time.go constant Format (line 5) | Format = "2006-01-02 15:04" FILE: pkg/undo/undo.go type Fn (line 11) | type Fn type Stack (line 17) | type Stack struct method Pop (line 40) | func (s *Stack) Pop() Fn { method Push (line 51) | func (s *Stack) Push(elem Fn) { method Len (line 56) | func (s *Stack) Len() int { method RunIfError (line 66) | func (s *Stack) RunIfError(w io.Writer, err error) { method Unwind (line 79) | func (s *Stack) Unwind(w io.Writer) { type Stacker (line 22) | type Stacker interface function NewStack (line 30) | func NewStack() *Stack { FILE: pkg/useragent/useragent.go function SetExtension (line 12) | func SetExtension(extension string) { FILE: scripts/go-test-cache/main.go constant bufSize (line 20) | bufSize = 65536 constant baseDate (line 21) | baseDate = 1684178360 constant timeFormat (line 22) | timeFormat = "2006-01-02 15:04:05" function main (line 25) | func main() { function getFileSHA1 (line 88) | func getFileSHA1(filePath string) (string, error) { function getModifiedTime (line 108) | func getModifiedTime(sha1Hash string) time.Time {