Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTeamQueryNotFound is returned when a team query cannot be found ErrTeamQueryNotFound = errors.New("team query not found") )
Common errors for the logs package
Functions ¶
This section is empty.
Types ¶
type ValidationError ¶
ValidationError represents a validation error
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
type Validator ¶
type Validator struct{}
Validator provides validation logic for log operations
func (*Validator) ValidateLogContextRequest ¶
func (v *Validator) ValidateLogContextRequest(req *models.LogContextRequest) error
ValidateLogContextRequest validates a log context request
func (*Validator) ValidateLogQueryRequest ¶
func (v *Validator) ValidateLogQueryRequest(req *models.LogQueryRequest) error
ValidateLogQueryRequest validates a log query request
Click to show internal directories.
Click to hide internal directories.