validator

package
v1.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserValidator added in v1.18.0

type UserValidator struct {
	// contains filtered or unexported fields
}

func NewUserValidator added in v1.18.0

func NewUserValidator(
	clc costLimitCache,
	rlc rateLimitCache,
	cls costLimitStorage,
) *UserValidator

func (*UserValidator) Validate added in v1.18.0

func (v *UserValidator) Validate(u *user.User, promptCost float64) error

type Validator

type Validator struct {
	// contains filtered or unexported fields
}

func NewValidator

func NewValidator(
	clc costLimitCache,
	rlc rateLimitCache,
	cls costLimitStorage,
) *Validator

func (*Validator) Validate

func (v *Validator) Validate(k *key.ResponseKey, promptCost float64) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL