Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
59f3c0ed
Commit
59f3c0ed
authored
4 years ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
globals/version_vars.go
+2
-2
2 additions, 2 deletions
globals/version_vars.go
interfaces/clientError.go
+9
-0
9 additions, 0 deletions
interfaces/clientError.go
with
11 additions
and
2 deletions
globals/version_vars.go
+
2
−
2
View file @
59f3c0ed
// 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.0
289
225
58
// 2021-02-25
16:12:23.435048
-0800 PST m=+0.0
3930
225
4
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
...
...
This diff is collapsed.
Click to expand it.
interfaces/clientError.go
0 → 100644
+
9
−
0
View file @
59f3c0ed
package
interfaces
type
ClientError
struct
{
Source
string
Message
string
Trace
string
}
type
ClientErrorReport
func
(
source
,
message
,
trace
string
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment