info

package
v0.0.0-...-2327e9c Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com

Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com

Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com

Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com

Copyright © 2023 Codoworks Author: Dexter Codo Contact: dexter.codo@gmail.com

Index

Constants

This section is empty.

Variables

View Source
var EnvCmd = &cobra.Command{
	Use:   "env",
	Short: "Print service env",
	Long:  `Print service env`,
	Run:   execEnvCmd,
}

EnvCmd represents the env command

View Source
var FeaturesCmd = &cobra.Command{
	Use:   "features",
	Short: "Print service features configuration",
	Long:  `Print service features configuration based on environment`,
	Run:   execFeaturesCmd,
}

FeaturesCmd represents the features command

View Source
var HiddenApiRoutesCmd = &cobra.Command{
	Use:   "hidden-api-routes",
	Short: "Print hidden API routes",
	Long:  `Print all hidden API routes table`,
	Run:   execHiddenApiRoutesCmd,
}

HiddenApiRoutesCmd represents the hidden-api-routes command

View Source
var ProtectedApiRoutesCmd = &cobra.Command{
	Use:   "protected-api-routes",
	Short: "Print protected API routes",
	Long:  `Print all protected API routes table`,
	Run:   execProtectedApiRoutesCmd,
}

ProtectedApiRoutesCmd represents the protected-api-routes command

View Source
var PublicApiRoutesCmd = &cobra.Command{
	Use:   "public-api-routes",
	Short: "Print public API routes",
	Long:  `Print all public API routes table`,
	Run:   execPublicApiRoutesCmd,
}

PublicApiRoutesCmd represents the public-api-routes command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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