Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyBucketingKeyError ¶
type EmptyBucketingKeyError struct {
Message string
}
EmptyBucketingKeyError is the error returned when the bucketing key is empty.
func (*EmptyBucketingKeyError) Error ¶
func (e *EmptyBucketingKeyError) Error() string
Implement the Error() method for the custom error type
type NestedKeyNotFoundError ¶ added in v0.2.0
type NestedKeyNotFoundError struct {
Key string
}
NestedKeyNotFoundError is the error returned when a nested key is not found.
func (*NestedKeyNotFoundError) Error ¶ added in v0.2.0
func (e *NestedKeyNotFoundError) Error() string
Implement the Error() method for the custom error type
type RuleNotApplyError ¶
func (*RuleNotApplyError) Error ¶
func (m *RuleNotApplyError) Error() string
Click to show internal directories.
Click to hide internal directories.