Home
last modified time | relevance | path

Searched refs:EncTagNone (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/fxamacker/cbor/v2/
H A Dtag.go101 EncTagNone EncTagMode = iota const
240 if opts.DecTag == DecTagIgnored && opts.EncTag == EncTagNone {
H A DREADME.md345 | TimeTag | **EncTagNone**, EncTagRequired |
752 | EncTagNone (default) | Tag number will not be encoded for time values. |
755 …tant) time values will encode as CBOR Null without tag number for both EncTagNone and EncTagRequir…
822 | EncTagNone (default) | Tag number will not be encoded. |
H A Dencode.go415 if tag.opts.EncTag != EncTagNone {