resources

package
v0.0.0-...-0132757 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳