dynamo-browse/internal/common/ui/commandctrl/packs.go

9 lines
141 B
Go
Raw Normal View History

package commandctrl
import "ucl.lmika.dev/ucl"
type CommandPack interface {
2025-05-17 01:11:04 +00:00
InstOptions() []ucl.InstOption
ConfigureUCL(ucl *ucl.Inst)
}