handlers

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetMeHandler

type GetMeHandler struct {
	UseCase *usecases.GetMeUseCase
}

func (*GetMeHandler) Handler

func (h *GetMeHandler) Handler() http.HandlerFunc

type SignOutHandler

type SignOutHandler struct {
	UseCase *usecases.SignOutUseCase
}

func (*SignOutHandler) Handler

func (h *SignOutHandler) Handler() http.HandlerFunc

type SignOutRequestPayload

type SignOutRequestPayload struct {
	SessionID  *string `json:"session_id,omitempty"`
	SignOutAll bool    `json:"sign_out_all,omitempty"`
}

Jump to

Keyboard shortcuts

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