Documentation ¶
Index ¶
- type HTTP
- func (msHTTP *HTTP) Add(method string, path string, api *goddAPI.API)
- func (msHTTP *HTTP) Delete(path string, api *goddAPI.API)
- func (msHTTP *HTTP) Get(path string, api *goddAPI.API)
- func (msHTTP *HTTP) Patch(path string, api *goddAPI.API)
- func (msHTTP *HTTP) Post(path string, api *goddAPI.API)
- func (msHTTP *HTTP) Put(path string, api *goddAPI.API)
- type MicroService
- func (ms *MicroService) AppendMiddlewareEndList(handler goddAPILifeCycle.OnPreResponse)
- func (ms *MicroService) AppendMiddlewareStartList(handler goddAPILifeCycle.HandlerCycle)
- func (ms *MicroService) HTTP() *HTTP
- func (ms *MicroService) NewOne() *MicroService
- func (ms *MicroService) Override() *goddAPILifeCycle.APILifeCycle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶ added in v0.0.46
type HTTP struct {
// contains filtered or unexported fields
}
type MicroService ¶
type MicroService struct {
// contains filtered or unexported fields
}
MicroService Struct
func New ¶
func New(interfaceApp godd.InterfaceApp, path string, context *godd.Context) *MicroService
New API
func (*MicroService) AppendMiddlewareEndList ¶ added in v0.0.46
func (ms *MicroService) AppendMiddlewareEndList(handler goddAPILifeCycle.OnPreResponse)
AppendMiddlewareEndList func
func (*MicroService) AppendMiddlewareStartList ¶ added in v0.0.46
func (ms *MicroService) AppendMiddlewareStartList(handler goddAPILifeCycle.HandlerCycle)
AppendMiddlewareStartList func
func (*MicroService) HTTP ¶ added in v0.0.46
func (ms *MicroService) HTTP() *HTTP
func (*MicroService) NewOne ¶
func (ms *MicroService) NewOne() *MicroService
NewOne is New Microservice with Clear Middleware
func (*MicroService) Override ¶
func (ms *MicroService) Override() *goddAPILifeCycle.APILifeCycle
Override Func API
Click to show internal directories.
Click to hide internal directories.