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
James Tucker c1ef55249a types/ipproto: import and test string parsing for ipproto
IPProto has been being converted to and from string formats in multiple
locations with variations in behavior. TextMarshaller and JSONMarshaller
implementations are now added, along with defined accepted and preferred
formats to centralize the logic into a single cross compatible
implementation.

Updates tailscale/corp#15043
Fixes tailscale/corp#15141

Signed-off-by: James Tucker <james@tailscale.com>
2 years ago
..
dnstype tailcfg: add DNS address list for IsWireGuardOnly nodes 2 years ago
empty all: update copyright and license headers 3 years ago
flagtype all: update copyright and license headers 3 years ago
ipproto types/ipproto: import and test string parsing for ipproto 2 years ago
key types/key: update some doc strings for public key serialization 2 years ago
lazy types/lazy: helpers for lazily computed values 3 years ago
logger types/logger: add TestLogger 2 years ago
logid all: implement AppendText alongside MarshalText (#9207) 2 years ago
netlogtype all: update copyright and license headers 3 years ago
netmap tailcfg, all: use []netip.AddrPort instead of []string for Endpoints 2 years ago
nettype wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migration 3 years ago
opt types/opt: use switch in Bool.UnmarshalJSON (#9140) 2 years ago
persist types/persist: drop duplicated Persist.LoginName 2 years ago
preftype all: update copyright and license headers 3 years ago
ptr all: update copyright and license headers 3 years 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 SliceContainsFunc like slices.ContainsFunc 2 years ago