package controller type Docking struct{} type DockingHandle func() func (c *Docking) Message() { } func NewDocking() DockingHandle { return nil }