generated

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Code generated by github.com/0B1t322/zero-validation v0.0.1, DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var ValidateAnotherEntity = anotherEntityExtractor{
	ID: field.NewField(
		"ID",
		nil,
		func(from AnotherEntity) uint64 { return from.ID },
	),
}
View Source
var ValidateEntity = entityExtractor{
	Name: field.NewField(
		"Name",
		nil,
		func(from Entity) string { return from.Name },
	),
	AnotherEntity: field.NewField(
		"AnotherEntity",
		nil,
		func(from Entity) []AnotherEntity { return from.AnotherEntity },
	),
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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