iris/_benchmarks/iris-mvc-templates/models/http_error.go
2017-08-20 10:42:31 +03:00

8 lines
127 B
Go

package models
// HTTPError a silly structure to keep our error page data.
type HTTPError struct {
Title string
Code int
}