Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewActivePortal ¶
Types ¶
type Portal ¶
type Portal interface { Init() error Start() error Stop() error Context() core.Context Serve() error }
func ActivePortal ¶
func ActivePortal() Portal
type PortalImpl ¶
type PortalImpl struct {
// contains filtered or unexported fields
}
func NewPortal ¶
func NewPortal(ctx core.Context) *PortalImpl
func (*PortalImpl) Context ¶
func (p *PortalImpl) Context() core.Context
func (*PortalImpl) Init ¶
func (p *PortalImpl) Init() error
func (*PortalImpl) Serve ¶
func (p *PortalImpl) Serve() error
func (*PortalImpl) SetContext ¶
func (p *PortalImpl) SetContext(ctx core.Context)
func (*PortalImpl) Start ¶
func (p *PortalImpl) Start() error
func (*PortalImpl) Stop ¶
func (p *PortalImpl) Stop() error
Directories
¶
Path | Synopsis |
---|---|
File: core/meta.go
|
File: core/meta.go |
File: service/meta.go
|
File: service/meta.go |
Click to show internal directories.
Click to hide internal directories.