web

package
v1.20.13 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2026 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommitAnnotation

type CommitAnnotation struct {
	Key   string                 `json:"key,omitempty"`
	Meta  map[string]interface{} `json:"meta,omitempty"`
	Value string                 `json:"value,omitempty"`
}

CommitAnnotation

type CommitAnnotationInBatch

type CommitAnnotationInBatch struct {
	Annotations []*CommitAnnotation `json:"annotations,omitempty"`
	CommitHash  string              `json:"commit_hash,omitempty"`
}

CommitAnnotationInBatch

type GetCommitAnnotationsInBatchForm

type GetCommitAnnotationsInBatchForm struct {
	CommitHashes []string `json:"commit_hashes,omitempty"`
	Keys         []string `json:"keys,omitempty"`
}

GetCommitAnnotationsInBatchForm

type TagAnnotation

type TagAnnotation struct {
	Key   string                 `json:"key,omitempty"`
	Meta  map[string]interface{} `json:"meta,omitempty"`
	Value string                 `json:"value,omitempty"`
}

TagAnnotation

Source Files

  • web.go

Jump to

Keyboard shortcuts

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