Documentation ¶
Overview ¶
Package docs changelog.
the purpose of this application is to provide an application that will be used to record config chanegs applied to services.
Terms Of Service:
there are no TOS at this moment.
Schemes: http Host: localhost BasePath: /api/config Version: 1.0.0 License: MIT http://opensource.org/licenses/MIT Contact: Nitin Das<nitindas@gmail.com> Consumes: - application/json Produces: - application/json
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericError ¶
type GenericError struct {
Message string `json:"message"`
}
GenericError is a Generic error message returned by a server
type ValidationError ¶
type ValidationError struct {
Messages []string `json:"messages"`
}
ValidationError is a collection of validation error messages
Click to show internal directories.
Click to hide internal directories.