Files
2024-10-14 10:44:30 -07:00

11 lines
200 B
Go

//go:build windows
package hnslib
import (
"github.com/Microsoft/hnslib/internal/hns"
)
type EndpointNotFoundError = hns.EndpointNotFoundError
type NetworkNotFoundError = hns.NetworkNotFoundError