Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDevicesByUsername ¶
type DeleteDevicesByUsername struct {
// contains filtered or unexported fields
}
func NewDeleteDevicesByUsername ¶
func NewDeleteDevicesByUsername(deviceRepository contract.DeviceRepository) *DeleteDevicesByUsername
type ListDevicesByUsernameUseCase ¶
type ListDevicesByUsernameUseCase struct {
// contains filtered or unexported fields
}
func NewListDevicesByUsernameUseCase ¶
func NewListDevicesByUsernameUseCase(deviceRepository contract.DeviceRepository) *ListDevicesByUsernameUseCase
type ListDevicesUseCase ¶
type ListDevicesUseCase struct {
// contains filtered or unexported fields
}
func NewListDevicesUseCase ¶
func NewListDevicesUseCase(deviceRepository contract.DeviceRepository) *ListDevicesUseCase
Click to show internal directories.
Click to hide internal directories.