Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrInvalidAuthTokenCode = "1000" ErrInvalidAPICallCode = "1001" ErrReadAPIResponseCode = "1002" ErrUnmarshalCode = "1003" )
Variables ¶
View Source
var FilterCmd = &cobra.Command{ Use: "filter", Short: "Service Mesh Filter Management", Long: ``, Args: cobra.MinimumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { if ok := utils.IsValidSubcommand(availableSubcommands, args[0]); !ok { return errors.New(utils.SystemError(fmt.Sprintf("invalid command: \"%s\"", args[0]))) } return nil }, }
FilterCmd represents the root command for filter commands
Functions ¶
func ErrInvalidAPICall ¶ added in v0.5.50
func ErrInvalidAuthToken ¶ added in v0.5.50
func ErrInvalidAuthToken() error
func ErrReadAPIResponse ¶ added in v0.5.50
func ErrUnmarshal ¶ added in v0.5.50
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.