Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Portal ¶
type Portal struct {
// contains filtered or unexported fields
}
Portal Struct
func New ¶
func New(secret *godd.MapString, funcStorage godd.FuncEnvironment, funcMiddleware godd.FuncEnvironment) (*Portal, *godd.MapString, *godd.Map, *godd.Map)
New Func
func (*Portal) AppendApp ¶
func (pt *Portal) AppendApp(interfaceApp godd.InterfaceApp, port string, extraList ...interface{})
AppendApp Func
func (*Portal) AppendDeferClose ¶ added in v0.0.8
func (pt *Portal) AppendDeferClose(iList ...godd.DeferClose)
AppendDeferClose Func
Click to show internal directories.
Click to hide internal directories.