Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Header struct + Fields map[string]int + Name string + type Program struct + Headers []Header + Protocol string + Tables []Table + func Generate(protocol string, fields map[string]int) *Program + func (p *Program) Describe() string + func (p *Program) ToP4() string + type Table struct + Actions []string + Keys []string + Name string + Size int