Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRequestID ¶
func NewRequestID() string
Types ¶
type EmitOptions ¶
type Envelope ¶
type Envelope struct {
OK bool
Command string
RequestID string
Data any
Warnings []string
Error *ErrorBody
}
func (Envelope) MarshalJSON ¶
type ErrorBody ¶
func (*ErrorBody) MarshalJSON ¶
type ExitCode ¶
type ExitCode int
func Emit ¶
func Emit(envelope Envelope, opts EmitOptions) ExitCode
func ExitCodeFromString ¶
Click to show internal directories.
Click to hide internal directories.