Improve documentation for API interface in table package.

This commit is contained in:
2025-10-19 22:54:04 +05:00
parent 5b19993343
commit c3a513f92c

View File

@@ -5,6 +5,7 @@ import (
"git.kor-elf.net/kor-elf-shield/go-nftables-client/internal/command" "git.kor-elf.net/kor-elf-shield/go-nftables-client/internal/command"
) )
// API for working with tables.
type API interface { type API interface {
// AddTable adds a new table. // AddTable adds a new table.
// //