Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Update ¶
type Update struct {
*UpdateService
// contains filtered or unexported fields
}
func NewUpdateAPI ¶
type UpdateService ¶
type UpdateService struct {
proto.UnimplementedUpdateServiceServer
// contains filtered or unexported fields
}
UpdateService is the implementation of the Update service.
func NewUpdateService ¶
func NewUpdateService(ctx context.Context) (*UpdateService, error)
func (*UpdateService) Close ¶
func (s *UpdateService) Close() error
func (*UpdateService) Health ¶
func (s *UpdateService) Health(ctx context.Context, in *proto.HealthRequest) (*proto.HealthResponse, error)
Health checks the health of the Update service.
func (*UpdateService) WriteRelationships ¶ added in v1.11.0
func (s *UpdateService) WriteRelationships(ctx context.Context, req *proto.WriteRelationshipsRequest) (*proto.WriteRelationshipsResponse, error)
Click to show internal directories.
Click to hide internal directories.