Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Error404 . Error404 = &Error{ Main: Main{ PageTitle: "Error 404", }, Code: 404, Message: "Oooops !", Details: "Page not found.", } // Error405 . Error405 = Error{ Main: Main{ PageTitle: "Error 405", }, Code: 405, Message: "Method not allowed", Details: "Method not allowed", } // Error401 . Error401 = &Error{ Main: Main{ PageTitle: "Error 401", }, Code: 401, Message: "Not too fast !", Details: "Unauthorized", } // Error500 . Error500 = &Error{ Main: Main{ PageTitle: "Error 500", }, Code: 500, Message: "Oooops !", Details: "Server error.", } // Error501 . Error501 = &Error{ Main: Main{ PageTitle: "Error 500", }, Code: 501, Message: "Not implemented", Details: "Not implemented", } // ErrorImAteaPot . ErrorImAteaPot = &Error{ Main: Main{ PageTitle: "Error 418", }, Code: 418, Message: "Wuuuuttt", Details: "Im a tea pot !", } // ErrorFinalBoss . ErrorFinalBoss = &Error{ Main: Main{ PageTitle: "Error 418", }, Code: 418, Message: "Final boss error", Details: "Dont try this at home!", } )
View Source
var (
// Default .
Default = &defaultHolder{}
)
Functions ¶
Types ¶
type ChexrayV2Demo ¶
type ChexrayV2Demo struct { Main Samples []Image Cxpbatable *[]model.SpecAnalysisPool }
ChexrayV2Demo data struct
type Dashboard ¶
type Dashboard struct { Status string Title string Config string Version string StartupDate string Capsules []*config.ModelConfig Storage []*StorageConfig }
Dashboard .
type StorageConfig ¶
StorageConfig .
Click to show internal directories.
Click to hide internal directories.