Documentation ¶ Index ¶ type Handler func New(gatewayClient *gateway.Client) *Handler func (h *Handler) MigrationDeleteSingleUserInstances(req router.Request, _ router.Response) error func (h *Handler) RemoveOAuthToken(req router.Request, _ router.Response) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New(gatewayClient *gateway.Client) *Handler func (*Handler) MigrationDeleteSingleUserInstances ¶ func (h *Handler) MigrationDeleteSingleUserInstances(req router.Request, _ router.Response) error func (*Handler) RemoveOAuthToken ¶ func (h *Handler) RemoveOAuthToken(req router.Request, _ router.Response) error Source Files ¶ View all Source files mcpserverinstance.go Click to show internal directories. Click to hide internal directories.