You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/types
Joe Tsai 6d897c4ab4
types/netlogtype: remove CBOR representation (#17545)
Remove CBOR representation since it was never used.
We should support CBOR in the future, but for remove it
for now so that it is less work to add more fields.

Also, rely on just omitzero for JSON now that it is supported in Go 1.24.

Updates tailscale/corp#33352

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
3 months ago
..
appctype appc,*: publish events for route updates and storage (#17392) 3 months ago
bools types/bools: fix doc typo (#15021) 11 months ago
dnstype types/dnstype: delete unused func, move other one to its sole caller 3 months ago
empty all: update copyright and license headers 3 years ago
flagtype all: update copyright and license headers 3 years ago
geo types/geo: add geo.Point and its associated units (#16583) 6 months ago
iox types/iox: add function types for Reader and Writer (#14366) 1 year ago
ipproto all: use Go 1.22 range-over-int 2 years ago
jsonx types/jsonx: add package for json/v2 helpers (#15756) 9 months ago
key types/key: add IsZero method to HardwareAttestationKey (#17370) 3 months ago
lazy types/lazy: document difference from sync.OnceValue 3 months ago
logger types/logger: release ArgWriter destination after use 9 months ago
logid types/logid: add Add method (#12478) 2 years ago
mapx types/mapx, ipn/ipnext: add ordered map, akin to set.Slice 9 months ago
netlogtype types/netlogtype: remove CBOR representation (#17545) 3 months ago
netmap ipn/ipnlocal, types: plumb tailnet display name cap through to network profile (#17045) 4 months ago
nettype wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migration 3 years ago
opt types/opt: de-weird the API a bit with new True and False consts 3 months ago
persist types/persist: add AttestationKey (#17281) 3 months ago
prefs cmd/viewer: add field comments to generated view methods 4 months ago
preftype cmd/tailscaled,*: add start of configuration file support 2 years ago
ptr all: update copyright and license headers 3 years ago
result types/result, util/lineiter: add package for a result type, use it 1 year ago
structs all: update copyright and license headers 3 years ago
tkatype types/tkatype: add test for MarshaledSignature's JSON format 2 years ago
views types/views: add min/max helpers to views.Slice 5 months ago