ppforge/internal/ui/packeteditor.go

8 lines
99 B
Go

package ui
import "fyne.io/fyne/v2"
type PacketEditor struct {
Representation *fyne.Container
}