buildinfo

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultPath = "/api"

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildInfoResponse

type BuildInfoResponse struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Version     string `json:"version"`
	Commit      string `json:"commit"`
	BuildDate   string `json:"buildDate"`
}

type Handler

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

func New

func New(opts ...Option) *Handler

func NewHandler

func NewHandler(opts ...Option) *Handler

func (*Handler) Handle

func (h *Handler) Handle(r fiber.Router)

type Option

type Option func(*Handler)

func WithDefaultPath

func WithDefaultPath(path ...string) Option

Jump to

Keyboard shortcuts

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