type restMappingError … func (r *restMappingError) Error() string { … } // Message prints more details func (r *restMappingError) Message() string { … } func newRESTMappingError(kind, version string) *restMappingError { … }
type restMappingError … func (r *restMappingError) Error() string { … } // Message prints more details func (r *restMappingError) Message() string { … } func newRESTMappingError(kind, version string) *restMappingError { … }