mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-14 16:25:09 -05:00
10 lines
200 B
Go
10 lines
200 B
Go
//go:build windows
|
|
|
|
package hnslib
|
|
|
|
import (
|
|
"github.com/Microsoft/hnslib/internal/hns"
|
|
)
|
|
|
|
type EndpointNotFoundError = hns.EndpointNotFoundError
|
|
type NetworkNotFoundError = hns.NetworkNotFoundError
|