Module Config.Client_invocation

type t =
  1. | Connect_to of {
    1. connection_config : Grpc_discovery.Connection_config.t;
    }
  2. | Offline

In the tests, sometimes we run client commands that needs to connect to the server, and sometimes we run client commands that do not, and only perform other kinds of actions. This type is used to distinguish between these cases.