wojnosystems / okey-dokey

Validation library for GoLang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

A validation library for GoLang structs and primitives. You define your validations as variable structures, then validate against them.

Uses interfaces for the emitters.

Generating everything

go run ./cmd/gen/generate.go --templatePath templates --outputRootPath .

Todo

  • Floats!
  • Replace the pathing with a more agnostic pathing/pointer system. This is ROUGHLY using JSON pointers.

About

Validation library for GoLang

License:GNU Lesser General Public License v3.0


Languages

Language:Go 100.0%