Skip to content
Snippets Groups Projects
Commit 59f3c0ed authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Client changes for ClientVersion, but with clientError.go actually included

parent e5fb2a38
No related branches found
No related tags found
No related merge requests found
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // This file was generated by robots at
// 2021-02-25 09:56:56.054196 -0800 PST m=+0.028922558 // 2021-02-25 16:12:23.435048 -0800 PST m=+0.039302254
package globals package globals
const GITVERSION = `09d47fb7 added a new logging print to single use` const GITVERSION = `e5fb2a38 Client changes for ClientVersion`
const SEMVER = "1.4.0" const SEMVER = "1.4.0"
const DEPENDENCIES = `module gitlab.com/elixxir/client const DEPENDENCIES = `module gitlab.com/elixxir/client
......
package interfaces
type ClientError struct {
Source string
Message string
Trace string
}
type ClientErrorReport func(source, message, trace string)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment