openmeter / customer /service /requestvalidator.go
Leon4gr45's picture
Upload folder using huggingface_hub (part 3)
1c4c66b verified
Raw
History Blame Contribute Delete
261 Bytes
package customerservice
import "github.com/openmeterio/openmeter/openmeter/customer"
var _ customer.RequestValidatorService = (*Service)(nil)
func (s *Service) RegisterRequestValidator(v customer.RequestValidator) {
s.requestValidatorRegistry.Register(v)
}