Documentation ¶
Index ¶
- func InitCommandFuncs() (map[string]func(map[string]interface{}) ([]byte, error), error)
- func WrapCredential[A any](cc *credential.Client, ...) func(args map[string]interface{}) (A, error)
- func WrapFunc[A any](fn func(args map[string]interface{}) (A, error)) func(args map[string]interface{}) ([]byte, error)
- type Client
- type Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCommandFuncs ¶
func WrapCredential ¶
func WrapCredential[A any](cc *credential.Client, fn func(cc *credential.Client, args map[string]interface{}) (A, error)) func(args map[string]interface{}) (A, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.