Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeAndRegister ¶
Types ¶
type DirHandler ¶
type DirHandler DBStruct
func (*DirHandler) ServeHTTP ¶
func (this *DirHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type FileHandler ¶
type FileHandler struct {
// contains filtered or unexported fields
}
func NewFileHandler ¶
func NewFileHandler(resourceDirectory string) *FileHandler
func (*FileHandler) ServeHTTP ¶
func (this *FileHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RecordHandler ¶
type RecordHandler DBStruct
func (*RecordHandler) ServeHTTP ¶
func (this *RecordHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type SearchHandler ¶
type SearchHandler DBStruct
func (*SearchHandler) ServeHTTP ¶
func (this *SearchHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type SrcHandler ¶
type SrcHandler DBStruct
func (*SrcHandler) ServeHTTP ¶
func (this *SrcHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.