common

package
v0.28.2 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2022 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExitOnErr

func ExitOnErr(cmd *cobra.Command, errFmt string, err error)

ExitOnErr prints error and exits with a code that matches one of the common errors from sdk library. If no errors found, exits with 1 code. Does nothing if passed error in nil.

func PrettyPrintJSON

func PrettyPrintJSON(cmd *cobra.Command, m json.Marshaler, entity string)

PrettyPrintJSON prints m as an indented JSON to the cmd output.

func PrintVerbose

func PrintVerbose(format string, a ...interface{})

PrintVerbose prints to the stdout if the commonflags.Verbose flag is on.

func ReadBearerToken

func ReadBearerToken(cmd *cobra.Command, flagname string) *bearer.Token

ReadBearerToken reads bearer token from the path provided in a specified flag.

func ReadEACL

func ReadEACL(cmd *cobra.Command, eaclPath string) *eacl.Table

ReadEACL reads extended ACL table from eaclPath.

func ReadSessionToken

func ReadSessionToken(cmd *cobra.Command, dst json.Unmarshaler, fPath string)

ReadSessionToken calls ReadSessionTokenErr and exists on error.

func ReadSessionTokenErr

func ReadSessionTokenErr(dst json.Unmarshaler, fPath string) error

ReadSessionTokenErr reads session token as JSON file with session token from path provided in a specified flag.

Types

This section is empty.

Jump to

Keyboard shortcuts

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