server

package
v0.1.22 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package server provides the API models for server management.

Index

Constants

View Source
const (
	// Kind is the kind of the server.
	Kind = "Server"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ListResponse

type ListResponse = v1.ListResponse[Server]

ListResponse represents a list of servers with metadata.

func NewListResponse

func NewListResponse(servers []Server, metadata v1.ListMeta) *ListResponse

NewListResponse creates a new ListResponse with the given servers and metadata.

type Server

type Server struct {
	ID              string    `json:"id"`
	LastHeartbeatAt time.Time `json:"lastHeartbeatAt"`
	CreatedAt       time.Time `json:"createdAt"`

} // @name Server

Server represents an API server instance.

Jump to

Keyboard shortcuts

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