Michael Riffle
Results
1
issues of
Michael Riffle
I created several compound structures to return via the dbus. ``` type GetFileResponse struct { Response File } type Response struct { Status int32 Message string } type File struct...