mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 10:19:31 +00:00
11 lines
200 B
Go
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
|