authmethod

package
v1.11.2 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2022 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PrettyFormat string = "pretty"
	JSONFormat   string = "json"
)

Variables

This section is empty.

Functions

func GetSupportedFormats added in v1.7.3

func GetSupportedFormats() []string

GetSupportedFormats returns supported formats

func New

func New() *cmd

Types

type Formatter added in v1.7.3

type Formatter interface {
	FormatAuthMethod(method *api.ACLAuthMethod) (string, error)
	FormatAuthMethodList(methods []*api.ACLAuthMethodListEntry) (string, error)
}

Formatter defines methods provided by authmethod command output formatter

func NewFormatter added in v1.7.3

func NewFormatter(format string, showMeta bool) (formatter Formatter, err error)

NewFormatter returns Formatter implementation

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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