package rpc type Handler interface { Process([]interface{}) (interface{}, error) }