@@ -149,13 +149,13 @@ <h2 class="toggleButton" title="Click to hide Internal Call Graph section">Inter
149149
150150
151151
152- < h2 id ="Command "> type < a href ="/src/target/commands.go?s=731:1042#L18 "> Command</ a > </ h2 >
152+ < h2 id ="Command "> type < a href ="/src/target/commands.go?s=901:1212#L21 "> Command</ a > </ h2 >
153153 < pre > type Command struct {
154- ID < a href ="/pkg/builtin/#int " > int </ a > `json:"_id"`
154+ ID < a href ="/pkg/builtin/#uint " > uint </ a > `json:"_id"`
155155 Action < a href ="/pkg/builtin/#string "> string</ a > `json:"_action"`
156156 ObjectType < a href ="/pkg/builtin/#string "> string</ a > `json:"_type,omitempty"`
157157 Method < a href ="/pkg/builtin/#string "> string</ a > `json:"_method"`
158- TargetID < a href ="/pkg/builtin/#int " > int </ a > `json:"_target,omitempty"`
158+ TargetID < a href ="/pkg/builtin/#uint " > uint </ a > `json:"_target,omitempty"`
159159 Args < a href ="#CommandArguments "> CommandArguments</ a > `json:"_args"`
160160}</ pre >
161161
@@ -172,7 +172,7 @@ <h2 id="Command">type <a href="/src/target/commands.go?s=731:1042#L18">Command</
172172
173173
174174
175- < h3 id ="Command.Send "> func (Command) < a href ="/src/target/commands.go?s=1044:1080#L27 "> Send</ a > </ h3 >
175+ < h3 id ="Command.Send "> func (Command) < a href ="/src/target/commands.go?s=1214:1250#L30 "> Send</ a > </ h3 >
176176 < pre > func (c < a href ="#Command "> Command</ a > ) Send(conn < a href ="/pkg/net/ "> net</ a > .< a href ="/pkg/net/#Conn "> Conn</ a > )</ pre >
177177
178178
@@ -182,18 +182,21 @@ <h3 id="Command.Send">func (Command) <a href="/src/target/commands.go?s=1044:108
182182
183183
184184
185- < h2 id ="CommandArguments "> type < a href ="/src/target/commands.go?s=241:730 #L6 "> CommandArguments</ a > </ h2 >
185+ < h2 id ="CommandArguments "> type < a href ="/src/target/commands.go?s=243:900 #L6 "> CommandArguments</ a > </ h2 >
186186 < pre > type CommandArguments struct {
187- RootUrl < a href ="/pkg/builtin/#string "> string</ a > `json:"root_url,omitempty"`
188- Title < a href ="/pkg/builtin/#string "> string</ a > `json:"title,omitempty"`
189- Size < a href ="#SizeHW "> SizeHW</ a > `json:"size,omitempty"`
190- X < a href ="/pkg/builtin/#int "> int</ a > `json:"x,omitempty"`
191- Y < a href ="/pkg/builtin/#int "> int</ a > `json:"y,omitempty"`
192- CommandID < a href ="/pkg/builtin/#int "> int</ a > `json:"command_id,omitempty"`
193- Label < a href ="/pkg/builtin/#string "> string</ a > `json:"label,omitempty"`
194- MenuID < a href ="/pkg/builtin/#int "> int</ a > `json:"menu_id,omitempty"` < span class ="comment "> // this should never be 0 anyway</ span >
195- GroupID < a href ="/pkg/builtin/#int "> int</ a > `json:"group_id,omitempty"`
196- Value < a href ="/pkg/builtin/#bool "> bool</ a > `json:"value"`
187+ RootUrl < a href ="/pkg/builtin/#string "> string</ a > `json:"root_url,omitempty"`
188+ Title < a href ="/pkg/builtin/#string "> string</ a > `json:"title,omitempty"`
189+ Size < a href ="#SizeHW "> SizeHW</ a > `json:"size,omitempty"`
190+ X < a href ="/pkg/builtin/#int "> int</ a > `json:"x,omitempty"`
191+ Y < a href ="/pkg/builtin/#int "> int</ a > `json:"y,omitempty"`
192+ CommandID < a href ="/pkg/builtin/#uint "> uint</ a > `json:"command_id,omitempty"`
193+ Label < a href ="/pkg/builtin/#string "> string</ a > `json:"label,omitempty"`
194+ MenuID < a href ="/pkg/builtin/#uint "> uint</ a > `json:"menu_id,omitempty"` < span class ="comment "> // this should never be 0 anyway</ span >
195+ WindowID < a href ="/pkg/builtin/#uint "> uint</ a > `json:"window_id,omitempty"`
196+ GroupID < a href ="/pkg/builtin/#uint "> uint</ a > `json:"group_id,omitempty"`
197+ Value < a href ="/pkg/builtin/#bool "> bool</ a > `json:"value"`
198+ CookieStore < a href ="/pkg/builtin/#bool "> bool</ a > `json:"cookie_store"`
199+ OffTheRecord < a href ="/pkg/builtin/#bool "> bool</ a > `json:"off_the_record"`
197200}</ pre >
198201 < p >
199202Covers all possible argument combinations.
@@ -215,11 +218,11 @@ <h2 id="CommandArguments">type <a href="/src/target/commands.go?s=241:730#L6">Co
215218
216219
217220
218- < h2 id ="CommandResponse "> type < a href ="/src/target/commands.go?s=1346:1606#L42 "> CommandResponse</ a > </ h2 >
221+ < h2 id ="CommandResponse "> type < a href ="/src/target/commands.go?s=1519:1779#L45 "> CommandResponse</ a > </ h2 >
219222 < pre > type CommandResponse struct {
220223 Action < a href ="/pkg/builtin/#string "> string</ a > `json:"_action,omitempty"`
221224 Error < a href ="/pkg/builtin/#string "> string</ a > `json:"_error,omitempty"`
222- ID < a href ="/pkg/builtin/#int " > int </ a > `json:"_id,omitempty"`
225+ ID < a href ="/pkg/builtin/#uint " > uint </ a > `json:"_id,omitempty"`
223226 Result < a href ="#ReplyResult "> ReplyResult</ a > `json:"_result,omitempty"`
224227 Event < a href ="#EventResult "> EventResult</ a > `json:"_event,omitempty"`
225228}</ pre >
@@ -239,10 +242,10 @@ <h2 id="CommandResponse">type <a href="/src/target/commands.go?s=1346:1606#L42">
239242
240243
241244
242- < h2 id ="EventResult "> type < a href ="/src/target/commands.go?s=1224:1344#L37 "> EventResult</ a > </ h2 >
245+ < h2 id ="EventResult "> type < a href ="/src/target/commands.go?s=1395:1517#L40 "> EventResult</ a > </ h2 >
243246 < pre > type EventResult struct {
244- CommandID < a href ="/pkg/builtin/#int " > int </ a > `json:"command_id,omitempty"`
245- EventFlags < a href ="/pkg/builtin/#int "> int</ a > `json:"event_flags,omitempty"`
247+ CommandID < a href ="/pkg/builtin/#uint " > uint </ a > `json:"command_id,omitempty"`
248+ EventFlags < a href ="/pkg/builtin/#int "> int</ a > `json:"event_flags,omitempty"`
246249}</ pre >
247250
248251
@@ -260,9 +263,9 @@ <h2 id="EventResult">type <a href="/src/target/commands.go?s=1224:1344#L37">Even
260263
261264
262265
263- < h2 id ="ReplyResult "> type < a href ="/src/target/commands.go?s=1154:1222#L33 "> ReplyResult</ a > </ h2 >
266+ < h2 id ="ReplyResult "> type < a href ="/src/target/commands.go?s=1324:1393#L36 "> ReplyResult</ a > </ h2 >
264267 < pre > type ReplyResult struct {
265- TargetID < a href ="/pkg/builtin/#int " > int </ a > `json:"_target,omitempty"`
268+ TargetID < a href ="/pkg/builtin/#uint " > uint </ a > `json:"_target,omitempty"`
266269}</ pre >
267270
268271
@@ -280,10 +283,10 @@ <h2 id="ReplyResult">type <a href="/src/target/commands.go?s=1154:1222#L33">Repl
280283
281284
282285
283- < h2 id ="SizeHW "> type < a href ="/src/target/commands.go?s=37:134 #L1 "> SizeHW</ a > </ h2 >
286+ < h2 id ="SizeHW "> type < a href ="/src/target/commands.go?s=37:136 #L1 "> SizeHW</ a > </ h2 >
284287 < pre > type SizeHW struct {
285- Width < a href ="/pkg/builtin/#int " > int </ a > `json:"width,omitempty"`
286- Height < a href ="/pkg/builtin/#int " > int </ a > `json:"height,omitempty"`
288+ Width < a href ="/pkg/builtin/#uint " > uint </ a > `json:"width,omitempty"`
289+ Height < a href ="/pkg/builtin/#uint " > uint </ a > `json:"height,omitempty"`
287290}</ pre >
288291
289292
0 commit comments