Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentUserHandler ¶
type CurrentUserHandler cqrs.Handler[CurrentUserQuery, *CurrentUserResult]
func NewCurrentUserHandler ¶
func NewCurrentUserHandler(client github.Client) CurrentUserHandler
type CurrentUserQuery ¶
type CurrentUserQuery struct {
Token string `json:"-"`
}
type CurrentUserResult ¶
type ProfileViewHandler ¶
type ProfileViewHandler cqrs.Handler[ProfileViewQuery, *ProfileViewResult]
func NewProfileViewHandler ¶
func NewProfileViewHandler(repo user.Repository) ProfileViewHandler
type ProfileViewQuery ¶
type ProfileViewQuery struct {
UserName string `param:"user_name" validate:"required,min=1,max=255"`
}
type ProfileViewResult ¶
Click to show internal directories.
Click to hide internal directories.