Documentation
¶
Overview ¶
Godi-example - example http server by github.com/noartem/godi
API Docs for godi-example v1
Terms Of Service: N/A
Schemes: http
Version: 2.0.0
License: MIT http://opensource.org/licenses/MIT
Contact: Noskov Artem <nowasmawesome@gmail.com> https://github.com/noartem
Host: localhost:8080
Consumes:
- application/json
Produces:
- application/json
Security:
- bearer: []
SecurityDefinitions:
bearer:
type: apiKey
name: Authorization
in: header
swagger:meta
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomValidator ¶
type CustomValidator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func NewValidator() (*CustomValidator, error)
func (*CustomValidator) Validate ¶
func (cv *CustomValidator) Validate(i interface{}) error
Click to show internal directories.
Click to hide internal directories.