simplevalidation

package module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: MIT Imports: 0 Imported by: 0

README

Docs are hosted on pkg.go.dev

Test Coverage info

  • To generate a test coverage report run go test -coverprofile="test_coverage.out" ./...
  • To see the HTML coverage report run go tool cover -html="test_coverage.out"
    • To generate an HTMl file with the report data run go tool cover -html="test_coverage.out" -o="test_coverage_report.html"

Documentation

Overview

This module contains packages that make validating data easy peasy.

The validation package contains the logic for validating various structures of data, and the validator package contains specific validators for data.

For more information on the validation or validator packages please see their respective package documentation.

Directories

Path Synopsis
The validation package handles validating data with validators from the validator package.
The validation package handles validating data with validators from the validator package.
The validator package contains the validators use by the validation package to perform validation.
The validator package contains the validators use by the validation package to perform validation.

Jump to

Keyboard shortcuts

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