MCPcopy
hub / github.com/netbirdio/netbird / ResolvedIPs

Struct ResolvedIPs

client/android/network_domains.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import "fmt"
6
7type ResolvedIPs struct {
8 resolvedIPs []string
9}
10
11func (r *ResolvedIPs) Add(ipAddress string) {
12 r.resolvedIPs = append(r.resolvedIPs, ipAddress)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected