Documentation ¶
Index ¶
Constants ¶
View Source
const (
Unknown = "unknown"
)
Variables ¶
View Source
var ErrUnmarshalNil = errors.New("can't unmarshal a nil value")
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component int8
func ParseComponent ¶
func (Component) MarshalText ¶
func (*Component) UnmarshalText ¶
type EventOutput ¶
type EventOutput interface {
Output()
}
func NewEventOutput ¶
func NewEventOutput(eventData *eventv1.GetEventResponse, opts ...Option) EventOutput
type EventOutputConfig ¶
type EventOutputConfig struct {
// contains filtered or unexported fields
}
type Format ¶
type Format int8
func ParseFormat ¶
func (Format) MarshalText ¶
func (*Format) UnmarshalText ¶
type Option ¶
type Option func(*EventOutputConfig)
func WithCarNumFilter ¶
func WithComponents ¶
func WithFormat ¶
Click to show internal directories.
Click to hide internal directories.