package transport type Caller interface { Call(host string, path string, data any, out any) error }