Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = schema{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type APIWebService ¶
type APIWebService interface {
GenericWebService() *restful.WebService
}
type GenericWebSvcFunc ¶
type GenericWebSvcFunc func() *restful.WebService
func (GenericWebSvcFunc) GenericWebService ¶
func (r GenericWebSvcFunc) GenericWebService() *restful.WebService
type InjectFunc ¶
type InjectFunc func(opt *RestOption)
func (InjectFunc) Inject ¶
func (f InjectFunc) Inject(opt *RestOption)
type Injecter ¶
type Injecter interface {
Inject(opt *RestOption)
}
type RestOption ¶
type RestOption struct { HttpClient *httpclient.RTClient Db *sql.DB }
Click to show internal directories.
Click to hide internal directories.