Documentation ¶
Index ¶
- func NewNoopRecorder() recorder.Recorder
- type NoopRecorder
- func (recorder *NoopRecorder) AppendEndArray(indent string, path string) recorder.Recorder
- func (recorder *NoopRecorder) AppendEndObject(indent string, path string) recorder.Recorder
- func (recorder *NoopRecorder) AppendFieldName(indent string, fieldName string) recorder.Recorder
- func (recorder *NoopRecorder) AppendIgnoreField(indent string, jsonPath string) recorder.Recorder
- func (recorder *NoopRecorder) AppendMissingFieldErrorSignal(indent string, path string) recorder.Recorder
- func (recorder *NoopRecorder) AppendNewLine() recorder.Recorder
- func (recorder *NoopRecorder) AppendStartArray(indent string, path string) recorder.Recorder
- func (recorder *NoopRecorder) AppendStartObject(indent string, path string) recorder.Recorder
- func (recorder *NoopRecorder) AppendValidationErrorSignal(message string) recorder.Recorder
- func (recorder *NoopRecorder) AppendValue(indent string, path string, value any, kind reflect.Kind) recorder.Recorder
- func (recorder *NoopRecorder) GetLog() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoopRecorder ¶
Types ¶
type NoopRecorder ¶
type NoopRecorder struct { }
func (*NoopRecorder) AppendEndArray ¶
func (recorder *NoopRecorder) AppendEndArray(indent string, path string) recorder.Recorder
func (*NoopRecorder) AppendEndObject ¶
func (recorder *NoopRecorder) AppendEndObject(indent string, path string) recorder.Recorder
func (*NoopRecorder) AppendFieldName ¶
func (recorder *NoopRecorder) AppendFieldName(indent string, fieldName string) recorder.Recorder
func (*NoopRecorder) AppendIgnoreField ¶
func (recorder *NoopRecorder) AppendIgnoreField(indent string, jsonPath string) recorder.Recorder
func (*NoopRecorder) AppendMissingFieldErrorSignal ¶
func (recorder *NoopRecorder) AppendMissingFieldErrorSignal(indent string, path string) recorder.Recorder
func (*NoopRecorder) AppendNewLine ¶
func (recorder *NoopRecorder) AppendNewLine() recorder.Recorder
func (*NoopRecorder) AppendStartArray ¶
func (recorder *NoopRecorder) AppendStartArray(indent string, path string) recorder.Recorder
func (*NoopRecorder) AppendStartObject ¶
func (recorder *NoopRecorder) AppendStartObject(indent string, path string) recorder.Recorder
func (*NoopRecorder) AppendValidationErrorSignal ¶
func (recorder *NoopRecorder) AppendValidationErrorSignal(message string) recorder.Recorder
func (*NoopRecorder) AppendValue ¶
func (*NoopRecorder) GetLog ¶
func (recorder *NoopRecorder) GetLog() string
Click to show internal directories.
Click to hide internal directories.