Versions in this module Expand all Collapse all v1 v1.0.1 Jul 6, 2015 Changes in this version + type ValidationError struct + Field string + Type ValidationErrorType + func NewFieldRequired(field string) ValidationError + func ValidateConfig(config *api.Config) []ValidationError + func (v ValidationError) Error() string + type ValidationErrorType string + const ValidationErrorTypeRequired