Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSource ¶
type DataSourceJIT ¶
type LoadPersonHandler ¶
type LoadPersonHandler struct {
// contains filtered or unexported fields
}
func NewLoadPersonHandler ¶
func NewLoadPersonHandler(logic LoadPersonLogic) *LoadPersonHandler
func (*LoadPersonHandler) ServeHTTP ¶
func (h *LoadPersonHandler) ServeHTTP(response http.ResponseWriter, request *http.Request)
type LoadPersonLogic ¶
type MyDataSourceJIT ¶
type MyDataSourceJIT struct { }
Default implementation of DataSourceJIT
func NewMyDataSourceJIT ¶
func NewMyDataSourceJIT() *MyDataSourceJIT
type MyLoadPersonLogic ¶
type MyLoadPersonLogic struct {
// contains filtered or unexported fields
}
func NewMyLoadPersonLogic ¶
func NewMyLoadPersonLogic(ds DataSource) *MyLoadPersonLogic
type MyLoadPersonLogicJIT ¶
type MyLoadPersonLogicJIT struct {
// contains filtered or unexported fields
}
type ObjectWithDebugger ¶
type ObjectWithDebugger struct {
Debugger Debugger
}
func (*ObjectWithDebugger) DoSomethingAmazing ¶
func (o *ObjectWithDebugger) DoSomethingAmazing(input int) error
Click to show internal directories.
Click to hide internal directories.