middleware

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2018 License: MIT Imports: 21 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRunFunc

func NewRunFunc(f CommandFunc, mm []Middleware) func(*cobra.Command, []string) error

func SetupCommand added in v0.1.0

func SetupCommand(cmd *cobra.Command, f CommandFunc, m []Middleware) *cobra.Command

Types

type CommandFunc

type CommandFunc func(context.Context, *cobra.Command, []string) error

func AuthMiddleware

func AuthMiddleware(cmd CommandFunc) CommandFunc

func ClientMiddleware

func ClientMiddleware(cmd CommandFunc) CommandFunc

func DebugMiddleware added in v0.1.0

func DebugMiddleware(cmd CommandFunc) CommandFunc

func LoggingMiddleware

func LoggingMiddleware(cmd CommandFunc) CommandFunc

func NoAuthMiddleware added in v0.1.4

func NoAuthMiddleware(cmd CommandFunc) CommandFunc

func SiteConfigMiddleware added in v0.3.0

func SiteConfigMiddleware(cmd CommandFunc) CommandFunc

type Middleware

type Middleware func(CommandFunc) CommandFunc

Jump to

Keyboard shortcuts

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