user_query

package
v0.0.0-...-2ddb24b Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Detail

type Detail interface {
	Execute(context.Context, DetailInput) (*DetailOutput, error)
}

type DetailInput

type DetailInput struct {
	UserID shared.UUID[user.User]
}

type DetailOutput

type DetailOutput struct {
	User dto.UserDetail
}

Jump to

Keyboard shortcuts

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