history

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommitEntry

type CommitEntry struct {
	ID               string   `json:"ID"`
	Message          string   `json:"Message"`
	Timestamp        int64    `json:"Timestamp"`
	Tags             []string `json:"Tags"`
	Author           string   `json:"Author"`
	VMID             string   `json:"VMID"`
	Alias            string   `json:"Alias"`
	HostArchitecture string   `json:"HostArchitecture"`
}

func GetCommits

func GetCommits(ctx context.Context, client *vers.Client, vmID string) ([]CommitEntry, error)

GetCommits fetches commit entries for a VM via the low-level client.Get to access custom endpoint shape.

Jump to

Keyboard shortcuts

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