ipc: gofmt the client
This commit is contained in:
+21
-21
@@ -55,28 +55,28 @@ var ErrAmbiguousOutcome = errors.New("ipc: mutation outcome unknown (connection
|
|||||||
// conservative (refusing to retry) is the safe default for a method added
|
// conservative (refusing to retry) is the safe default for a method added
|
||||||
// here by omission.
|
// here by omission.
|
||||||
var readOnlyMethods = map[Method]bool{
|
var readOnlyMethods = map[Method]bool{
|
||||||
MethodLatestFact: true,
|
MethodLatestFact: true,
|
||||||
MethodLatestFactBySource: true,
|
MethodLatestFactBySource: true,
|
||||||
MethodSince: true,
|
MethodSince: true,
|
||||||
MethodPresence: true,
|
MethodPresence: true,
|
||||||
MethodListReminders: true,
|
MethodListReminders: true,
|
||||||
MethodRecentOutcomes: true,
|
MethodRecentOutcomes: true,
|
||||||
MethodRecentFacts: true,
|
MethodRecentFacts: true,
|
||||||
MethodCalendarEvents: true,
|
MethodCalendarEvents: true,
|
||||||
MethodRecentNudges: true,
|
MethodRecentNudges: true,
|
||||||
MethodQueryNotes: true,
|
MethodQueryNotes: true,
|
||||||
MethodRecentNotes: true,
|
MethodRecentNotes: true,
|
||||||
MethodRecentNotesFromSource: true,
|
MethodRecentNotesFromSource: true,
|
||||||
MethodLookupTool: true,
|
MethodLookupTool: true,
|
||||||
MethodListTools: true,
|
MethodListTools: true,
|
||||||
MethodListProposedRoutines: true,
|
MethodListProposedRoutines: true,
|
||||||
MethodListTasks: true,
|
MethodListTasks: true,
|
||||||
MethodTickTrace: true,
|
MethodTickTrace: true,
|
||||||
MethodMorningStatus: true,
|
MethodMorningStatus: true,
|
||||||
MethodMCPServers: true,
|
MethodMCPServers: true,
|
||||||
MethodDayPlan: true,
|
MethodDayPlan: true,
|
||||||
MethodRecentEvents: true,
|
MethodRecentEvents: true,
|
||||||
MethodPing: true,
|
MethodPing: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dial connects to a core socket at path and returns a Client. The module
|
// Dial connects to a core socket at path and returns a Client. The module
|
||||||
|
|||||||
Reference in New Issue
Block a user