package maintpb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BoolChange

maintner.proto:93

BoolChange represents a change to a boolean value. (Notably, the wrapper type permits representing a change to false.)

Used in: GithubIssueMutation, GithubMilestone

message GerritMutation

maintner.proto:270

Used in: Mutation

message GitCommit

maintner.proto:248

Used in: GerritMutation, GitMutation

message GitDiffTree

maintner.proto:258

git diff-tree --numstat oldtree newtree

Used in: GitCommit

message GitDiffTreeFile

maintner.proto:263

GitDiffTreeFile represents one line of `git diff-tree --numstat` output.

Used in: GitDiffTree

message GitMutation

maintner.proto:232

Used in: Mutation

message GitRef

maintner.proto:285

Used in: GerritMutation

message GitRepo

maintner.proto:241

GitRepo identifies a git repo being mutated.

Used in: GitMutation

message GithubCommit

maintner.proto:177

Used in: GithubIssueEvent

message GithubDismissedReviewEvent

maintner.proto:170

Contents of a dismissed review event - when someone leaves a review requesting changes and someone else dismisses it. See https://developer.github.com/v3/issues/events for more information.

Used in: GithubIssueEvent

message GithubIssueCommentMutation

maintner.proto:214

Used in: GithubIssueMutation

message GithubIssueEvent

maintner.proto:119

See https://developer.github.com/v3/activity/events/types/#issuesevent for some info.

Used in: GithubIssueMutation

message GithubIssueMutation

maintner.proto:33

Used in: Mutation

message GithubIssueSyncStatus

maintner.proto:208

GithubIssueSyncStatus notes where syncing is at for comments on an issue, This mutation type is only made at/after the same top-level mutation which created the corresponding comments.

Used in: GithubIssueMutation

message GithubLabel

maintner.proto:103

Used in: GithubIssueEvent, GithubIssueMutation, GithubMutation

message GithubMilestone

maintner.proto:108

Used in: GithubIssueEvent, GithubMutation

message GithubMutation

maintner.proto:22

Used in: Mutation

message GithubReview

maintner.proto:187

Contents of a pull request review - when someone comments, requests changes, or approves changes on a pull request. See https://developer.github.com/v3/pulls/reviews/ for more information.

Used in: GithubIssueMutation

message GithubTeam

maintner.proto:227

Used in: GithubIssueEvent

message GithubUser

maintner.proto:222

Used in: GithubIssueCommentMutation, GithubIssueMutation

message Mutation

maintner.proto:14

message StringChange

maintner.proto:99

StringChange represents a change to a boolean value. (Notably, the wrapper type permits representing a change to the empty string.)

Used in: GithubIssueMutation