Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WritecacheParser = common.WithFallback( DefaultBucketParser, common.RawParser.ToFallbackParser(), )
Functions ¶
func DefaultBucketParser ¶
func DefaultRecordParser ¶
Types ¶
type DefaultBucket ¶
type DefaultBucket struct{}
func (*DefaultBucket) DetailedString ¶
func (b *DefaultBucket) DetailedString() string
func (*DefaultBucket) Filter ¶
func (b *DefaultBucket) Filter(typ string, _ any) common.FilterResult
func (*DefaultBucket) String ¶
func (b *DefaultBucket) String() string
type DefaultRecord ¶
type DefaultRecord struct {
// contains filtered or unexported fields
}
func (*DefaultRecord) DetailedString ¶
func (r *DefaultRecord) DetailedString() string
func (*DefaultRecord) Filter ¶
func (r *DefaultRecord) Filter(typ string, val any) common.FilterResult
func (*DefaultRecord) String ¶
func (r *DefaultRecord) String() string
Click to show internal directories.
Click to hide internal directories.