http

package
v0.0.0-...-1f1dc5f Latest Latest
Warning

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

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

Documentation

Overview

Package http exposes system first-initialization endpoints.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(group *echo.Group, handler *Handler)

Register mounts setup routes on group.

Types

type Handler

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

Handler serves setup endpoints.

func New

func New(usecase SetupUsecase) *Handler

New creates a setup HTTP handler.

func (*Handler) State

func (h *Handler) State(c *echo.Context) error

State returns whether system first initialization has completed.

func (*Handler) Submit

func (h *Handler) Submit(c *echo.Context) error

Submit completes system first initialization.

type SetupUsecase

type SetupUsecase interface {
	State(context.Context) (usecase.State, error)
	Submit(context.Context, usecase.SubmitInput) (usecase.State, error)
}

SetupUsecase contains the setup workflows needed by the HTTP adapter.

Jump to

Keyboard shortcuts

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