mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-03 20:31:30 +00:00
5 lines
107 B
Go
5 lines
107 B
Go
package sandbox
|
|
|
|
// IfaceOption is a function option type to set interface options
|
|
type IfaceOption func()
|