package
5.0.0+incompatible
Repository: https://github.com/qwenode/tailscale.git
Documentation: pkg.go.dev
# Functions
IPPrefixSliceOf returns a IPPrefixSlice for the provided slice.
MapFnOf returns a MapFn for m.
MapOf returns a view over m.
SliceContains reports whether v contains element e.
SliceOf returns a Slice for the provided slice for immutable values.
SliceOfViews returns a ViewSlice for x.
# Structs
IPPrefixSlice is a read-only accessor for a slice of netip.Prefix.
Map is a view over a map whose values are immutable.
MapFn is like Map but with a func to convert values from T to V.
Slice is a read-only accessor for a slice.
SliceView is a read-only wrapper around a struct which should only be exposed as a View.
# Interfaces
StructView represents the corresponding StructView of a Viewable.
ViewCloner is any type that has had View and Clone funcs generated using tailscale.com/cmd/viewer.
# Type aliases
MapRangeFn is the func called from a Map.Range call.