find

package
v0.0.0-...-317d81c Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: GPL-3.0 Imports: 16 Imported by: 0

Documentation

Overview

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Index

Constants

This section is empty.

Variables

View Source
var FindCmd = &cobra.Command{
	Use:   "find",
	Short: "Use find command to free-search resources in Blazemeters",
	Long: `Use get command to Find details about the resources within Blazemeter account. Use --help throughout subcommands to get an idea of how these commands are structured. Navigate to help.blazemeter.com for detailed info about these resources. 
	
	For defaults: Make sure you have a file named bmConfig.yaml specifying the defaults.
	The file can be in the current working DIR or in $HOME`,
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

findCmd represents the find command

Functions

func Getapikeys

func Getapikeys() (string, string)

Types

type FindTestsResponse

type FindTestsResponse struct {
	Result findTestsResult `json:"result"`
	Error  errorResult     `json:"error"`
}

type ListTestsResponse

type ListTestsResponse struct {
	Result []listTestsResult `json:"result"`
	Error  errorResult       `json:"error"`
}

type ProjectResponse

type ProjectResponse struct {
	Result projectResult `json:"result"`
	Error  errorResult   `json:"error"`
}

Jump to

Keyboard shortcuts

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