Documentation
¶
Index ¶
- type EndpointServiceImpl
- func (s *EndpointServiceImpl) DescribeEndpoint(ctx context.Context, in *endpoint.DescribeEndpointRequest) (*endpoint.Endpoint, error)
- func (s *EndpointServiceImpl) Init() error
- func (s *EndpointServiceImpl) Name() string
- func (s *EndpointServiceImpl) QueryEndpoint(ctx context.Context, in *endpoint.QueryEndpointRequest) (*types.Set[*endpoint.Endpoint], error)
- func (s *EndpointServiceImpl) RegistryEndpoint(ctx context.Context, in *endpoint.RegistryEndpointRequest) (*types.Set[*endpoint.Endpoint], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointServiceImpl ¶
type EndpointServiceImpl struct {
ioc.ObjectImpl
}
func (*EndpointServiceImpl) DescribeEndpoint ¶
func (s *EndpointServiceImpl) DescribeEndpoint(ctx context.Context, in *endpoint.DescribeEndpointRequest) (*endpoint.Endpoint, error)
func (*EndpointServiceImpl) Init ¶
func (s *EndpointServiceImpl) Init() error
func (*EndpointServiceImpl) Name ¶
func (s *EndpointServiceImpl) Name() string
func (*EndpointServiceImpl) QueryEndpoint ¶
func (s *EndpointServiceImpl) QueryEndpoint(ctx context.Context, in *endpoint.QueryEndpointRequest) (*types.Set[*endpoint.Endpoint], error)
func (*EndpointServiceImpl) RegistryEndpoint ¶
func (s *EndpointServiceImpl) RegistryEndpoint(ctx context.Context, in *endpoint.RegistryEndpointRequest) (*types.Set[*endpoint.Endpoint], error)
RegistryEndpoint 注册 api 接口 批量注册 一次添加多个记录 需要保证事务 同时成功,或者同时失败
Click to show internal directories.
Click to hide internal directories.