ui

package
v0.5.21 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2026 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Overview

templ: version: v0.3.1001

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handlers

type Handlers struct {
	Client SSHKeyService
}

func (*Handlers) AddHandlers

func (h *Handlers) AddHandlers(r *mux.Router)

type SSHKeyService

type SSHKeyService interface {
	CreateSSHKey(ctx context.Context, opts sshkey.CreateOptions) (*sshkey.SSHKey, error)
	ListSSHKeys(ctx context.Context, org organization.Name) ([]*sshkey.SSHKey, error)
	DeleteSSHKey(ctx context.Context, id resource.TfeID) (*sshkey.SSHKey, error)
}

Jump to

Keyboard shortcuts

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