package kittenipc import ( "os/exec" ) type KittenIPC struct { } func New(cmd *exec.Cmd, api any) *KittenIPC { }