mirror of
https://bitbucket.org/skobkin/point-tools-go.git
synced 2024-11-24 05:43:09 +00:00
More humble doc comments.
This commit is contained in:
parent
6e682828ee
commit
287d95055a
|
@ -1,5 +1,6 @@
|
||||||
package point_tools
|
package point_tools
|
||||||
|
|
||||||
|
// ApiError represents the typical error object in API response
|
||||||
type ApiError struct {
|
type ApiError struct {
|
||||||
Code int `json:"code"`
|
Code int `json:"code"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
|
|
Loading…
Reference in a new issue