package backend type PooledClient interface { Exec(target string, method string, params []string) (string, error) Close() }