Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Directory ¶
type Directory struct {
// contains filtered or unexported fields
}
Directory Abstract implementation of Directory: Invoker list returned from this Directory's list method have been filtered by Routers
func NewDirectory ¶
NewDirectory Create BaseDirectory with URL
func (*Directory) DoDestroy ¶ added in v3.1.1
func (dir *Directory) DoDestroy(doDestroy func())
DoDestroy stop directory
func (*Directory) GetDirectoryUrl ¶
GetDirectoryUrl Get URL instance
func (*Directory) IsDestroyed ¶ added in v3.1.1
IsDestroyed Once directory init finish, it will change to true
func (*Directory) RouterChain ¶
RouterChain Return router chain in directory
func (*Directory) SetRouterChain ¶
SetRouterChain Set router chain in directory
Click to show internal directories.
Click to hide internal directories.