Files
go-nftables-client/contract/nft/version.go
T

9 lines
193 B
Go

package nft
type Version interface {
// Version returns the version of the nftables client.
Version() string
// Opts returns the options of the nftables client.
Opts() map[string]string
}