Skip to content

Commit

Permalink
Add username to ProcessConfig proto (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
zaporter-work and github-actions[bot] authored Nov 5, 2024
1 parent 3acdfae commit 3212b33
Show file tree
Hide file tree
Showing 15 changed files with 420 additions and 375 deletions.
660 changes: 335 additions & 325 deletions app/v1/robot.pb.go

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions component/board/v1/board.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/gantry/v1/gantry.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/motor/v1/motor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/posetracker/v1/pose_tracker.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/powersensor/v1/powersensor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions component/sensor/v1/sensor.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions component/servo/v1/servo.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions gen/js/app/v1/robot_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,9 @@ export class ProcessConfig extends jspb.Message {

getEnvMap(): jspb.Map<string, string>;
clearEnvMap(): void;
getUsername(): string;
setUsername(value: string): void;

serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): ProcessConfig.AsObject;
static toObject(includeInstance: boolean, msg: ProcessConfig): ProcessConfig.AsObject;
Expand All @@ -393,6 +396,7 @@ export namespace ProcessConfig {
stopSignal: number,
stopTimeout?: google_protobuf_duration_pb.Duration.AsObject,
envMap: Array<[string, string]>,
username: string,
}
}

Expand Down
Loading

0 comments on commit 3212b33

Please sign in to comment.