/**
 * Implements `ListDirectory(path)` operation.
 * Send this message to list a directory.
 */
message ListDirectory {
  string path = 1;
}
