Documentation
¶
Index ¶
- func VectorNodeToBytes(dst []byte, val any, _ ...any) ([]byte, error)
- type VectorInspector
- func (i VectorInspector) Capacity(src any, result *int, path ...string) error
- func (i VectorInspector) Compare(src any, cond inspector.Op, right string, result *bool, path ...string) error
- func (i VectorInspector) Copy(x any) (any, error)
- func (i VectorInspector) CopyTo(src, dst any, _ inspector.AccumulativeBuffer) error
- func (i VectorInspector) DeepEqual(l, r any) bool
- func (i VectorInspector) DeepEqualWithOptions(l, r any, _ *inspector.DEQOptions) bool
- func (i VectorInspector) Get(src any, path ...string) (any, error)
- func (i VectorInspector) GetTo(src any, buf *any, path ...string) (err error)
- func (i VectorInspector) Length(src any, result *int, path ...string) error
- func (i VectorInspector) Loop(src any, l inspector.Iterator, buf *[]byte, path ...string) error
- func (i VectorInspector) Reset(x any, path ...string) error
- func (i VectorInspector) Set(_, _ any, _ ...string) error
- func (i VectorInspector) SetWithBuffer(_, _ any, _ inspector.AccumulativeBuffer, _ ...string) error
- func (i VectorInspector) TypeName() string
- func (i VectorInspector) Unmarshal(p []byte, typ inspector.Encoding) (any, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VectorInspector ¶
type VectorInspector struct {
inspector.BaseInspector
}
func (VectorInspector) Capacity ¶ added in v1.0.2
func (i VectorInspector) Capacity(src any, result *int, path ...string) error
func (VectorInspector) CopyTo ¶
func (i VectorInspector) CopyTo(src, dst any, _ inspector.AccumulativeBuffer) error
func (VectorInspector) DeepEqual ¶
func (i VectorInspector) DeepEqual(l, r any) bool
func (VectorInspector) DeepEqualWithOptions ¶
func (i VectorInspector) DeepEqualWithOptions(l, r any, _ *inspector.DEQOptions) bool
func (VectorInspector) GetTo ¶
func (i VectorInspector) GetTo(src any, buf *any, path ...string) (err error)
func (VectorInspector) Length ¶ added in v1.0.2
func (i VectorInspector) Length(src any, result *int, path ...string) error
func (VectorInspector) SetWithBuffer ¶ added in v1.0.2
func (i VectorInspector) SetWithBuffer(_, _ any, _ inspector.AccumulativeBuffer, _ ...string) error
func (VectorInspector) TypeName ¶
func (i VectorInspector) TypeName() string
Click to show internal directories.
Click to hide internal directories.