Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Tags: rls-moe/secl

Tags

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was signed with the committer’s verified signature.
tscs37 Tim Schuster
Updated readme

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was signed with the committer’s verified signature.
tscs37 Tim Schuster
Added Basic Parser functionality to loadd, parser:plain supported OOB…

…, closes #2

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was signed with the committer’s verified signature.
tscs37 Tim Schuster
Added SECLUnmarshal Capability to SimpleStructUnmarshal

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was signed with the committer’s verified signature.
tscs37 Tim Schuster
Code Cleanup and StructTag unmarshal

* Code was run through gofmt
* The New Function SimpleStructUnmarshal in the query package should
  enable the use of simple query paths to unpack SECL configs. It does
  not yet work on lists or maps but can unpack into nested struct and
  already supported types
* The Load Config function is now available. It parses the incoming string
  executes the SECL map and unpacks the root maplist

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
tscs37 Tim Schuster
Small fix on the readme

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tscs37 Tim Schuster
Fixed bug in merge that would only merge the first map, not any furth…

…er maps

v0.9

Toggle v0.9's commit message

Verified

This commit was signed with the committer’s verified signature.
tscs37 Tim Schuster
General Cleanups and Code Documentation