Documentation
¶
Index ¶
- Variables
- func FindLarkCLI(hint string) (string, error)
- func JSONParam(kv map[string]any) string
- func ParseJSON[T any](data []byte) (T, error)
- func ParseNDJSON[T any](data []byte) ([]T, error)
- func StreamNDJSON[T any](r io.Reader, fn func(T) error) error
- type CLIError
- type Executor
- type RunMiddleware
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func FindLarkCLI ¶
func ParseNDJSON ¶
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func (*Executor) SetMiddleware ¶
func (e *Executor) SetMiddleware(mw RunMiddleware)
Click to show internal directories.
Click to hide internal directories.