tree: 7838cd8743dc05fddc3fba328715484ff265311b [path history] [tgz]
  1. compile_proto.sh
  2. conductor_state.pb.dart
  3. conductor_state.pbenum.dart
  4. conductor_state.pbjson.dart
  5. conductor_state.pbserver.dart
  6. conductor_state.proto
  7. license_header.txt
  8. README.md
dev/conductor/core/lib/src/proto/README.md

Flutter Conductor Protocol Buffers

This directory contains conductor_state.proto, which defines the persistent state file the conductor creates. After changes to this file, you must run the compile_proto.sh script in this directory, which will re-generate the rest of the Dart files in this directory, format them, and prepend the license comment from license_header.txt.