Documentation ¶
Overview ¶
Package ms provides microservice ability
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseMsProvider ¶
type BaseMsProvider struct { Default types.MicroService Items map[string]types.MicroService // 指定的微服务 }
func (*BaseMsProvider) By ¶
func (p *BaseMsProvider) By(name string) types.MicroService
func (*BaseMsProvider) My ¶
func (p *BaseMsProvider) My() types.MicroService
Click to show internal directories.
Click to hide internal directories.