package model type RedirectError struct { // Location is the location to find the contents. Location string // Code is the HTTP redirect status code to return to clients. Code int }