Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Services ¶
type Services struct { listener.UnimplementedListenerServer sync.RWMutex // contains filtered or unexported fields }
func NewServices ¶
func NewServices(lo interfaces.Listener) *Services
func (*Services) AllowMethod ¶
func (c *Services) AllowMethod(method string) (m []interfaces.Method)
func (*Services) GetServiceDesc ¶
func (c *Services) GetServiceDesc() []*grpc.ServiceDesc
func (*Services) Services ¶
func (c *Services) Services(ctx context.Context, req *global.NoParameter) (res *listener.ServicesResponse, err error)
implement listener.Listener/Services
Click to show internal directories.
Click to hide internal directories.