Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListHeader ¶
type ListHeader struct {
Title map[apinto_dashboard.ZoneName][]string
Fields []string
}
type Profession ¶
type Profession struct {
*apinto_dashboard.ModuleViewFinder
*httprouter.Router
ModuleName string
ProfessionName string
// contains filtered or unexported fields
}
func NewProfession ¶
func NewProfession(name string, profession string, titles map[apinto_dashboard.ZoneName][]string, fields []string, viewFinder *apinto_dashboard.ModuleViewFinder) *Profession
func (*Profession) Lookup ¶
func (p *Profession) Lookup(r *http.Request) (view string, data interface{}, has bool)
func (*Profession) ServeHTTP ¶
func (p *Profession) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.