handler

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 28, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JoinURL

func JoinURL(base string, paths ...string) string

func RegisterLoginHandler

func RegisterLoginHandler(e *gin.Engine)

func RegisterSessionHandler

func RegisterSessionHandler(e *gin.Engine, c cache.CacheInterface[string])

Types

type ErrorRes

type ErrorRes struct {
	Error string `json:"error"`
}

type LoginHandler

type LoginHandler struct {
	// contains filtered or unexported fields
}

func (*LoginHandler) ArgoCD

func (h *LoginHandler) ArgoCD(c *gin.Context)

func (*LoginHandler) Ghost

func (h *LoginHandler) Ghost(c *gin.Context)

func (*LoginHandler) N8N

func (h *LoginHandler) N8N(c *gin.Context)

type OrySession added in v1.0.0

type OrySession struct {
	Subject string `json:"subject"`
	Extra   struct {
		Email string `json:"email"`
	} `json:"extra"`
}

type SessionHandler

type SessionHandler struct {
	// contains filtered or unexported fields
}

func (*SessionHandler) ArgoCD

func (h *SessionHandler) ArgoCD(c *gin.Context)

func (*SessionHandler) Ghost

func (h *SessionHandler) Ghost(c *gin.Context)

func (*SessionHandler) N8N

func (h *SessionHandler) N8N(c *gin.Context)

Jump to

Keyboard shortcuts

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