Home
last modified time | relevance | path

Searched defs:DiffPreferencesInput (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/andygrunwald/go-gerrit/
H A Daccounts.go153 type DiffPreferencesInput struct { struct
154 Context int `json:"context,omitempty"`
156 IgnoreWhitespace string `json:"ignore_whitespace,omitempty"`
158 LineLength int `json:"line_length,omitempty"`
159 ManualReview bool `json:"manual_review,omitempty"`
160 RetainHeader bool `json:"retain_header,omitempty"`
162 ShowTabs bool `json:"show_tabs,omitempty"`
164 SkipDeleted bool `json:"skip_deleted,omitempty"`
165 SkipUncommented bool `json:"skip_uncommented,omitempty"`
167 HideTopMenu bool `json:"hide_top_menu,omitempty"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/andygrunwald/go-gerrit/go-gerrit-64931d233c2d/
H A Daccounts.go153 type DiffPreferencesInput struct { struct
154 Context int `json:"context,omitempty"`
156 IgnoreWhitespace string `json:"ignore_whitespace,omitempty"`
158 LineLength int `json:"line_length,omitempty"`
159 ManualReview bool `json:"manual_review,omitempty"`
160 RetainHeader bool `json:"retain_header,omitempty"`
162 ShowTabs bool `json:"show_tabs,omitempty"`
164 SkipDeleted bool `json:"skip_deleted,omitempty"`
165 SkipUncommented bool `json:"skip_uncommented,omitempty"`
167 HideTopMenu bool `json:"hide_top_menu,omitempty"`
[all …]