types

package
v0.0.0-...-75b20ab Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RollbackRequest

type RollbackRequest struct {
	Tag string `json:"tag,omitempty"`
	Sha string `json:"sha,omitempty"`
}

type TagRequest

type TagRequest struct {
	Type   TagRequestType `json:"type,omitempty"`
	Tag    string         `json:"tag,omitempty"`
	Sha    string         `json:"sha,omitempty"`
	Author string         `json:"author,omitempty"`
	Email  string         `json:"email,omitempty"`
}

type TagRequestType

type TagRequestType string
const (
	TagCreate TagRequestType = "create"
	TagDelete TagRequestType = "delete"
)

Jump to

Keyboard shortcuts

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