caregiver

package
v0.0.0-...-2741532 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create

type Create interface {
	Execute(ctx context.Context, token string) (*dto.CreateCaregiverResponse, *apiErr.Message)
}

type Delete

type Delete interface {
	Execute(ctx context.Context, id *uint64) *apiErr.Message
}

type GetCaregiver

type GetCaregiver interface {
	Execute(ctx context.Context, id *uint64) (*dto.GetCaregiverResponse, *apiErr.Message)
}

type LinkPatientDevice

type LinkPatientDevice interface {
	Execute(ctx context.Context, qrToken *string, caregiverID *uint64) (*dto.LinkPatientDeviceResponse, string, *apiErr.Message)
}

type Update

type Update interface {
	Execute(ctx context.Context, request *dto.UpdateCaregiverRequest, caregiverID *uint64) (*dto.UpdateCaregiverResponse, *apiErr.Message)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL